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