setIcon(<gregtech:meta_item_1:78, nbt:{Fluid: {FluidName: "biomass", Amount: 1000}}>)
setTranslatedTitle("Bio all the way")
setTranslatedDescription("One way is to process bio stuff into ethylene. You will need either Pyrolese Oven, which will either way make things cheaper or you need Brewing Machine. NOTE: To finish this quest click the slot where Biomass fluid is while hovering Empty Cell.")

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

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:meta_item_1:78, nbt:{Fluid: {FluidName: "biomass", Amount: 1000}}>)

setPos(201,131)