10 lines
146 B
Go
10 lines
146 B
Go
package block
|
|
|
|
type MagentaShulkerBox struct {
|
|
Facing string
|
|
}
|
|
|
|
func (MagentaShulkerBox) ID() string {
|
|
return "minecraft:magenta_shulker_box"
|
|
}
|