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