9 lines
128 B
Go
9 lines
128 B
Go
package block
|
|
|
|
type DeepslateGoldOre struct {
|
|
}
|
|
|
|
func (DeepslateGoldOre) ID() string {
|
|
return "minecraft:deepslate_gold_ore"
|
|
}
|