#Name: ImmersiveEngineering.zs #Author: Feed the Beast print("Initializing 'ImmersiveEngineering.zs'..."); #remove plates from OreDict #val plateIron = ; #val plateAluminum = ; #val plateLead = ; #val plateConstantan = ; #val plateSteel = ; #plateIron.remove(); #plateAluminum.remove(); #plateLead.remove(); #plateConstantan.remove(); #plateSteel.remove(); #removePlateHammer recipes.removeShaped(, [[, ]]); recipes.removeShaped(, [[, ]]); recipes.removeShaped(, [[, ]]); recipes.removeShaped(, [[, ]]); recipes.removeShaped(, [[, ]]); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); #lightning rod base recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #wire recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped( * 2, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 2, [[null, , null], [, , ], [null, , null]]); recipes.addShaped( * 2, [[null, , null], [, , ], [null, , null]]); #powerGen recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #drill heads recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , null], [, , ], [, , null]]); recipes.addShaped(, [[, , null], [, , ], [, , null]]); #light engineering block recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #blueprints recipes.addShaped(, [[, null, ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #core sample drill recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #coal coke fix recipes.addShapeless(, []); #remove ores from excavator mods.immersiveengineering.Excavator.removeMineral("Platinum"); print("Initialized 'ImmersiveEngineering.zs'");