Solidified Fluids (for Factorio 2.0)


[Beta for Factorio 2.0] Fill liquids into bottles and use them directly in recipes instead of liquids

Content
a month ago
2.0
225
Logistics Fluids Power

b Error loading mods

a month ago

Full py.

Failed to load mods: Kux-SolidifiedFluids/data-final-fixes.lua:29: attempt to index local 'tech_oil_gathering' (a nil value)
stack traceback:
Kux-SolidifiedFluids/data-final-fixes.lua:29: in main chunk

a month ago
(updated a month ago)
local tech_oil_gathering = data.raw.technology["oil-gathering"]

if py removes the tech “oil-gathering” then i need a replacement tech available in py
but i don't play py. so it's up to you to find one ;-)

this technology is used to early unlock water and crude-oil solidification

    if fluid.name == "water" or fluid.name == "crude-oil" then
        table.insert(tech_oil_gathering.effects, {type = "unlock-recipe", recipe = fluid.name..main_suffix_solid})
        table.insert(tech_oil_gathering.effects, {type = "unlock-recipe", recipe = fluid.name..main_suffix_liquid})
    end
a month ago

Ok. Since you're reviving lots of old mods, any interest in porting https://mods.factorio.com/mod/logistic-tanks to 2.0?

a month ago

interesting mod, but I dont need storage tanks (and bots) right now, that's why I'm working on Solidified Fluids ;-)

New response