Challenging Pack Logistics


This mod changes the science packs of Vulcanus, Fulgora and Aquilo by making them more challenging to transport between planets, just like Gleba's agricultural science pack.

Tweaks
19 hours ago
2.0
1.01K
Factorio: Space Age Icon Space Age Mod
Logistics

i [Tweak] Add machine tint to recipes

Hello valent125,

Recipes marked with the “cryogenics” type also use the ‘crafting_machine_tint’ attribute, which determines the color of the liquid in the machine animation. Please add the following code block to both recipes related to “cryogenic-science-pack-cooling”:

    crafting_machine_tint = {
        primary = {r = 0.455, g = 0.837, b = 0.563, a = 1.000}, -- #73d58fff
        secondary = {r = 0.398, g = 0.732, b = 0.681, a = 1.000}, -- #65baadff
        tertiary = {r = 0.337, g = 0.306, b = 0.306, a = 1.000}, -- #554e4eff
        quaternary = {r = 0.436, g = 0.743, b = 0.711, a = 1.000}, -- #6fbdb5ff
    }

The color comes from the space age, the “fluoroketone-cooling” recipe. I know it's a minor change, but let's keep it consistent :)

a day ago

Thank you for the fix, this will be patched in very soon!

New response