10 lines
152 B
Go
10 lines
152 B
Go
package block
|
|
|
|
type DeepslateRedstoneOre struct {
|
|
Lit string
|
|
}
|
|
|
|
func (DeepslateRedstoneOre) ID() string {
|
|
return "minecraft:deepslate_redstone_ore"
|
|
}
|