Deadlock's Stacking for Pyanodon


Adds belt compression for intermediate products introduced in Pyanodons Coal Processing, Pyanodons Fusion Energy, Pyanodons HighTech, Pyanodons Petroleum Handling, Pyanodons Raw Ores, Pyanodons Alien Life and Pyanodons Alternative Energy.

Content
1 year, 28 days ago
0.16 - 2.0
13.0K
Logistics

b Stacking 2 Changes Small Parts

4 months ago

The Stacking 2 technology stacks Small Parts as "Iron Gear Wheel (stack of 5)."

15 days ago

+1

15 days ago
(updated 15 days ago)

temporary fix is to add this to data-final-fixes.lua :
(replace 400 with 100 if you have different config of main stacking mod)

if mods["pypetroleumhandling"] then
    if data.raw.recipe["deadlock-stacks-unstack-iron-gear-wheel"] then
        data.raw.recipe["deadlock-stacks-unstack-iron-gear-wheel"].results = {
            {type = "item", name = "iron-gear-wheel", amount = 400},
        }
    end
    if data.raw.recipe["deadlock-stacks-stack-iron-gear-wheel"] then
        data.raw.recipe["deadlock-stacks-stack-iron-gear-wheel"].ingredients =
        {
            {type = "item", name = "iron-gear-wheel", amount = 400}
        }
    end
end

New response