9 lines
106 B
Go
9 lines
106 B
Go
package block
|
|
|
|
type FlowerPot struct {
|
|
}
|
|
|
|
func (FlowerPot) ID() string {
|
|
return "minecraft:flower_pot"
|
|
}
|