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