#Name: Buildcraft.zs #Author: Feed the Beast print("Initializing 'Buildcraft.zs'..."); #engines recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [null, , null], [, , ]]); recipes.addShaped(, [[, , ], [null, , null], [, , ]]); recipes.addShaped(, [[, , ], [null, , null], [, , ]]); #laser recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #machines recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [null, , null]]); recipes.addShaped(, [[, , ], [, , ], [, null, ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShapeless(, [, ]); recipes.addShaped(, [[, , ], [, , ], [null, , null]]); #quarry recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #Gear Achievement Tree Fix recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); recipes.addShapeless(, []); print("Initialized 'Buildcraft.zs'");