Use read API (avoid fixers running)
This commit is contained in:
parent
d1b95c9ae0
commit
4e61fa6b22
5 changed files with 48 additions and 38 deletions
|
|
@ -67,7 +67,7 @@ public class ForgeMapChunkCache extends GenericMapChunkCache {
|
|||
|
||||
private CompoundTag readChunk(int x, int z) {
|
||||
try {
|
||||
return cps.chunkMap.readChunk(new ChunkPos(x, z));
|
||||
return cps.chunkMap.read(new ChunkPos(x, z));
|
||||
} catch (Exception exc) {
|
||||
Log.severe(String.format("Error reading chunk: %s,%d,%d", dw.getName(), x, z), exc);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue