name "phytowall2" every 1 ticks do input fe:: from cube south side output fe:: to phyto end every 20 ticks do input fluid::water from eternal output fluid::water to phyto end every 20 ticks do input thermal:phytogro from PhytoBarrel output to each phyto forget input from phyto slots 2-5 output except *seeds* to Controller output *seeds* to seedsBarrel end every 20 ticks do input *seeds* from seedsBarrel output 1 to each phyto if phyto slots 0 has > 1 *seeds* then input retain 1 *seeds* from phyto output *seeds* to seedsBarrel end end -- add on redstone signal condition to empty all seeds from chest and phytos to controller every 20 ticks do if redstone ge 2 then input *seeds* from phyto slots 0 output to Controller forget input *seeds* from seedsBarrel output to Controller end end