Add BlockEntity support
This commit is contained in:
@ -15,7 +15,7 @@ type State interface {
|
||||
}
|
||||
type (
|
||||
BlocksState = block.StateID
|
||||
BiomesState int
|
||||
BiomesState = biome.Type
|
||||
)
|
||||
|
||||
type PaletteContainer[T State] struct {
|
||||
|
Reference in New Issue
Block a user