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