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