#Name: IronChests.zs #Author: Feed the Beast print("Initializing 'IronChests.zs'..."); #upgrades recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); mods.buildcraft.AssemblyTable.addRecipe(, 10000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 5000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 10000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 20000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 20000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 20000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 20000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 40000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 40000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 80000, [, * 2, * 6]); mods.buildcraft.AssemblyTable.addRecipe(, 80000, [, * 8]); mods.buildcraft.AssemblyTable.addRecipe(, 80000, [, * 8]); #chests recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'IronChests.zs'");