Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
This commit is contained in:
@@ -987,7 +987,7 @@ public class dimHelper extends DimensionManager
|
||||
{
|
||||
if(!this.isSaving)
|
||||
{
|
||||
System.out.println("saving");
|
||||
// System.out.println("saving");
|
||||
|
||||
this.isSaving=true;
|
||||
HashMap comboSave=new HashMap();
|
||||
@@ -1326,5 +1326,10 @@ public class dimHelper extends DimensionManager
|
||||
this.dimList.put(dimData.dimID, dimData);
|
||||
}
|
||||
|
||||
public void createDimData(World world)
|
||||
{
|
||||
this.dimList.put(world.provider.dimensionId, new DimData(world.provider.dimensionId, false, 0,0,world.provider.getSpawnPoint().posX,world.provider.getSpawnPoint().posY,world.provider.getSpawnPoint().posZ));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user