setIcon(<betterwithmods:unfired_pottery:2>)
setTitle("Pottah!!!")
setDescription("The urn is molded using the turntable. It can then be fire in the kiln and used for further crafting recipes.")
setShowToast(true)
setAnnounceToChat(true)
addParent("triumph:betterwithmods/turnTable")
setRewardExperience(10)
criteria = addCriteria("hasUnfiredUrn", "minecraft:inventory_changed")
criteria.addItem(<betterwithmods:unfired_pottery:2>)
setCompletedIconColor(31, 209, 167)
setCompletedTitleColor(0, 168, 252)