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

9 lines
109 B
Go

package block
type WitherRose struct {
}
func (WitherRose) ID() string {
return "minecraft:wither_rose"
}