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