11 lines
175 B
Go
11 lines
175 B
Go
package block
|
|
|
|
type WaxedCutCopperSlab struct {
|
|
Type string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (WaxedCutCopperSlab) ID() string {
|
|
return "minecraft:waxed_cut_copper_slab"
|
|
}
|