10 lines
171 B
Go
10 lines
171 B
Go
package block
|
|
|
|
type LightBlueGlazedTerracotta struct {
|
|
Facing string
|
|
}
|
|
|
|
func (LightBlueGlazedTerracotta) ID() string {
|
|
return "minecraft:light_blue_glazed_terracotta"
|
|
}
|