13 lines
233 B
Go
13 lines
233 B
Go
package block
|
|
|
|
type SmoothRedSandstoneStairs struct {
|
|
Facing string
|
|
Half string
|
|
Shape string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (SmoothRedSandstoneStairs) ID() string {
|
|
return "minecraft:smooth_red_sandstone_stairs"
|
|
}
|