10 lines
140 B
Go
10 lines
140 B
Go
package block
|
|
|
|
type GreenShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (GreenShulkerBox) ID() string {
|
|
return "minecraft:green_shulker_box"
|
|
}
|