9 lines
156 B
Go
9 lines
156 B
Go
package block
|
|
|
|
type PottedFloweringAzaleaBush struct {
|
|
}
|
|
|
|
func (PottedFloweringAzaleaBush) ID() string {
|
|
return "minecraft:potted_flowering_azalea_bush"
|
|
}
|