9 lines
125 B
Go
9 lines
125 B
Go
package block
|
|
|
|
type NetherWartBlock struct {
|
|
}
|
|
|
|
func (NetherWartBlock) ID() string {
|
|
return "minecraft:nether_wart_block"
|
|
}
|