10 lines
155 B
Go
10 lines
155 B
Go
package block
|
|
|
|
type BlueGlazedTerracotta struct {
|
|
Facing string
|
|
}
|
|
|
|
func (BlueGlazedTerracotta) ID() string {
|
|
return "minecraft:blue_glazed_terracotta"
|
|
}
|