Set correct world access on BSL snapshots
This commit is contained in:
@ -97,6 +97,7 @@ public class BlockStateListPopulator extends DummyGeneratorAccess {
|
||||
this.getMinecraftWorld().getWorld(), entry.getKey(), block.state(), block.blockEntity()
|
||||
);
|
||||
snapshot.setFlags(block.flags());
|
||||
snapshot.setWorldHandle(this.level);
|
||||
callback.accept(snapshot);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user