Add BlockEntity support

This commit is contained in:
Tnze
2022-12-18 18:28:08 +08:00
parent 27b1347e74
commit c1a6528a05
10 changed files with 712 additions and 153 deletions

View File

@ -15,7 +15,7 @@ type State interface {
}
type (
BlocksState = block.StateID
BiomesState int
BiomesState = biome.Type
)
type PaletteContainer[T State] struct {