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