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

10 lines
143 B
Go

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