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