
setIcon("pyrotech:stash")

setTitle("Organize yourself")

setDescription("Craft some furniture, for example a stash with 5 wood slabs, and put in order your little things.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/crudehammer")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("stash", "minecraft:inventory_changed")
criteria.addItem("pyrotech:stash")

setPos(-41,108)