summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-09-19 05:04:35 -0700
committerThomas Groman <tgroman@nuegia.net>2019-09-19 05:04:35 -0700
commit4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0 (patch)
treebe01e828850e3dc0105c930161ce1de5f8eb4f69
parent42d2b4b2451525f8d7c2d267980a5d475fded549 (diff)
downloadNuegiaContinuumPlus-4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0.tar
NuegiaContinuumPlus-4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0.tar.gz
NuegiaContinuumPlus-4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0.tar.lz
NuegiaContinuumPlus-4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0.tar.xz
NuegiaContinuumPlus-4e4311f73a07e0d9f7b9f9b2e7d3d385450cbef0.zip
fixed typo thermalexansion to thermalfoundation in items ids
-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>);