alwaysVisible()
setTitle("Find drop of evil")
setDescription("Careful to not click the dirt....\n\nCollect the unique spawners on the lowest dungeon level")
setPos(68,-106)
setIcon(<extrautils2:ingredients:10>)

addParent("triumph:50_hunting/enterdoor")

criteria = addCriteria("dropofevil", "minecraft:inventory_changed")
criteria.addItem(<extrautils2:ingredients:10>)

// list of unsorted items
setRequiresParents()
