From fe46bb1f8141deeac7644ed07ba2902ab50f107d Mon Sep 17 00:00:00 2001 From: Horny-sh <62596799+Horny-sh@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:04:39 +0100 Subject: [PATCH] Update main.zs removed "tough as nails" crafts as mod is removed from pack added placeholder recipe for "wizardry" mana into IE refinery as it causes problems generating naturally --- scripts/main.zs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/main.zs b/scripts/main.zs index 6d5165b..8a89ae2 100644 --- a/scripts/main.zs +++ b/scripts/main.zs @@ -264,9 +264,7 @@ val changedrecipes = [ //Other change , , , - , - , - + ] as IItemStack[]; //Removing recipes @@ -436,6 +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); //TiC casting mods.tconstruct.Casting.addTableRecipe(, , , 100, true, 20); mods.tconstruct.Casting.addTableRecipe(, , , 72, false, 10); @@ -445,6 +445,3 @@ for item in removedvanillagear { //Removed vanill mods.tconstruct.Melting.addRecipe( * 288,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); mods.tconstruct.Melting.addRecipe( * 432,, 500); - //Armor underwear - recipes.addShaped(*2, [[,,], [,,], [,,]]); - recipes.addShaped(*2, [[,,], [,,], [,,]]); \ No newline at end of file