Files
go-mc/level/block/smooth_red_sandstone.go
2022-03-09 10:47:46 +08:00

9 lines
134 B
Go

package block
type SmoothRedSandstone struct {
}
func (SmoothRedSandstone) ID() string {
return "minecraft:smooth_red_sandstone"
}