#Name: GraviSuite.zs #Author: Feed the Beast print("Initializing 'GraviSuite.zs'..."); #Fix engine booster recipes.addShaped(, [[, , ], [, , ], [, , ]]); #Fix cooling core recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'GraviSuite.zs'");