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