11 lines
161 B
Go
11 lines
161 B
Go
package block
|
|
|
|
type PrismarineSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (PrismarineSlab) ID() string {
|
|
return "minecraft:prismarine_slab"
|
|
}
|