summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-09-19 03:04:42 -0500
committerThomas Groman <tgroman@nuegia.net>2019-09-19 01:33:30 -0700
commit99459415f7e6fb55a6b4371e74a7d9f27554737e (patch)
tree8dfcf8ef2aa6b1a274b1d27ed129ee841545adab
parentd37959345be97a7e35d38ed3bd10a62933f2d2ea (diff)
downloadNuegiaContinuumPlus-99459415f7e6fb55a6b4371e74a7d9f27554737e.tar
NuegiaContinuumPlus-99459415f7e6fb55a6b4371e74a7d9f27554737e.tar.gz
NuegiaContinuumPlus-99459415f7e6fb55a6b4371e74a7d9f27554737e.tar.lz
NuegiaContinuumPlus-99459415f7e6fb55a6b4371e74a7d9f27554737e.tar.xz
NuegiaContinuumPlus-99459415f7e6fb55a6b4371e74a7d9f27554737e.zip
scripts: enable weedwood logs
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
-rw-r--r--.minecraft/scripts/minecraft.zs8
1 files changed, 7 insertions, 1 deletions
diff --git a/.minecraft/scripts/minecraft.zs b/.minecraft/scripts/minecraft.zs
index ded3af5..f033e4b 100644
--- a/.minecraft/scripts/minecraft.zs
+++ b/.minecraft/scripts/minecraft.zs
@@ -94,6 +94,7 @@ recipes.addShapeless(<natura:nether_planks:2> * 2, [<natura:nether_logs:1>]);
recipes.addShapeless(<natura:nether_planks:3> * 2, [<natura:nether_logs:2>]);
recipes.addShapeless(<techreborn:rubber_planks> * 2, [<techreborn:rubber_log>]);
recipes.addShapeless(<traverse:fir_planks> * 2, [<traverse:fir_log>]);
+recipes.addShapeless(<thebetweenlands:weedwood_planks> * 2, [<thebetweenlands:log_weedwood:*>]);
//TE sawmill
mods.thermalexpansion.Sawmill.removeRecipe(<minecraft:log>);
@@ -182,6 +183,9 @@ mods.thermalexpansion.Sawmill.removeRecipe(<natura:nether_logs:1>);
mods.thermalexpansion.Sawmill.removeRecipe(<natura:nether_logs:2>);
mods.thermalexpansion.Sawmill.removeRecipe(<techreborn:rubber_log>);
mods.thermalexpansion.Sawmill.removeRecipe(<traverse:fir_log>);
+mods.thermalexpansion.Sawmill.removeRecipe(<thebetweenlands:log_weedwood:*>);
+mods.thermalexpansion.Sawmill.removeRecipe(<thebetweenlands:log_weedwood:0>);
+mods.thermalexpansion.Sawmill.removeRecipe(<thebetweenlands:log_weedwood:12>);
mods.thermalexpansion.Sawmill.addRecipe(<minecraft:planks> * 4, <minecraft:log>, 1500, <thermalfoundation:material:800>, 20);
mods.thermalexpansion.Sawmill.addRecipe(<minecraft:planks> * 4, <minecraft:log>, 1500, <thermalfoundation:material:800>, 50);
mods.thermalexpansion.Sawmill.addRecipe(<minecraft:planks:4> * 4, <minecraft:log2>, 1500, <thermalfoundation:material:800>, 50);
@@ -270,6 +274,7 @@ mods.thermalexpansion.Sawmill.addRecipe(<natura:nether_planks:2> * 4, <natura:n
mods.thermalexpansion.Sawmill.addRecipe(<natura:nether_planks:3> * 4, <natura:nether_logs:2>, 1500, <thermalfoundation:material:800>, 50);
mods.thermalexpansion.Sawmill.addRecipe(<techreborn:rubber_planks> * 4, <techreborn:rubber_log>, 1500, <thermalfoundation:material:800>, 50);
mods.thermalexpansion.Sawmill.addRecipe(<traverse:fir_planks> * 4, <traverse:fir_log>, 1500, <thermalfoundation:material:800>, 50);
+mods.thermalexpansion.Sawmill.addRecipe(<thebetweenlands:weedwood_planks> * 4, <thebetweenlands:log_weedwood:*>, 1500, <thermalfoundation:material:800>, 50);
//TR sawmill
@@ -360,6 +365,7 @@ mods.techreborn.industrialSawmill.addRecipe(<natura:nether_planks:2> * 6, <therm
mods.techreborn.industrialSawmill.addRecipe(<natura:nether_planks:3> * 6, <thermalfoundation:material:800>, null, <natura:nether_logs:2>, <liquid:water> * 500, 300, 40).setUseOreDict(false);
mods.techreborn.industrialSawmill.addRecipe(<techreborn:rubber_planks> * 6, <thermalfoundation:material:800>, null, <techreborn:rubber_log>, <liquid:water> * 500, 300, 40).setUseOreDict(false);
mods.techreborn.industrialSawmill.addRecipe(<traverse:fir_planks> * 6, <thermalfoundation:material:800>, null, <traverse:fir_log>, <liquid:water> * 500, 300, 40).setUseOreDict(false);
+mods.techreborn.industrialSawmill.addRecipe(<thebetweenlands:weedwood_planks> * 6, <thermalexpansion:material:800>, null, <thebetweenlands:log_weedwood:*>, <liquid:water> * 500, 300, 40).setUseOreDict(false);
#remove bucket and force into efab
recipes.remove(<minecraft:bucket>);
@@ -410,4 +416,4 @@ recipes.remove(<minecraft:ender_eye>);
mods.tconstruct.Drying.addRecipe(<minecraft:leather>, <minecraft:rabbit_hide>, 5000);
-print("Initialized 'minecraft.zs'"); \ No newline at end of file
+print("Initialized 'minecraft.zs'");