9 lines
127 B
Go
9 lines
127 B
Go
package block
|
|
|
|
type YellowTerracotta struct {
|
|
}
|
|
|
|
func (YellowTerracotta) ID() string {
|
|
return "minecraft:yellow_terracotta"
|
|
}
|