setIcon(<gregtech:machine:1030>)
setTranslatedTitle("Processing Array")
setTranslatedDescription("Construct Processing Array. It will allow you to run up to 16 recipes in parallel! Just put inside the singleblock machines and see the magic happen!")

addParent("Age4:Mars")

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:machine:1030>)
setPos(398,-198)