
setIcon("pyrotech:mechanical_bellows")

setTitle("Automatic bellows")

setDescription("Craft a mechanical bellow, no more need to jump on it, only add a cog. It can accelerate up to 3 combustion machines!")

visibleIf("triumph:pyrotech/root")

addParent("triumph:pyrotech/root")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:mechanical_bellows")
setPos(-70,46)