11 lines
165 B
Go
11 lines
165 B
Go
package block
|
|
|
|
type SmoothStoneSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (SmoothStoneSlab) ID() string {
|
|
return "minecraft:smooth_stone_slab"
|
|
}
|