Skip to content

Commit

Permalink
revert (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWeabo authored Feb 4, 2023
1 parent 5671ba8 commit 219385b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 241 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import micdoodle8.mods.galacticraft.api.galaxies.SolarSystem;
import micdoodle8.mods.galacticraft.api.galaxies.Star;
import micdoodle8.mods.galacticraft.api.recipe.SchematicRegistry;
import micdoodle8.mods.galacticraft.api.spaceprojects.GCGlobalVariableWorldSavedData;
import micdoodle8.mods.galacticraft.api.vector.BlockVec3;
import micdoodle8.mods.galacticraft.api.vector.Vector3;
import micdoodle8.mods.galacticraft.api.world.IAtmosphericGas;
Expand All @@ -34,7 +33,6 @@
import micdoodle8.mods.galacticraft.core.command.CommandGCEnergyUnits;
import micdoodle8.mods.galacticraft.core.command.CommandGCHelp;
import micdoodle8.mods.galacticraft.core.command.CommandGCInv;
import micdoodle8.mods.galacticraft.core.command.CommandGCSpaceProjectTeamAdd;
import micdoodle8.mods.galacticraft.core.command.CommandJoinSpaceRace;
import micdoodle8.mods.galacticraft.core.command.CommandKeepDim;
import micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport;
Expand Down Expand Up @@ -277,7 +275,6 @@ public void preInit(FMLPreInitializationEvent event) {

@EventHandler
public void init(FMLInitializationEvent event) {
MinecraftForge.EVENT_BUS.register(new GCGlobalVariableWorldSavedData(""));
galacticraftBlocksTab = new CreativeTabGC(
CreativeTabs.getNextID(),
"GalacticraftBlocks",
Expand Down Expand Up @@ -625,7 +622,6 @@ public void serverStarting(FMLServerStartingEvent event) {
event.registerServerCommand(new CommandGCHelp());
event.registerServerCommand(new CommandGCEnergyUnits());
event.registerServerCommand(new CommandJoinSpaceRace());
event.registerServerCommand(new CommandGCSpaceProjectTeamAdd());

WorldUtil.initialiseDimensionNames();
WorldUtil.registerSpaceStations(
Expand Down

This file was deleted.

0 comments on commit 219385b

Please sign in to comment.