setIcon(<gregtech:machine:1023>)
setTranslatedTitle("Big Boy")
setTranslatedDescription("Construct Large Chemical Reactor. Aside from new recipes, you can use it to make all recipes you can with normal chemical reactor!")

addParent("Age4:Polytetrafluoroethylene")

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

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

criteria = addCriteria("ItemInv", "minecraft:inventory_changed")
criteria.addItem(<gregtech:machine:1023>)
setPos(167,0)