10 lines
124 B
Go
10 lines
124 B
Go
package block
|
|
|
|
type ShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (ShulkerBox) ID() string {
|
|
return "minecraft:shulker_box"
|
|
}
|