9 lines
134 B
Go
9 lines
134 B
Go
package block
|
|
|
|
type WeatheredCutCopper struct {
|
|
}
|
|
|
|
func (WeatheredCutCopper) ID() string {
|
|
return "minecraft:weathered_cut_copper"
|
|
}
|