No spoilage

by Quezler

There is no spoilage in Ba Sing Se. (configurable!)

Content
8 months ago
1.2 - 2.0
3.08K
Factorio: Space Age Icon Space Age Mod
Cheats

i spoiling-plant mod support

8 months ago

The spoiling-plant mod checks and adds recipes based on spoil_result.
If you remove prototype.spoil_result = nil, the mod will work perfectly.

local function remove_spoil_mechanic(prototype)
prototype.spoil_ticks = nil
prototype.spoil_result = nil
prototype.spoil_to_trigger_result = nil
end

8 months ago

makes sense to me, support added in 1.2.0

New response