11 lines
187 B
Go
11 lines
187 B
Go
package block
|
|
|
|
type SmoothRedSandstoneSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (SmoothRedSandstoneSlab) ID() string {
|
|
return "minecraft:smooth_red_sandstone_slab"
|
|
}
|