
setIcon("pyrotech:wither_forge")

setFrameType("challenge")

setTitle("The forge from Hell!")

setDescription("Try to craft the Wither Forge, it can smelt up to 3 ores.")

visibleIf("triumph:ironage/nether")

addParent("triumph:ironage/netherbrick")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:wither_forge")
setPos(126,57)