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