Just was trying something

This commit is contained in:
StevenRS11 2013-10-09 19:18:36 -04:00
parent 9420b8edf2
commit b0c7c03fc6

View file

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