10 lines
152 B
Go
10 lines
152 B
Go
package block
|
|
|
|
type RedGlazedTerracotta struct {
|
|
Facing string
|
|
}
|
|
|
|
func (RedGlazedTerracotta) ID() string {
|
|
return "minecraft:red_glazed_terracotta"
|
|
}
|