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