Factorio-Paranoidal_mod/bobinserters/data-final-fixes.lua

8 lines
254 B
Lua

if settings.startup["bobmods-inserters-long1"].value == true then
for _, inserter in pairs(data.raw.inserter) do
if inserter.fast_replaceable_group == "long-handed-inserter" then
inserter.fast_replaceable_group = "inserter"
end
end
end