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