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

9 lines
128 B
Go

package block
type PottedWitherRose struct {
}
func (PottedWitherRose) ID() string {
return "minecraft:potted_wither_rose"
}