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