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