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