Ok, so I logged the edits I made to let these run. Bob removed electrum from bobplates and as such certain mods using it couldn't run. My fix is to swap anything using electrum for silver plate, but you could swap it foor wood or anything else you wanted.
(AFAIK this shouldn't give any errors later but dont hold it against me if it does)
LOADER-FURNACES-REDUX
Prototypes/addons/bobs mods
Recipies.lua
Line 365 - REMOVED
add_smelting_recipe(
{result = "electrum-alloy", amount = 5},
{category = "lf-mixing-smelting", order = "d", subgroup = "lf-mixing-smelting"},
{{name = "silver-plate", amount = 3}, {name = "gold-plate", amount = 2}},
17.5
),
KAOEXTENDED
Prototypes/Structurecomponents
item.lua
Line 58 - CHANGED
{"electrum-alloy", 200},
TO
{"silver-plate", 200},
Line 69 - CHANGED
{"electrum-alloy", 200},
TO
{"silver-plate", 200},
I shall now go and spread the word on these mod's pages XD