Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
10
StevenDimDoors/README.md
Normal file
10
StevenDimDoors/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
DimDoors
|
||||
========
|
||||
|
||||
Dimensional Doors for Minecraft
|
||||
Adds several items that allow the player to move between and create dimensions
|
||||
|
||||
see the MC forum topic for details
|
||||
|
||||
http://www.minecraftforum.net/topic/1650007-147-dimensional-doors-v110-physics-what-physics-updated-with-fancy-opengl/
|
||||
|
||||
@@ -877,11 +877,11 @@ public class dimHelper extends DimensionManager
|
||||
}
|
||||
|
||||
|
||||
// File oldSave=new File( world.getSaveHandler().getMapFileFromName("idcounts").getParent()+"/PocketDimData"); //checks to see if old save data is present
|
||||
// if(oldSave.exists())
|
||||
// {
|
||||
// OldSaveHandler.handleOldSaveData(oldSave);
|
||||
// }
|
||||
File oldSave=new File( world.getSaveHandler().getMapFileFromName("idcounts").getParent()+"/PocketDimData"); //checks to see if old save data is present
|
||||
if(oldSave.exists())
|
||||
{
|
||||
OldSaveHandler.handleOldSaveData(oldSave);
|
||||
}
|
||||
|
||||
|
||||
saveFile = new FileInputStream(dataStore);
|
||||
|
||||
Reference in New Issue
Block a user