10 lines
134 B
Go
10 lines
134 B
Go
package block
|
|
|
|
type RedShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (RedShulkerBox) ID() string {
|
|
return "minecraft:red_shulker_box"
|
|
}
|