
setIcon("minecraft:stone")

setFrameType("challenge")

setTitle("Stone from fire")

setDescription("Put some cobblestones in a fire pit, then burn it to collect stones !")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/cobblestone")
addParent("triumph:moresurvival/pitkiln")
addParent("triumph:moresurvival/thatch")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("minecraft:stone")
setPos(95,2)