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