
setIcon(<quark:chute>)
setTitle("Accurate Drops")
setDescription("Chutes are a new block that when provided with items via hoppers, droppers, etc. will drop the items exactly below them at the center of the block")

addParent("triumph:quark/automation/automation")

criteria1 = addCriteria("chute", "minecraft:inventory_changed")
criteria1.addItem(<quark:chute>)

drawDirectLines(true)
setPos(206,45)