summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-06-19 03:09:42 -0500
committerThomas Groman <tgroman@nuegia.net>2019-06-19 19:28:59 -0700
commitd37959345be97a7e35d38ed3bd10a62933f2d2ea (patch)
treefb4b3ca7d454b3133859bf3e1a14b8fe248ae64b
parent6e1f7a8c38a294b2a98abed06afbd029977471a5 (diff)
downloadNuegiaContinuumPlus-d37959345be97a7e35d38ed3bd10a62933f2d2ea.tar
NuegiaContinuumPlus-d37959345be97a7e35d38ed3bd10a62933f2d2ea.tar.gz
NuegiaContinuumPlus-d37959345be97a7e35d38ed3bd10a62933f2d2ea.tar.lz
NuegiaContinuumPlus-d37959345be97a7e35d38ed3bd10a62933f2d2ea.tar.xz
NuegiaContinuumPlus-d37959345be97a7e35d38ed3bd10a62933f2d2ea.zip
scripts: disable all but zinc armor forge
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Thomas Groman <tgroman@nuegia.net>
-rw-r--r--.minecraft/scripts/conarm.zs10
-rw-r--r--.minecraft/scripts/tinkersConstruct.zs4
2 files changed, 12 insertions, 2 deletions
diff --git a/.minecraft/scripts/conarm.zs b/.minecraft/scripts/conarm.zs
new file mode 100644
index 0000000..1f620b2
--- /dev/null
+++ b/.minecraft/scripts/conarm.zs
@@ -0,0 +1,10 @@
+#Name: tinkersConstruct.zs
+#Author: Feed the Beast
+
+print("Initializing 'conarm.zs'...");
+
+#armor forge
+recipes.remove(<conarm:armorforge>);
+mods.techreborn.rollingMachine.addShaped(<conarm:armorforge>.withTag({textureBlock: {id: "techreborn:storage", Count: 1 as byte, Damage: 8 as short}}), [[<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>], [<ore:blockZinc>, <conarm:armorstation>, <ore:blockZinc>], [<ore:blockZinc>, null, <ore:blockZinc>]]);
+
+print("Initialized 'conarm.zs'");
diff --git a/.minecraft/scripts/tinkersConstruct.zs b/.minecraft/scripts/tinkersConstruct.zs
index 2ec3b59..ad6d7a1 100644
--- a/.minecraft/scripts/tinkersConstruct.zs
+++ b/.minecraft/scripts/tinkersConstruct.zs
@@ -15,7 +15,7 @@ recipes.remove(<tconstruct:smeltery_controller>);
#tool forge
recipes.remove(<tconstruct:toolforge>);
-mods.techreborn.rollingMachine.addShaped(<tconstruct:toolforge>.withTag({textureBlock: {id: "techreborn:storage", Count: 1 as byte, Damage: 8 as short}}), [[<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>], [<ore:blockZinc>, null, <ore:blockZinc>], [<ore:blockZinc>, null, <ore:blockZinc>]]);
+mods.techreborn.rollingMachine.addShaped(<tconstruct:toolforge>.withTag({textureBlock: {id: "techreborn:storage", Count: 1 as byte, Damage: 8 as short}}), [[<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>], [<ore:blockZinc>, <tconstruct:tooltables:3>, <ore:blockZinc>], [<ore:blockZinc>, null, <ore:blockZinc>]]);
#grout
recipes.remove(<tconstruct:soil>);
@@ -83,4 +83,4 @@ mods.tconstruct.Drying.removeRecipe(<minecraft:leather>);
#remove copper casing from smeltery
mods.tconstruct.Melting.removeRecipe(<liquid:copper>, <immersiveengineering:bullet>);
-print("Initialized 'tinkersConstruct.zs'"); \ No newline at end of file
+print("Initialized 'tinkersConstruct.zs'");