11 lines
200 B
Go
11 lines
200 B
Go
package block
|
|
|
|
type WaxedOxidizedCutCopperSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (WaxedOxidizedCutCopperSlab) ID() string {
|
|
return "minecraft:waxed_oxidized_cut_copper_slab"
|
|
}
|