#Name: unification.zs #Author: Feed the Beast print("Initializing 'unification.zs'..."); #unify crude oil val crudeOil = ; crudeOil.add(); crudeOil.add(); #unidict remove gear recipes mods.unidict.removalByKind.get("Crafting").remove("gear", ["tin", "copper", "bronze"]); #plates force through machines mods.unidict.removalByKind.get("Crafting").remove("plate"); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); #add iridium plate to compressor mods.techreborn.compressor.addRecipe(, , 300, 20); #add dusts to TR grinder mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe(, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); mods.techreborn.grinder.addRecipe( * 2, , 300, 20); #add TF mob drops to TR grinder mods.techreborn.grinder.addRecipe( * 4, , 300, 20); mods.techreborn.grinder.addRecipe( * 4, , 300, 20); mods.techreborn.grinder.addRecipe( * 4, , 300, 20); #adjust iridium output in industrial grinder #mods.techreborn.industrialGrinder.removeInputRecipe(); mods.techreborn.industrialGrinder.removeInputRecipe(); mods.techreborn.industrialGrinder.addRecipe( * 2, * 2, null, null, , null, * 1000, 300, 40); #fluxed plate mods.techreborn.compressor.addRecipe(, , 300, 20); mods.techreborn.compressor.addRecipe(, , 300, 20); mods.techreborn.compressor.addRecipe(, , 300, 20); mods.techreborn.compressor.addRecipe(, , 300, 20); #silicon #recipes.addShapeless(, []); #recipes.addShapeless(, []); #break down alum/uranium/tugsten block recipes.addShapeless( * 9, []); recipes.addShapeless( * 9, []); recipes.addShapeless( * 9, []); #titanium block recipes.remove(); recipes.addShapeless( * 9, []); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); #fix block/plate compressor recipes //iron block mods.techreborn.compressor.removeInputRecipe(); #mods.techreborn.compressor.removeInputRecipe(); mods.techreborn.compressor.addRecipe( * 9, , 300, 20); //gold block mods.techreborn.compressor.removeInputRecipe(); #mods.techreborn.compressor.removeInputRecipe(); mods.techreborn.compressor.addRecipe( * 9, , 300, 20); #remove blockMetal from oreDict val blockMetal = ; blockMetal.remove(, ); #remove oreCertusQuartz from oreDict val oreCertusQuartz = ; oreCertusQuartz.remove(); #fix tiny dust crafting recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); print("Initialized 'unification.zs'");