diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-09-20 00:27:49 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-09-20 00:27:49 -0700 |
commit | 83ba828efeec05409f5d305bb0a4c8d33a2f77ae (patch) | |
tree | 785ea281738bc7d950a73e3acc199ac3bc3383bb | |
parent | 52ac611f3e970d1b7d307490e25c41d3c65bc61e (diff) | |
download | NuegiaContinuumPlus-83ba828efeec05409f5d305bb0a4c8d33a2f77ae.tar NuegiaContinuumPlus-83ba828efeec05409f5d305bb0a4c8d33a2f77ae.tar.gz NuegiaContinuumPlus-83ba828efeec05409f5d305bb0a4c8d33a2f77ae.tar.lz NuegiaContinuumPlus-83ba828efeec05409f5d305bb0a4c8d33a2f77ae.tar.xz NuegiaContinuumPlus-83ba828efeec05409f5d305bb0a4c8d33a2f77ae.zip |
Removed abiguos weedwood recipee
-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);
|