10 lines
152 B
Go
10 lines
152 B
Go
package block
|
|
|
|
type AttachedPumpkinStem struct {
|
|
Facing string
|
|
}
|
|
|
|
func (AttachedPumpkinStem) ID() string {
|
|
return "minecraft:attached_pumpkin_stem"
|
|
}
|