alwaysVisible()
setTitle("Collector: steeleaf armor")
setDescription("Wear full set of steeleaf armor.\nHelm, Chestplate, Leggings, boots")
setPos(46,-8)
hideLines()
setIcon(<twilightforest:steeleaf_chestplate>)

addParent("triumph:0_progression/root")
addRewardItem(<simple_trophies:trophy, nbt:{TrophyName: "15 - Wear complete set of Steeleaf armor" ,TrophyColorGreen: 238, TrophyVariant: "neon", TrophyShowsTooltip: 1, TrophyItem: {id: "twilightforest:steeleaf_chestplate", Count: 1, tag: {}}, TrophyColorBlue: 0, TrophyColorRed: 255}>)

criteria = addCriteria("twilightforest:steeleaf_boots", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "twilightforest:steeleaf_boots"}})

criteria = addCriteria("twilightforest:steeleaf_chestplate", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "twilightforest:steeleaf_chestplate"}})

criteria = addCriteria("twilightforest:steeleaf_helmet", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "twilightforest:steeleaf_helmet"}})

criteria = addCriteria("twilightforest:steeleaf_leggings", "twilightforest:armor_changed")
criteria.addConditions({"to": {"item": "twilightforest:steeleaf_leggings"}})

// list of unsorted items
