Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!chunk.a(i, j)) {
- System.out.println("Chunk file at " + i + "," + j + " is in the wrong location; relocating. (Expected " + i + ", " + j + ", got " + chunk.j + ", " + chunk.k + ")");
- nbttagcompound.a("xPos", i);
- nbttagcompound.a("zPos", j);
- chunk = ChunkLoader.a(world, nbttagcompound.k("Level"));
- System.out.println("Chunk file is now at " + chunk.j + ", " + chunk.k + ")");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement