general mindustry schematic tools
Diffstat (limited to 'schem_creation/img2json/main.py')
| -rwxr-xr-x | schem_creation/img2json/main.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/schem_creation/img2json/main.py b/schem_creation/img2json/main.py index 2e453a8..d16d6c6 100755 --- a/schem_creation/img2json/main.py +++ b/schem_creation/img2json/main.py @@ -10,7 +10,6 @@ console = Console() colors = { (0, 0, 255): "water", - (178, 34, 34): "slag", (110, 112, 128): "additive-reconstructor", (110, 112, 128): "air-factory", (154, 149, 128): "alloy-smelter", @@ -20,7 +19,7 @@ colors = { (176, 185, 128): "battery", (152, 154, 128): "blast-drill", (161, 154, 159): "blast-mixer", - (82, 82, 92): "basalt-boulder", + (82, 82, 92): "boulder", (152, 154, 164): "bridge-conduit", (110, 112, 128): "bridge-conveyor", (156, 182, 164): "coal-centrifuge", @@ -221,7 +220,7 @@ if __name__ == "__main__": out = { "name": args.name, "description": args.description, - "tags": ["u"], + "tags": ["fuck@you"], "width": 0, "height": 0, "blocks": [] |