setIcon(<gregtech:machine:921>)
setTranslatedTitle("Mine Baby Mine.")
setTranslatedDescription("Craft Advanced Miner. You could also do Basic one, but this one is worth it more. Just place it above ore vein, power it, and let it do it's work! Also do not forget to put chest next to it.")

addParent("Age3:Aluminum")
addParent("Age3:GoodCircuit")

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:machine:921>)
setPos(201,-132)