
setIcon("spartanshields:shield_basic_stone")

setFrameType("challenge")

setTitle("More protection")

setDescription("Improve your woodshield with 4 cobblestones.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/woodshield")
addParent("triumph:moresurvival/cobblestone")


setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("spartanshields:shield_basic_stone")
setPos(26,33)