setIcon(<exnihilocreatio:block_crucible:1>)
setTitle("I'm Melting!!")
setDescription("The crucible's main use is to melt stuff into lava. Namely stone, cobblestone, sand etc. The crucible needs a heat source underneath to melt stuff.")
setShowToast(true)
setAnnounceToChat(true)
addParent("triumph:exnihilo/root")
setRewardExperience(10)
criteria = addCriteria("hasCrucible", "minecraft:inventory_changed")
criteria.addItem(<exnihilocreatio:block_crucible:1>)
setCompletedIconColor(31, 209, 167)
setCompletedTitleColor(0, 168, 252)