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

10 lines
146 B
Go

package block
type AttachedMelonStem struct {
Facing string
}
func (AttachedMelonStem) ID() string {
return "minecraft:attached_melon_stem"
}