
setIcon("rustic:brewing_barrel")

setTitle("Alcohol")

setDescription("Craft a brewing barrel if you want to try new drinks.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/durabletwine")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("rustic:brewing_barrel")
setPos(283,-47)