Gold dim door working

Needs to gen the right type of door.
This commit is contained in:
StevenRS11
2013-09-10 15:50:15 -04:00
parent 52aa836f75
commit 08b36054ce
8 changed files with 26 additions and 14 deletions

View File

@@ -148,6 +148,7 @@ public class mod_pocketDim
@PreInit
public void onPreInitialization(FMLPreInitializationEvent event)
{
this.instance = this;
//This should be the FIRST thing that gets done.
properties = DDProperties.initialize(event.getSuggestedConfigurationFile());
@@ -386,7 +387,6 @@ public class mod_pocketDim
//Register loot chests
DDLoot.registerInfo();
}
@ServerStopping
public void onServerStopping(FMLServerStoppingEvent event)
{
@@ -403,6 +403,8 @@ public class mod_pocketDim
@ServerStarting
public void onServerStarting(FMLServerStartingEvent event)
{
//TODO- load dims with forced chunks on server startup here
/*
CommandResetDungeons.instance().register(event);
CommandCreateDungeonRift.instance().register(event);