diff options
-rw-r--r-- | .minecraft/scripts/minecraft.zs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.minecraft/scripts/minecraft.zs b/.minecraft/scripts/minecraft.zs index 80b2705..bc33b8d 100644 --- a/.minecraft/scripts/minecraft.zs +++ b/.minecraft/scripts/minecraft.zs @@ -183,7 +183,6 @@ 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);
|