setIcon(<gregtech:machine:1024>)
setTranslatedTitle("Steam Cooking")
setTranslatedDescription("Construct Steam Oven. It is a multiblock and I have a feeling it's gonna be useful for a big time. This one maybe a lil less than the other...")

addParent("Age2:PipePotin")

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:machine:1024>)
setPos(162,-66)