Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if (!chunk.a(i, j)) {
  2. System.out.println("Chunk file at " + i + "," + j + " is in the wrong location; relocating. (Expected " + i + ", " + j + ", got " + chunk.j + ", " + chunk.k + ")");
  3. nbttagcompound.a("xPos", i);
  4. nbttagcompound.a("zPos", j);
  5. chunk = ChunkLoader.a(world, nbttagcompound.k("Level"));
  6. System.out.println("Chunk file is now at " + chunk.j + ", " + chunk.k + ")");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement