#Name: BigReactors.zs #Author: Feed the Beast print("Initializing 'BigReactors.zs'..."); #block advanced solar/IC2 uranium ingots from fuel usage in big reactors val entry = ; entry.remove(); #fuel nerfs recipes.remove(); #furnace.remove(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.extraUtils.QED.removeRecipe(); mods.thermalexpansion.Smelter.removeRecipe(, ); mods.thermalexpansion.Smelter.removeRecipe(, ); mods.thermalexpansion.Smelter.removeRecipe(, ); mods.thermalexpansion.Smelter.removeRecipe(, ); mods.thermalexpansion.Smelter.removeRecipe(, ); mods.immersiveengineering.ArcFurnace.removeRecipe(); #recipes.addShaped( * 2, [[null, , null], [, , ], [null, , null]]); #reactor/turbine building materials recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ]]); recipes.addShaped(, [[, , ]]); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, null, ], [null, , null], [, null, ]]); recipes.addShaped(, [[, null, ], [null, , null], [, null, ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, null, ], [, , ], [, null, ]]); recipes.addShaped(, [[, , ]]); recipes.addShaped(, [[, , ]]); print("Initialized 'BigReactors.zs'");