9 lines
121 B
Go
9 lines
121 B
Go
package block
|
|
|
|
type GrayTerracotta struct {
|
|
}
|
|
|
|
func (GrayTerracotta) ID() string {
|
|
return "minecraft:gray_terracotta"
|
|
}
|