blocks codegen
This commit is contained in:
15
level/block/tripwire.go
Normal file
15
level/block/tripwire.go
Normal file
@ -0,0 +1,15 @@
|
||||
package block
|
||||
|
||||
type Tripwire struct {
|
||||
Attached string
|
||||
Disarmed string
|
||||
East string
|
||||
North string
|
||||
Powered string
|
||||
South string
|
||||
West string
|
||||
}
|
||||
|
||||
func (Tripwire) ID() string {
|
||||
return "minecraft:tripwire"
|
||||
}
|
Reference in New Issue
Block a user