9 lines
137 B
Go
9 lines
137 B
Go
package block
|
|
|
|
type PottedCrimsonFungus struct {
|
|
}
|
|
|
|
func (PottedCrimsonFungus) ID() string {
|
|
return "minecraft:potted_crimson_fungus"
|
|
}
|