
setIcon("rustic:barrel")

setTitle("Barrel")

setDescription("Craft a barrel, you can store items inside!")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/durabletwine")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("rustic:barrel")
setPos(283,-79)