From 5e5df1c96181df15558fa6c3f9ac6e7f6d2d70f0 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:28:30 -0800 Subject: [PATCH] fix: Fixed chunk imports from save files --- world/chunk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/world/chunk.go b/world/chunk.go index 960d7d2..e4d37de 100644 --- a/world/chunk.go +++ b/world/chunk.go @@ -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 {