12 lines
163 B
Go
12 lines
163 B
Go
package block
|
|
|
|
type SpruceButton struct {
|
|
Face string
|
|
Facing string
|
|
Powered string
|
|
}
|
|
|
|
func (SpruceButton) ID() string {
|
|
return "minecraft:spruce_button"
|
|
}
|