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