#Name: thermalExpansion.zs #Author: Feed the Beast print("Initializing 'thermalExpansion.zs'..."); #move sawmill to early game recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #move coils into efab recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); #upgrade kits recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #remove satchels mods.jei.JEI.removeAndHide(); #remove iridium from compactor #mods.thermalexpansion.Compactor.removePressRecipe(); #add refined iron plates to compacactor #mods.thermalexpansion.Compactor.addPressRecipe(, , 1500); #remove tungstensteel from fluid transposer to force into TR vaccum freezer mods.thermalexpansion.Transposer.removeFillRecipe(, ); #capacitor recipes recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); #remove dupicate machines mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); #hardened glass recipes.remove(); mods.thermalexpansion.InductionSmelter.removeRecipe( * 4, ); #mods.thermalexpansion.InductionSmelter.removeRecipe( * 4, ); mods.techreborn.blastFurnace.addRecipe(, null, * 4, ,200,512,2800); #sawdust recipes.addShapeless(, [, ]); #add steel ingot to magma crucible #mods.thermalexpansion.Crucible.addRecipe( * 144, , 8000); #rich slag recipes.addShaped(, [[, , ], [, null, ], [, , ]]); #magma crucible recipes.remove(); recipes.addShaped(.withTag({RSControl: 0 as byte, Facing: 3 as byte, Energy: 0, SideCache: [1, 1, 2, 2, 2, 2] as byte[] as byte[], Level: 0 as byte}), [[null, , null], [, , ], [, , ]]); #add steel ingot to magma crucible mods.thermalexpansion.Crucible.addRecipe( * 144, , 8000); print("Initialized 'thermalExpansion.zs'");