
setIcon("spartanshields:shield_basic_wood")

setTitle("Protect yourself")

setDescription("Craft your first wood shield with 6 planks and 1 stick ; it's better than nothing !")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/crudehammer")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("spartanshields:shield_basic_wood")
setPos(-8,48)