addParent("triumph:cryosim/sim_5/visit")

setIcon(<contenttweaker:endgame_platform_unlocker>)
setTitle("Elevated Construction")
setDescription("Assembled the upper platform of the portal hub")
setAnnounceToChat(true)
setShowToast(true)

setCompletedIconColor(#32d9e5)
setCompletedTitleColor(#32d9e5)

criteria = addCriteria("received_construction_item", "minecraft:inventory_changed")
criteria.addItem(<contenttweaker:assembly_dust>)

addRewardFunction("triumph:cryosim/endgame_platform/built_platform_reward")

hiddenUnless("triumph:cryosim/endgame_platform/built_platform")

setPos(244,27)