10 lines
130 B
Go
10 lines
130 B
Go
package block
|
|
|
|
type RedstoneTorch struct {
|
|
Lit string
|
|
}
|
|
|
|
func (RedstoneTorch) ID() string {
|
|
return "minecraft:redstone_torch"
|
|
}
|