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