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