
setIcon("pyrotech:bloomery")

setTitle("Craft the bloomery")

setDescription("Iron is near!")

visibleIf("triumph:pyrotech/root")

addParent("triumph:pyrotech/refractorybrick")
addParent("triumph:pyrotech/fireproofleather")
addParent("triumph:pyrotech/hammer")
addParent("triumph:pyrotech/tongs")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:bloomery")

setPos(31,13)