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

10 lines
152 B
Go

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