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

9 lines
106 B
Go

package block
type CutCopper struct {
}
func (CutCopper) ID() string {
return "minecraft:cut_copper"
}