summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.minecraft/scripts/minecraft.zs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.minecraft/scripts/minecraft.zs b/.minecraft/scripts/minecraft.zs
index f033e4b..80b2705 100644
--- a/.minecraft/scripts/minecraft.zs
+++ b/.minecraft/scripts/minecraft.zs
@@ -365,7 +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);
+mods.techreborn.industrialSawmill.addRecipe(<thebetweenlands:weedwood_planks> * 6, <thermalfoundation:material:800>, null, <thebetweenlands:log_weedwood:*>, <liquid:water> * 500, 300, 40).setUseOreDict(false);
#remove bucket and force into efab
recipes.remove(<minecraft:bucket>);