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