fix: Fixed chunk imports from save files
This commit is contained in:
parent
f2943c6809
commit
5e5df1c961
@ -93,6 +93,7 @@ func (cd *ChunkData) FromMCAChunk(other save.Chunk) {
|
||||
}
|
||||
|
||||
var currentSection ChunkSection
|
||||
currentSection.Palette = NewSectionPalette()
|
||||
|
||||
paletteIndexes := []int{}
|
||||
for _, compress := range section.BlockStates.Data {
|
||||
|
Loading…
Reference in New Issue
Block a user