mindustry logic execution, map- and schematic- parsing and rendering
add build3-16
???? what are these ???? why ??? huh ??? how ??? when ???
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/block/environment.rs | 13 | ||||
| -rw-r--r-- | tmp.png | 0 |
3 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "mindus" -version = "1.1.5" +version = "1.1.6" edition = "2021" description = "A library for working with mindustry data formats (eg schematics) (fork of plandustry)" authors = [ diff --git a/src/block/environment.rs b/src/block/environment.rs index 1f1a1f8..b0ee4e3 100644 --- a/src/block/environment.rs +++ b/src/block/environment.rs @@ -30,6 +30,19 @@ register_env! { "build1": 1@0; "build2": 1@0; "build3": 1@0; + "build4": 1@0; + "build5": 1@0; + "build6": 1@0; + "build7": 1@0; + "build8": 1@0; + "build9": 1@0; + "build10": 1@0; + "build11": 1@0; + "build12": 1@0; + "build13": 1@0; + "build14": 1@0; + "build15": 1@0; + "build16": 1@0; "arkycite-floor": 1@1; "arkyic-stone": 1@3; "arkyic-vent": 3@2; diff --git a/tmp.png b/tmp.png deleted file mode 100644 index e69de29..0000000 --- a/tmp.png +++ /dev/null |