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