10 lines
121 B
Go
10 lines
121 B
Go
package block
|
|
|
|
type NetherWart struct {
|
|
Age string
|
|
}
|
|
|
|
func (NetherWart) ID() string {
|
|
return "minecraft:nether_wart"
|
|
}
|