12 lines
154 B
Go
12 lines
154 B
Go
package block
|
|
|
|
type PistonHead struct {
|
|
Facing string
|
|
Short string
|
|
Type string
|
|
}
|
|
|
|
func (PistonHead) ID() string {
|
|
return "minecraft:piston_head"
|
|
}
|