9 lines
125 B
Go
9 lines
125 B
Go
package block
|
|
|
|
type CutRedSandstone struct {
|
|
}
|
|
|
|
func (CutRedSandstone) ID() string {
|
|
return "minecraft:cut_red_sandstone"
|
|
}
|