Meteorite Worldgen

This commit is contained in:
Sebastian Hartte
2020-06-21 13:38:13 +02:00
parent afe98cbe04
commit 6d76bb989c
26 changed files with 642 additions and 330 deletions
@@ -316,8 +316,7 @@ public class CachedPlane {
final Chunk c = this.myChunks[x][z];
for (int y = 1; y < 255; y += 32) {
WorldData.instance().compassData().service().updateArea(this.getWorld(), c.getPos().x << 4, y,
c.getPos().z << 4);
WorldData.instance().compassData().service().updateArea(this.getWorld(), c.getPos(), y);
}
// FIXME this was sending chunks to players...