9 lines
112 B
Go
9 lines
112 B
Go
package block
|
|
|
|
type RedConcrete struct {
|
|
}
|
|
|
|
func (RedConcrete) ID() string {
|
|
return "minecraft:red_concrete"
|
|
}
|