blocks codegen
This commit is contained in:
8
level/block/cut_copper.go
Normal file
8
level/block/cut_copper.go
Normal file
@ -0,0 +1,8 @@
|
||||
package block
|
||||
|
||||
type CutCopper struct {
|
||||
}
|
||||
|
||||
func (CutCopper) ID() string {
|
||||
return "minecraft:cut_copper"
|
||||
}
|
Reference in New Issue
Block a user