
setIcon("firstaid:plaster")

setFrameType("challenge")

setTitle("First aid !")

setDescription("Create a plaster with 2 strings or 2 silk threads and 2 wools. Right-click with it to heal you.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/silkthread")
addParent("triumph:moresurvival/shears")
addParent("triumph:moresurvival/cotton")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("firstaid:plaster")
setPos(26,245)