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

13 lines
226 B
Go

package block
type PolishedAndesiteStairs struct {
Facing string
Half string
Shape string
Waterlogged string
}
func (PolishedAndesiteStairs) ID() string {
return "minecraft:polished_andesite_stairs"
}