setIcon(<projectred-transportation:routing_chip:1>)
setTranslatedTitle("Dynamic Item Responder Chip")
setTranslatedDescription("This allows items to not only enter chests once you send them into your system using Item Extractor Chip, but also sorts them based on the current items in the chest.")

addParent("Age4:ChipResponder")

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<projectred-transportation:routing_chip:1>)
setPos(200,231)