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