9 lines
105 B
Go
9 lines
105 B
Go
package block
|
|
|
|
type Glowstone struct {
|
|
}
|
|
|
|
func (Glowstone) ID() string {
|
|
return "minecraft:glowstone"
|
|
}
|