setIcon(<tconstruct:casting:1>)
setTranslatedTitle("Casting Basin")
setTranslatedDescription("Craft casting basin, it is used to create blocks off the liquids in smeltery via Seared Drain. TIP: You can put wooden hopper under to automate it!")

addParent("Age1:SearedBrick")

setShowToast(true)
visibleIf("Age1:root")

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<tconstruct:casting:1>)
setPos(326,64)