9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-31 04:46:40 +00:00

Merge remote-tracking branch 'upstream/master' into 1.17

This commit is contained in:
StrangeOne101
2021-07-04 13:57:52 +12:00
7 changed files with 21 additions and 11 deletions

View File

@@ -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);