Files
go-mc/level/block/waxed_weathered_cut_copper_slab.go
2022-03-09 10:47:46 +08:00

11 lines
203 B
Go

package block
type WaxedWeatheredCutCopperSlab struct {
Type string
Waterlogged string
}
func (WaxedWeatheredCutCopperSlab) ID() string {
return "minecraft:waxed_weathered_cut_copper_slab"
}