setIcon(<minecraft:cauldron>)

setTitle("Better Cauldrons")

setDescription("Inspirations adds many improvements to the Cauldron as part of this module like an additional recipe system. If an item is dropped into the cauldron, it will try to perform a recipe with the current fluid. This allows automation using a dropper to add items and a hopper or collector to remove the result.")

addParent("triumph:inspirations/recipe_module")

criteria = addCriteria("hasFlint", "minecraft:inventory_changed")
criteria.addItem(<minecraft:cauldron>)

setRequirements("any")
setPos(-126,76)