
setIcon(<pyrotech:tongs_stone>)

setFrameType("challenge")

setTitle("Tongs")

setDescription("Craft some tongs, and catch the burning bloom with them to put it on the anvil!")

visibleIf("triumph:pyrotech/root")

addParent("triumph:pyrotech/slakedlime")

setShowToast(true)

setAnnounceToChat(true)

setRequirements("any")

criteria0 = addCriteria("tongs_stone", "minecraft:inventory_changed")

criteria0.addItem(<pyrotech:tongs_stone>)

criteria1 = addCriteria("tongs_flint", "minecraft:inventory_changed")

criteria1.addItem(<pyrotech:tongs_flint>)

criteria2 = addCriteria("tongs_bone", "minecraft:inventory_changed")

criteria2.addItem(<pyrotech:tongs_bone>)

setPos(-4,53)