Farmtorio

by plexpt

🍎🍊🍇 add new delightful fruits, new fruit processing machines, vegetables, animal products, baking, wine making, restaurants, agricultural expansions, trade systems, decorative items, energy sources, technology branches, creatures, and events.

Overhaul
a month ago
2.0
2.64K
Factorio: Space Age Icon Space Age Mod
Environment Mining Fluids Manufacturing Power

g Compability

4 months ago

regarding JFood compability:

Can you either add a startup setting or some kind of thing so the duplication recipes (takes ingredient, outputs twice that ingredient) can be disabled, because I'd have to disable all those with my own mod in the compability check and while that's definitely doabled it'd increase load times by a bit and the recipes don't really do anything from what I can tell.

4 months ago

You can disable them in your mod.

4 months ago

I'm looking at the code right now, it'd tank performance by a lot because essentially I'd have to iterate over every recipe in data.raw and THEN iterate over every item your mod adds and then disable the recipe(s) that have 1 ingredient and 2 results, which is way too much on my side to make this work, please add some kind of setting to disable your duplication recipes

If you don't I'll just fork your mod xD , but I don't really want to do that because then it's just twice the same data in two mods, so best solution would be if you added either some setting (easiest solution) or at least add some kind of subgroup name to your recipes so I can easily filter for those and modify them on my end without tanking user performance, please

4 months ago

or idk, I CAN do this with just iterations without forking anything as well but that sucks not just for me to code but also for the user that has to wait for the mod to loop over EVERY recipe and then like 1000 items each as well with O(r^i) time complexity...

4 months ago

subgroup
- fruit
- vegetable
- animal_products

4 months ago

that's the subgroup of the items, not the recipe
The items I've already filtered

4 months ago

updated

4 months ago

added a setting

4 months ago

nice, thanks :)

New response