Signed-off-by: StevenRS11 <stevenrs11@aol.com>

This commit is contained in:
StevenRS11
2013-02-17 23:00:39 -05:00
parent 7092939f4f
commit 25ac73286c
5 changed files with 244 additions and 5 deletions

10
StevenDimDoors/README.md Normal file
View 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/

View File

@@ -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);