10 lines
137 B
Go
10 lines
137 B
Go
package block
|
|
|
|
type GrayShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (GrayShulkerBox) ID() string {
|
|
return "minecraft:gray_shulker_box"
|
|
}
|