
setIcon("natura:materials", 3)

setTitle("String crops")

setDescription("Another way to get strings is to harvest it on cotton crops. But where could you find the seeds?")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/root")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("natura:materials", 3)
setPos(-8,235)