11 lines
155 B
Go
11 lines
155 B
Go
package block
|
|
|
|
type AndesiteSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (AndesiteSlab) ID() string {
|
|
return "minecraft:andesite_slab"
|
|
}
|