Loader Furnaces Redux (Support for Bob's) deprecated

by Journ

Modification of Loader Furnaces by Nanabell. Supports Bobsmods.

6 years ago
0.16
5

g Bugfix for latest bobplates

6 years ago
(updated 6 years ago)

So the latest Bob's Metals, Chemicals and Intermediates (bobplates) removed the Electrum alloy. This mod has a recipe for it and will crash if you try to load it. To fix, remove the recipe.

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
        ),

Just remove that whole block and save. Should work fine, and hopefully this gets updated.

New response