10 lines
124 B
Go
10 lines
124 B
Go
package block
|
|
|
|
type RedstoneOre struct {
|
|
Lit string
|
|
}
|
|
|
|
func (RedstoneOre) ID() string {
|
|
return "minecraft:redstone_ore"
|
|
}
|