Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

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