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

10 lines
134 B
Go

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