Implemented Importing and Exporting Tile Entities; Additional Improvements #41

Merged
SenseiKiwi merged 15 commits from master into master 2013-07-15 22:08:53 +00:00
Showing only changes of commit 404ae3f80d - Show all commits

View File

@@ -379,7 +379,7 @@ public class DungeonHelper
registeredDungeons.addAll(hubs); registeredDungeons.addAll(hubs);
} }
public boolean exportDungeonX(World world, int centerX, int centerY, int centerZ, String exportPath) public boolean exportDungeon(World world, int centerX, int centerY, int centerZ, String exportPath)
{ {
int xMin, yMin, zMin; int xMin, yMin, zMin;
int xMax, yMax, zMax; int xMax, yMax, zMax;