From 11c1442ba99307b356149e36b37e24f279fa0014 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sat, 21 Sep 2019 02:41:34 -0500 Subject: scripts: minecraft: let weedwood be crafted into planks Signed-off-by: Marty E. Plummer --- .minecraft/scripts/minecraft.zs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.minecraft/scripts/minecraft.zs b/.minecraft/scripts/minecraft.zs index bc33b8d..3390a53 100644 --- a/.minecraft/scripts/minecraft.zs +++ b/.minecraft/scripts/minecraft.zs @@ -95,6 +95,7 @@ recipes.addShapeless( * 2, []); recipes.addShapeless( * 2, []); recipes.addShapeless( * 2, []); recipes.addShapeless( * 2, []); +recipes.addShapeless( * 2, []); //TE sawmill mods.thermalexpansion.Sawmill.removeRecipe(); @@ -185,6 +186,7 @@ mods.thermalexpansion.Sawmill.removeRecipe(); mods.thermalexpansion.Sawmill.removeRecipe(); mods.thermalexpansion.Sawmill.removeRecipe(); mods.thermalexpansion.Sawmill.removeRecipe(); +mods.thermalexpansion.Sawmill.removeRecipe(); mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 20); mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 50); mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 50); @@ -274,6 +276,7 @@ mods.thermalexpansion.Sawmill.addRecipe( * 4, * 4, , 1500, , 50); mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 50); mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 50); +mods.thermalexpansion.Sawmill.addRecipe( * 4, , 1500, , 50); //TR sawmill @@ -365,6 +368,7 @@ mods.techreborn.industrialSawmill.addRecipe( * 6, * 6, , null, , * 500, 300, 40).setUseOreDict(false); mods.techreborn.industrialSawmill.addRecipe( * 6, , null, , * 500, 300, 40).setUseOreDict(false); mods.techreborn.industrialSawmill.addRecipe( * 6, , null, , * 500, 300, 40).setUseOreDict(false); +mods.techreborn.industrialSawmill.addRecipe( * 6, , null, , * 500, 300, 40).setUseOreDict(false); #remove bucket and force into efab recipes.remove(); -- cgit v1.2.3