#Name: railcraft.zs #Author: Feed the Beast #fix void dust recipes.remove(); recipes.addShapeless( * 3, [,,]); recipes.addShapeless( * 3, [,,]); #remove void dust from pulverizer as it makes no sense mods.thermalexpansion.Pulverizer.removeRecipe(); #fixed electric loco recipe recipes.addShaped(.withTag({model: "railcraft:default"}), [[, , null],[, , ], [, , ]]); recipes.addShaped(.withTag({model: "railcraft:default"}), [[, , null],[, , ], [, , ]]); recipes.addShaped(.withTag({model: "railcraft:default"}), [[, , null],[, , ], [, , ]]); recipes.addShaped(.withTag({model: "railcraft:default"}), [[, , null],[, , ], [, , ]]); #ticket machine recipes.remove(); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #dyable metal post recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); #track upgrade recipes recipes.addShaped( * 6, [[, , ],[, , ], [, , ]]);