
setIcon("pyrotech:anvil_granite")

setFrameType("challenge")

setTitle("A first anvil !")

setDescription("Craft a granite anvil with a stone slab and a polished granite.")

visibleIf("triumph:moresurvival2/root")

addParent("triumph:moresurvival2/stoneslab")
addParent("triumph:moresurvival2/polishedgranite")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("anvilgranite", "minecraft:inventory_changed")

criteria.addItem("pyrotech:anvil_granite")
setPos(-66,65)