SPIGOT-2890: SetBiome not saving changes
By: md_5 <git@md-5.net>
This commit is contained in:
parent
db5c1e3e66
commit
e40bffa82a
1 changed files with 2 additions and 0 deletions
|
@ -597,6 +597,8 @@ public class CraftWorld implements World {
|
|||
if (chunk != null) {
|
||||
byte[] biomevals = chunk.getBiomeIndex();
|
||||
biomevals[((z & 0xF) << 4) | (x & 0xF)] = (byte) BiomeBase.REGISTRY_ID.a(bb);
|
||||
|
||||
chunk.e(); // SPIGOT-2890 // PAIL: markDirty
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue