mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/item/mod.rs')
| -rw-r--r-- | src/item/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/item/mod.rs b/src/item/mod.rs index 4aae21e..a08c71a 100644 --- a/src/item/mod.rs +++ b/src/item/mod.rs @@ -5,8 +5,7 @@ use crate::content::content_enum; pub mod storage; content_enum! { - pub enum Type / Item for u16 | TryFromU16Error - { + pub enum Type / Item for u16 | TryFromU16Error { "copper", "lead", "metaglass", |