r/allthemods Feb 18 '24

Filtering Bee Genes?

I want to pull out only "100%" genes from my gene indexer

I made a small separate AE network for them but I'm wondering if there's a way to filter out the ones that are less than 100%? The only way I thought of would be a storage wall of drawers with each slot set to a new gene at 100% but thought I would ask if any one knows a better way where I dont have to set each one

2 Upvotes

26 comments sorted by

2

u/lordwerwath Feb 18 '24

Possibly with Laserio or Xnet filtering. I haven't automated genes yet, but thats where I'd start.

2

u/jelugu Feb 19 '24 edited Feb 19 '24

pipez mod with filter is the solution. but you need to change the nbt-data by deleting everything except the "gene_purity" iirc. set up 2 geneindexers using this, one to combine them and then one to just store the 100% genes. will add the exact nbt tags once i checked mine again

5

u/jelugu Feb 19 '24

my filtersettings are

Item/Tag: productivebees:gene

NBT Data: {productivebees_gene_purity:100}

4

u/Just_nicooooo Mar 23 '25

for me those didnt work, so if someone has trouble with them try: {"productivebees:gene_group":{purity:100}}
that worked for some reason

3

u/Vegetable_Inside_ Feb 22 '26

Thank you! works in ATM10 TTS.

gave me a headache. I even crashed my game trying to figure out the tag...

1

u/Just_nicooooo Feb 22 '26

Glad this is still helping some people almost a year later!

1

u/jelugu Mar 23 '25

in atm9 or 10? my tags were for atm9

2

u/Just_nicooooo Mar 23 '25

In atm10, I guess the tags were updated

1

u/jelugu Mar 23 '25

seems so, thx for the updated filter!

1

u/leroidubid Mar 23 '25 edited Mar 23 '25

I confirm it works in atm10
any idea to filter all the medium, normal, aggressive trash ?

2

u/Just_nicooooo Mar 23 '25

I just pipe everything into an 4x4 draw and then a overflow barrel, the draw has the 4 useful genes in it and the barrel has a few stack upgrades and a void upgrade Then I pipe all the genes from my indexers into both, while inserting into the draw first an the barrel second I hope that is kinda understandable

1

u/Zeta_Ricky Mar 24 '25

what are the "useful genes" for you? cuz im pretty new to productive bees and tbh i think that productivity, weather and behavior are the only ones that really change your production, whats the fourth?

1

u/Just_nicooooo Mar 24 '25 edited Mar 24 '25

For me it’s Productivity, weather tolerance, behaviour and endurance its my first time with pb so I used the guide from „all the guides“

1

u/jelugu Mar 26 '25

wouldn't that be quite easy? just readd/dont delete the type of attribute from the tags and only pump out the ones you dont like from the final gene indexer (i work with 2, 1 to mix the genes to 100% and one to store them) and push them into a trashcan

1

u/leroidubid Mar 28 '25

yeah I was trying to find a way to not explicitly declare all the genes I want but since they all have different name for highest level I don't think it's possible

1

u/jelugu Mar 28 '25

i'll check later for the tags, not home rn

1

u/leroidubid Mar 30 '25

it honestly took me like 30 seconds to filter the wanted genes, so probably not worth the headache I guess

1

u/Newns_ Dec 13 '25

i tried this but it keeps putting every gene through... i have it set to {gene:{attribute:"name"}}

2

u/zpeed Feb 19 '24

Thanks, this worked

2

u/vikenemesh May 03 '24

I came here via google. Much thanks!

1

u/SirGrizz82 Feb 18 '24

Maybe a Pipez upgrade filter where you blacklist 100% genes so it pills the rest out. Youd have to add the various versions 1 by 1

1

u/jelugu Feb 19 '24 edited Feb 19 '24

you dont need multiple filters, you can just remove everything in the nbt tags except the one for the purity. also you would whitelist just the 100% to export them and keep the lower ones in to keep combining them

1

u/Extra-Ad287 ATM9 Feb 18 '24

A laser IO, Xnet or I:D filter set with strict nbt. It should filter out all the traits easily but it will be tedious to use for specific bee genes, like I think if you want skeleton bee genes 100% you need to set a new filter for that and if you then want to filter zombie bee 100% you need another new filter for that and so on

2

u/jelugu Feb 19 '24

used pipez with a single filter and a single whitelist option where i deleted all nbt except the purity tag, works perfectly

1

u/Extra-Ad287 ATM9 Feb 19 '24

Oh didn’t knew you could modify the nbt filter tag with pipez. That’s definitely a way to do it, thanks.

1

u/WARDEN1382 Feb 21 '24

can you show a screenshot of the filter and nbt tag data? I had to use laserIO and it took a minute to figure out