Files
go-mc/level/block/melon_stem.go
2022-03-09 10:47:46 +08:00

10 lines
118 B
Go

package block
type MelonStem struct {
Age string
}
func (MelonStem) ID() string {
return "minecraft:melon_stem"
}