geforkt von Mirrors/FastAsyncWorldEdit
Fix biome history on 1.19
Dieser Commit ist enthalten in:
Ursprung
cb6e200ca6
Commit
462bba4f87
@ -184,7 +184,7 @@ public class PaperweightGetBlocks_Copy implements IChunkGet {
|
|||||||
biomes = new PalettedContainer[getSectionCount()];
|
biomes = new PalettedContainer[getSectionCount()];
|
||||||
}
|
}
|
||||||
if (biomeData instanceof PalettedContainer<Holder<Biome>> palettedContainer) {
|
if (biomeData instanceof PalettedContainer<Holder<Biome>> palettedContainer) {
|
||||||
biomes[layer] = palettedContainer;
|
biomes[layer] = palettedContainer.copy();
|
||||||
} else {
|
} else {
|
||||||
LOGGER.error(
|
LOGGER.error(
|
||||||
"Cannot correctly save biomes to history. Expected class type {} but got {}",
|
"Cannot correctly save biomes to history. Expected class type {} but got {}",
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren