setIcon(<gregtech:meta_item_1:709>)
setTranslatedTitle("What a beatifull thing...")
setTranslatedDescription("Make Stem Cells. You will need to play tetris a bit with your cleanroom, since most steps need sterilized cleanroom.")

addParent("Age6:SterilizedCleanroom")

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

setFrameType("goal")
setUncompletedIconColor(#525252)
setCompletedIconColor(91, 0, 201)

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:meta_item_1:709>)
setPos(132,0)