// ---Created by DreamMasterXXL --- // --- I18N --- val _I18N_Lang = "en_US"; val I18N_GraviSuite_0 = "Superconductor Cover"; val I18N_GraviSuite_1 = "Superconductor"; val I18N_GraviSuite_2 = "Cooling Core"; val I18N_GraviSuite_3 = "Gravitation Engine"; val I18N_GraviSuite_4 = "Magnetron"; val I18N_GraviSuite_5 = "Vajra Core"; val I18N_GraviSuite_6 = "Engine Booster"; // --- Remove Recipes --- // --- Super ConductorCover recipes.remove(); // --- Super Conductor recipes.remove(); // --- Cooling Core recipes.remove(); // --- Magnetron recipes.remove(); // --- Vajra Core recipes.remove(); // --- Vajra recipes.remove(); // --- Engine Boost recipes.remove(); // --- Advanced Chainsaw recipes.remove(); // --- Advanced Drill recipes.remove(); // --- Advanced Gravi Tool recipes.remove(); // --- Ultimate Lappack recipes.remove(); // --- Epic Lappack recipes.remove(); // --- Add Recipes --- // --- Super Conductor Cover recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Super Conductor recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Cooling Core recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // - recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Magnetron recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Vajra Core recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Vajra recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Engine Boost recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Ultimate Lappack recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Epic Lappack recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Chainsaw recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Drill recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Nei Change Names --- // --- SuperConductorCover .displayName = I18N_GraviSuite_0; // --- SuperConductor .displayName = I18N_GraviSuite_1; // --- Cooling Core .displayName = I18N_GraviSuite_2; // --- Gravitation Engine .displayName = I18N_GraviSuite_3; // --- Magnetron .displayName = I18N_GraviSuite_4; // --- VajraCore .displayName = I18N_GraviSuite_5; // --- EngineBoost .displayName = I18N_GraviSuite_6;