mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
Fix init compound update world
This commit is contained in:
parent
4a11ed6dc4
commit
38ca7c030f
@ -287,7 +287,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
}
|
||||
|
||||
public synchronized void initialize(World world) {
|
||||
if(!(world instanceof FakeWorld) && fake.get())
|
||||
if(!(world instanceof FakeWorld) && fake.get() && this.compound != null)
|
||||
{
|
||||
fake.set(false);
|
||||
this.compound.updateWorld(world);
|
||||
|
Loading…
x
Reference in New Issue
Block a user