10 lines
161 B
Go
10 lines
161 B
Go
package block
|
|
|
|
type YellowGlazedTerracotta struct {
|
|
Facing string
|
|
}
|
|
|
|
func (YellowGlazedTerracotta) ID() string {
|
|
return "minecraft:yellow_glazed_terracotta"
|
|
}
|