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