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, 2 months ago
0.16 - 2.0
13.4K
Logistics

b Stacking 2 Changes Small Parts

6 months ago

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

2 months ago

+1

2 months ago
(updated 2 months 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