9 lines
134 B
Go
9 lines
134 B
Go
package block
|
|
|
|
type PottedCrimsonRoots struct {
|
|
}
|
|
|
|
func (PottedCrimsonRoots) ID() string {
|
|
return "minecraft:potted_crimson_roots"
|
|
}
|