Deleting dungeons is still buggy

This commit is contained in:
StevenRS11
2013-10-09 19:07:58 -04:00
parent b9bd42a345
commit 9420b8edf2
4 changed files with 26 additions and 4 deletions

View File

@@ -202,6 +202,8 @@ public class DungeonSchematic extends Schematic {
//In the future, we might want to make this more efficient by building whole chunks at a time
setBlockDirectly(world, pocketPoint.getX(), pocketPoint.getY(), pocketPoint.getZ(), blockID, blockMeta);
world.markBlockForRenderUpdate((pocketPoint.getX()), pocketPoint.getY(), pocketPoint.getZ());
index++;
}
}