Chemical Plant Tier 2 and 3


Two new Chemical Plants that works faster.

Content
4 years ago
0.17 - 0.18
14
Manufacturing

i add fast_replaceable_group

4 years ago
(updated 4 years ago)

can you add a fast_replaceable_group to the chemical plants?

you can do it by putting the following code to the data-final-fixes.lua

-- set fast_replaceable_group for chemical plants

-- set fast_replaceable_group for base chemical plant if not available
if data.raw["assembling-machine"]["chemical-plant"].fast_replaceable_group == nil then
data.raw["assembling-machine"]["chemical-plant"].fast_replaceable_group = "chemical-plant"
end

-- set fast_replaceable_group for new chemical plants to the one from base game
data.raw["assembling-machine"]["chemical-plant-2"].fast_replaceable_group = data.raw["assembling-machine"]["chemical-plant"].fast_replaceable_group

data.raw["assembling-machine"]["chemical-plant-3"].fast_replaceable_group = data.raw["assembling-machine"]["chemical-plant"].fast_replaceable_group

4 years ago

Perfect Baeder!! Thank you very much.. just release in the new version! :)

New response