
setIcon("waterstrainer:strainer_base")

setFrameType("challenge")

setTitle("Net box")

setDescription("Craft a wood box to put your net into! Place your strainer base 2 blocks under water, add your strainer and wait for little gifts !")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/chute")
addParent("triumph:moresurvival/strainersurvivalist")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("strainer_base", "minecraft:inventory_changed")
criteria.addItem("waterstrainer:strainer_base")
setPos(26,92)