10 lines
143 B
Go
10 lines
143 B
Go
package block
|
|
|
|
type YellowShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (YellowShulkerBox) ID() string {
|
|
return "minecraft:yellow_shulker_box"
|
|
}
|