11 lines
183 B
Go
11 lines
183 B
Go
package block
|
|
|
|
type PolishedDeepslateSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (PolishedDeepslateSlab) ID() string {
|
|
return "minecraft:polished_deepslate_slab"
|
|
}
|