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

10 lines
137 B
Go

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