Files
go-mc/level/block/glowstone.go
2022-03-09 10:47:46 +08:00

9 lines
105 B
Go

package block
type Glowstone struct {
}
func (Glowstone) ID() string {
return "minecraft:glowstone"
}