Hacked Splitters 2.0


You've used your ingenuity as an engineer to hack your original splitter design, creating new splitters that perfectly balance transport belt inputs. These hacked splitters require extra circuitry and are best used with single-item belts as they no longer perform the function of their baser models. They unlock when their respective counterparts become available.

Content
6 months ago
2.0
171
Logistics

g Bug fix

5 months ago

script.on_event(
{
defines.events.on_built_entity,
defines.events.on_robot_built_entity,
defines.events.script_raised_built,
defines.events.on_pre_ghost_upgraded
},
function (event)
local entity = event.entity or event.ghost
if entity and is_splitter(entity) then
add_splitter(entity)
end
end
)

May have introduced a bug with previous update. Will you please update line 136 with this new code. this fixes the upgrade planner throwing a error when trying to upgrade/downgrade splitters

New response