
setIcon(<minecraft:stick>)

setTitle("A small piece of wood")

setDescription("Collect a stick on the ground or by breaking tree leaves.")

alwaysVisible

addParent("triumph:start/root")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem(<minecraft:stick>)
setPos(68,43)