#Name: Railcraft.zs #Author: Feed the Beast print("Initializing 'Railcraft.zs'..."); #anchors recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); mods.thaumcraft.Infusion.addRecipe("RESEARCH", , [, , , , , , , ], "tempus 16, machina 16, alienis 16, metallum 16", , 4); mods.thaumcraft.Infusion.addRecipe("RESEARCH", , [, , , , , , , ], "tempus 16, machina 16, alienis 16, metallum 16", , 4); #engines recipes.remove(); recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); #rolling machine recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #steel gear recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); #hobbiest steam engine recipes.remove(); recipes.addShaped(, [[, , ], [null, , null], [, , ]]); #remove wooden tie crafting recipes.remove(); #wooden tracks recipes.remove(); mods.railcraft.Rolling.addShapeless( * 6, [, ]); print("Initialized 'Railcraft.zs'");