
setIcon("firstaid:bandage")

setFrameType("challenge")

setTitle("Bandage")

setDescription("Create a bandage, it will heal you better than a plaster.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/plaster")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("firstaid:bandage")
setPos(95,245)