10 lines
118 B
Go
10 lines
118 B
Go
package block
|
|
|
|
type MelonStem struct {
|
|
Age string
|
|
}
|
|
|
|
func (MelonStem) ID() string {
|
|
return "minecraft:melon_stem"
|
|
}
|