
setIcon("quark:chute")

setTitle("A wood hopper?")

setDescription("Craft a chute, it needs only 4 planks and 3 sticks.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/shelf")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("chute", "minecraft:inventory_changed")
criteria.addItem("quark:chute")
setPos(-8,108)