Two more things, when using beltlayer, the normal order in the crafting menu is belt, underground belt, beltlayer connector, but for the ultra fast tier, the order is changed, it goes belt, beltlayer connector, underground belt. Finally, could you add a condition in data final fixes doing something like this:
if settings.startup["angels-enable-components"].value then
bobmods.lib.recipe.replace_ingredient_in_all("tungsten-gear-wheel","nitinol-gear-wheel")
end
I made a personal mod for this part, using bob library, it basically replaces the tungsten gear wheels for the nitinol ones if that setting is enabled, because angels induestries with that setting on removes recipes for all gear wheels except for nitinol's, but it doesnt remove the items, so your mod still finds them and uses them as ingredients