Dont optimize chunks in mca anymore (for now)

This commit is contained in:
DanLT 2021-07-06 00:18:32 -08:00
parent ccd14e6505
commit 54c7f896ad

View File

@ -473,8 +473,6 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
return 0; return 0;
} }
}).run(); }).run();
writer.optimizeChunk(x, z);
} }
public Chunk generatePaper(World world, int x, int z) public Chunk generatePaper(World world, int x, int z)