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