9 lines
119 B
Go
9 lines
119 B
Go
package block
|
|
|
|
type NetherGoldOre struct {
|
|
}
|
|
|
|
func (NetherGoldOre) ID() string {
|
|
return "minecraft:nether_gold_ore"
|
|
}
|