I now have my own version of Gravisuite. Complete.
Available soon on the community Github. (Available on mine if you're in a hurry
Code
// ******** Created by Arch-Nihil ********// *======= Importing Stuff =======*// *======= Variables =======*val GraviSuit = <GraviSuite:graviChestPlate:*>;val AdvNanoSuit = <GraviSuite:advNanoChestPlate:*>;val AdvEJetpack = <GraviSuite:advJetpack:*>;val Vajra = <GraviSuite:vajra>;val UltimateLappack = <GraviSuite:ultimateLappack:*>;val AdvLappack = <GraviSuite:advLappack:*>;val AdvDrill = <GraviSuite:advDDrill>;val AdvChainsaw = <GraviSuite:advChainsaw>;val GraviTool = <GraviSuite:graviTool>;val Relocator = <GraviSuite:relocator>;val VajraCore = <GraviSuite:itemSimpleItem:5>;val Magnetron = <GraviSuite:itemSimpleItem:4>;val SuperconductorCover = <GraviSuite:itemSimpleItem>;val Superconductor = <GraviSuite:itemSimpleItem:1>;val GravitationEngine = <GraviSuite:itemSimpleItem:3>;val EngineBooster = <GraviSuite:itemSimpleItem:6>;val CoolingCore = <GraviSuite:itemSimpleItem:2>;val Teleporter = <IC2:blockMachine2>;val EnergyPack = <IC2:itemArmorEnergypack:*>;val NanoChest = <IC2:itemArmorNanoChestplate:*>;val QuantumChest = <IC2:itemArmorQuantumChestplate:*>;val OverclockerUp = <IC2:upgradeModule>;val CoolantCell60K = <IC2:reactorCoolantSix>;val AdvCircuit = <ore:circuitAdvanced>;val LapotronCrystal = <ore:batteryMaster>;val LapotronicEOrb = <ore:batteryUltimate>;val IVElectricMotor = <gregtech:gt.metaitem.01:32604>;val TSteelRotor = <ore:rotorTungstenSteel>;val SSteelPlate = <ore:plateStainlessSteel>;val TSteelPlate = <ore:plateTungstenSteel>;val IridiumAlloyPlate = <ore:plateAlloyIridium>;val DMagNeodymiumPlate = <ore:plateDenseNeodymiumMagnetic>;val OsmiridiumPlate = <ore:plateOsmiridium>;val NaquadahPlate = <ore:plateNaquadah>;val NeutroniumPlate = <ore:plateNeutronium>;val NqFoil = <ore:foilNaquadah>;val EnrichedNqFoil = <ore:foilNaquadahEnriched>;val NeutroniumBolt = <ore:boltNeutronium>;val OsmiumDrillTip = <ore:toolHeadDrillOsmium>;val SuperCWire = <ore:wireGt01Superconductor>;val SuperCWire4x = <ore:wireGt04Superconductor>;val SuperCWire8x = <ore:wireGt08Superconductor>;val SuperCWire16x = <ore:wireGt16Superconductor>;val PlatinumCable4x = <ore:cableGt04Platinum>;val PlatinumCable8x = <ore:cableGt08Platinum>;val AlCable8x = <ore:cableGt08Aluminium>;val NiobiumTiCable8x = <ore:cableGt08NiobiumTitanium>;val MagneticCore = <ReactorCraft:reactorcraft_item_crafting:6>;val RCCoolantCell = <ReactorCraft:reactorcraft_item_placer:2>;val AFB = <AFSU:ALC>;val Singularity = <appliedenergistics2:item.ItemMultiMaterial:48>;val SunnariumPart = <AdvancedSolarPanel:asp_crafting_items:9>;val Wrench = <ore:craftingToolWrench>;val HHammer = <ore:craftingToolHardHammer>;val GrandmasterCircuit = <ore:circuitGrandmaster>;// *======= Removing Recipes =======*// --- Gravitation Suitrecipes.remove(GraviSuit);// --- Advanced Nano Suitrecipes.remove(AdvNanoSuit);// --- Advanced Electric Jetpackrecipes.remove(AdvEJetpack);// --- Vajrarecipes.remove(Vajra);// --- Ultimate Lappackrecipes.remove(UltimateLappack);// --- Advanced Lappackrecipes.remove(AdvLappack);// --- Vajra Corerecipes.remove(VajraCore);// --- Magnetronrecipes.remove(Magnetron);// --- Gravitation Enginerecipes.remove(GravitationEngine);// --- Engine Boosterrecipes.remove(EngineBooster);// --- Superconductorrecipes.remove(Superconductor);// --- Superconductor Coverrecipes.remove(SuperconductorCover);// --- Cooling Corerecipes.remove(CoolingCore);// --- Advanced Diamond Drillrecipes.remove(AdvDrill);// --- Advanced Chainsawrecipes.remove(AdvChainsaw);// --- GraviToolrecipes.remove(GraviTool);// --- Relocatorrecipes.remove(Relocator);// *======= Adding Back Recipes =======*// --- Gravitation Suitrecipes.addShaped(GraviSuit, [[SuperCWire4x, HHammer, SuperCWire4x],[GravitationEngine, QuantumChest, GravitationEngine],[SuperCWire8x, UltimateLappack, SuperCWire8x]]);// --- Advanced Nano-Suitrecipes.addShaped(AdvNanoSuit, [[PlatinumCable4x, HHammer, PlatinumCable4x],[AdvCircuit, NanoChest, AdvCircuit],[PlatinumCable8x, AdvLappack, PlatinumCable8x]]);// --- Advanced Electric Jetpackrecipes.addShaped(AdvEJetpack, [[TSteelPlate, AdvLappack, TSteelPlate],[PlatinumCable4x, IVElectricMotor, PlatinumCable4x],[EngineBooster, Wrench, EngineBooster]]);// --- Vajrarecipes.addShaped(Vajra, [[OsmiumDrillTip, IridiumAlloyPlate, NeutroniumBolt],[IridiumAlloyPlate, VajraCore, LapotronicEOrb],[NeutroniumBolt, LapotronicEOrb, IridiumAlloyPlate]]);// --- Ultimate Lappackrecipes.addShaped(UltimateLappack, [[LapotronicEOrb, IridiumAlloyPlate, LapotronicEOrb],[NiobiumTiCable8x, AdvLappack, NiobiumTiCable8x],[LapotronicEOrb, Wrench , LapotronicEOrb]]);// --- Advanced Lappackrecipes.addShaped(AdvLappack, [[LapotronCrystal, SSteelPlate, LapotronCrystal],[AlCable8x, EnergyPack, AlCable8x],[LapotronCrystal, Wrench , LapotronCrystal]]);// --- Vajra Corerecipes.addShaped(VajraCore, [[SuperconductorCover, Magnetron, SuperconductorCover],[IridiumAlloyPlate, AFB, IridiumAlloyPlate],[SuperconductorCover, Magnetron, SuperconductorCover]]);// --- Magnetronrecipes.addShaped(Magnetron, [[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate],[Superconductor, MagneticCore, Superconductor],[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate]]);// --- Gravitation Enginerecipes.addShaped(GravitationEngine, [[OsmiridiumPlate, CoolingCore, NaquadahPlate],[EngineBooster, LapotronicEOrb, CoolingCore],[Singularity, EngineBooster, OsmiridiumPlate]]);// --- Engine Boosterrecipes.addShaped(EngineBooster, [[TSteelPlate, TSteelPlate, TSteelRotor],[IVElectricMotor, OverclockerUp, TSteelPlate],[SunnariumPart, IVElectricMotor, TSteelPlate]]);// --- Large Superconductor Cablerecipes.addShaped(Superconductor, [[SuperconductorCover, SuperconductorCover, SuperconductorCover],[CoolingCore, SuperCWire16x, CoolingCore],[SuperconductorCover, SuperconductorCover, SuperconductorCover]]);// --- Superconductor Coverrecipes.addShaped(SuperconductorCover, [[NqFoil, EnrichedNqFoil, NqFoil],[SuperCWire, SuperCWire, SuperCWire],[NqFoil, EnrichedNqFoil, NqFoil]]);// --- Cooling Corerecipes.addShaped(CoolingCore, [[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate],[CoolantCell60K, RCCoolantCell, CoolantCell60K],[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate]]);// --- Relocatorrecipes.addShaped(Relocator, [[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate],[LapotronicEOrb, Teleporter, LapotronicEOrb],[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate]]);// *======= Other Stuff =======*// --- Renaming Gravitation EngineGravitationEngine.displayName = "Gravitation Engine";// --- Renaming Engine BoosterEngineBooster.displayName = "Engine Booster";// --- Renaming MagnetronMagnetron.displayName = "Magnetron";// --- Renaming Vajra CoreVajraCore.displayName = "Vajra Core";// --- Renaming Superconductor CoverSuperconductorCover.displayName = "Superconductor Cover";// --- Renaming SuperconductorSuperconductor.displayName = "Large Superconductor Cable";// --- Renaming Cooling CoreCoolingCore.displayName = "Cooling Core";