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