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

10 lines
124 B
Go

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