name "bee_beehive2" every 1 ticks do input fe:: from interface output fe:: to centrifuge_powered, unobtainium_furnaces, unobtainium_blastfurnaces end every 20 ticks do -- input glass bottle to beehives input from interface output minecraft:glass_bottle to each advance_beehive slots 0 output minecraft:glass_bottle to each wannabee_beehive slots 0 forget -- input items to buffer barrel from wannabees input from each wannabee_beehive slots 2-10 output to wannabee_barrel forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface forget -- take items from advance beehive input productivebees:configurable_comb, productivebees:configurable_honeycomb, productivebees:comb* from each advance_beehive slots 2-10 output to beehive_barrel forget input except productivebees:configurable_comb, productivebees:configurable_honeycomb, productivebees:comb* from each advance_beehive slots 2-10 output to interface forget -- empty advance beehive buffer barrel to centrifuge input from beehive_barrel output to centrifuge_powered forget -- empty processed combs 1st input from centrifuge_powered slots 2-10 output to process1_barrel forget -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget -- take materials from furnaces input from unobtainium_furnaces, unobtainium_blastfurnaces slots 13-18 output to process3_barrel forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface end -- repeat some filters for faster speed every 20+1 ticks do -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface end every 20+2 ticks do -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface end every 20+3 ticks do -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface end every 20+4 ticks do -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface end every 20+5 ticks do -- filter raw materials to furnaces skipping process barrel 2 input from process1_barrel output item:: with #c:raw_materials to unobtainium_furnaces top side output item:: with #c:raw_materials/mithril to unobtainium_blastfurnaces top side output item:: without #c:raw_materials to interface forget input from process3_barrel output to interface forget input fluid:: from centrifuge_powered output fluid:: to interface forget -- empty wannabee buffer barrel input from wannabee_barrel output to interface end