summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'");