11 lines
168 B
Go
11 lines
168 B
Go
package block
|
|
|
|
type RedSandstoneSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (RedSandstoneSlab) ID() string {
|
|
return "minecraft:red_sandstone_slab"
|
|
}
|