Fix init compound update world

This commit is contained in:
Daniel Mills 2021-07-03 01:21:50 -04:00
parent 4a11ed6dc4
commit 38ca7c030f

View File

@ -287,7 +287,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
} }
public synchronized void initialize(World world) { public synchronized void initialize(World world) {
if(!(world instanceof FakeWorld) && fake.get()) if(!(world instanceof FakeWorld) && fake.get() && this.compound != null)
{ {
fake.set(false); fake.set(false);
this.compound.updateWorld(world); this.compound.updateWorld(world);