From e4e8976adf2d2d9aa21a2f07a14339311d6f66b2 Mon Sep 17 00:00:00 2001 From: Horny-sh <62596799+Horny-sh@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:07:19 +0100 Subject: [PATCH] Update main.zs minor tabulation fix --- scripts/main.zs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);