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

10 lines
140 B
Go

package block
type WhiteShulkerBox struct {
Facing string
}
func (WhiteShulkerBox) ID() string {
return "minecraft:white_shulker_box"
}