
setIcon("pyrotech:material", 26)

setTitle("Durable twine")

setDescription("Put twines with wood tar in the soaking pot to get a new material.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/stonedrain")
addParent("triumph:moresurvival3/soakingpot")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:material", 26)
setPos(222,-32)