11 lines
177 B
Go
11 lines
177 B
Go
package block
|
|
|
|
type PolishedDioriteSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (PolishedDioriteSlab) ID() string {
|
|
return "minecraft:polished_diorite_slab"
|
|
}
|