Amator Phasma's Coal & Steam (forked)

by ldinc

This mod revisits the early game of Factorio and pushes the electrification a bit further back by extending the Burner-Stage and inserting a new stage: Steam-Stage (buildings will be powered by steam).

Content
17 days ago
1.1 - 2.0
1.63K

i [✓] [0.31.36] Duplicate steam inserter with boblogistics + AAI loaders

a month ago

Hi, thanks for keeping APM mods updated! :)
I have noticed that with Bob's mods + APM + AAI loaders, there are two different kinds of steam inserters: apm_steam_inserter and bob-steam-inserter. The one from apm is used for making the higher level inserters, while the other one is used for basic loaders. So I have to make both as they also get used in the higher tiers.
I did not yet find out how to automatically replace an item with another in all recipes, otherwise I'd try to fix it myself ...

a month ago

I added this in prototypes/integrations/recipes/bobs.lua:
if apm.lib.utils.setting.get.starup('bobmods-logistics-inserteroverhaul') then
if mods["aai-loaders"] then
apm.lib.utils.recipe.ingredient.replace('aai-basic-loader', 'bob-steam-inserter', 'apm_steam_inserter')
apm.lib.utils.recipe.disable('bob-steam-inserter')
end
end

The recipe for bob-steam-inserter is not disabled though, but at least it is not used any more :)

a month ago
(updated a month ago)

Hi! I'll check today it. If all is needed - to do basic replace bob-steam-inserter to apm_steam_inserter - it will be quick fix)

a month ago

It's seems the basic loader better to be craft with burner inserter
Are you ok if i change recipe for loader too with fix?

New response