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