Bob's Metals, Chemicals and Intermediates


Smelt extra ores into plates, and make useful intermediate products. A key part of the Bob's mods suite.

Content
2 months ago
0.13 - 1.1
235K
Manufacturing

g 0.16.4 broke a few mods

5 years ago

It seems that the last update broke the following mods for me

BobExtended kaorhil's upgrade
Loader Furnace

5 years ago

Currently working on a fix, I'll give set instructions on how to sort them later but for now I'm changing electrum recipes to silver for the time being.

5 years ago

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

New response