Export function added

This commit is contained in:
StevenRS11
2013-06-04 08:52:06 -04:00
parent b97eab46b5
commit 4858a69be5
25 changed files with 2045 additions and 26 deletions

View File

@@ -111,7 +111,7 @@ public class mod_pocketDim
public static final ICommand removeAllLinksCommand = new CommandDeleteAllLinks();
public static final ICommand deleteDimDataCommand = new CommandDeleteDimData();
public static final ICommand addDungeonRift = new CommandAddDungeonRift();
//public static final ICommand endDungeonCreation = new CommandEndDungeonCreation();
public static final ICommand endDungeonCreation = new CommandEndDungeonCreation();
public static final ICommand startDungeonCreation = new CommandStartDungeonCreation();
@@ -127,6 +127,8 @@ public class mod_pocketDim
public static int limboExitRange;
// public static int railRenderID;
public static String schematicContainer;
public static int itemStableFabricID;
public static int itemStabilizedLinkSignatureID;
@@ -285,6 +287,7 @@ public class mod_pocketDim
String schematicDir = configFile.getParent()+"/DimDoors_Custom_schematics";
this.schematicContainer=schematicDir;
File file= new File(schematicDir);
file.mkdir();
@@ -772,6 +775,7 @@ public class mod_pocketDim
event.registerServerCommand(addDungeonRift);
event.registerServerCommand(this.startDungeonCreation);
event.registerServerCommand(this.printDimData);
event.registerServerCommand(this.endDungeonCreation);
dimHelper.instance.load();
if(!dimHelper.dimList.containsKey(this.limboDimID))