diff --git a/scripts/main.zs b/scripts/main.zs index 8a89ae2..4705219 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -434,8 +434,8 @@ for item in removedvanillagear { //Removed vanill mods.immersiveengineering.Crusher.addRecipe(*4, , 500); //IEMetalPress mods.immersiveengineering.MetalPress.addRecipe(, , , 1000, 4); - //IERefinery - mods.immersiveengineering.Refinery.addRecipe(, , , 2048); + //IERefinery + mods.immersiveengineering.Refinery.addRecipe(, , , 2048); //TiC casting mods.tconstruct.Casting.addTableRecipe(, , , 100, true, 20); mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10);