name "Sieving Automation" every tick do input fe:: from EnergyCube top side output fe:: to Sieve, Hammer end every 20 ticks do --Gravel input gravel from Interface output to GravelSieve forget --Sand input sand from Interface output to SandSieve forget --Dust input sand from Interface output to SandHammer forget --EndStone input end_stone from Interface output to EndstoneHammer forget --Netherrack input netherrack from Interface output to NetherrackHammer forget --Blackstone input blackstone from Interface output to BlackstoneHammer forget --CobbledDeepslate input cobbled_deepslate from Interface output to CobbledDeepslateHammer forget end --Output every 40 ticks do input from ReturnChest output to Interface end