Files
go-mc/level/block/bee_nest.go
2022-03-09 10:47:46 +08:00

11 lines
140 B
Go

package block
type BeeNest struct {
Facing string
Honey_level string
}
func (BeeNest) ID() string {
return "minecraft:bee_nest"
}