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