11 lines
164 B
Go
11 lines
164 B
Go
package block
|
|
|
|
type CobblestoneSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (CobblestoneSlab) ID() string {
|
|
return "minecraft:cobblestone_slab"
|
|
}
|