11 lines
158 B
Go
11 lines
158 B
Go
package block
|
|
|
|
type SandstoneSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (SandstoneSlab) ID() string {
|
|
return "minecraft:sandstone_slab"
|
|
}
|