10 lines
158 B
Go
10 lines
158 B
Go
package block
|
|
|
|
type WhiteGlazedTerracotta struct {
|
|
Facing string
|
|
}
|
|
|
|
func (WhiteGlazedTerracotta) ID() string {
|
|
return "minecraft:white_glazed_terracotta"
|
|
}
|