Skip to content

Commit

Permalink
Krastorio2 fixes #154
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jan 6, 2024
1 parent 5b4f19c commit f618959
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boblogistics/data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ if mods["space-exploration"] then
{ "se-energy-science-pack-2", 1 },
}
end
end

--Krastorio2+SE fixes
if mods.Krastorio2 then
data.raw.pump.pump.fast_replaceable_group = "pipe"
if
settings.startup["bobmods-logistics-inserteroverhaul"].value == true and data.raw.inserter["long-handed-inserter"]
then
data.raw.inserter["long-handed-inserter"].fast_replaceable_group = "inserter"
end
-- Krastorio2 fixes
if mods["Krastorio2"] then
data.raw.pump.pump.fast_replaceable_group = "pipe"
if
settings.startup["bobmods-logistics-inserteroverhaul"].value == true and data.raw.inserter["long-handed-inserter"]
then
data.raw.inserter["long-handed-inserter"].fast_replaceable_group = "inserter"
end
end
1 change: 1 addition & 0 deletions boblogistics/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"? bobplates >= 1.2.0",
"? bobinserters >= 1.2.0",
"(?) space-exploration >= 0.6.0",
"(?) Krastorio2",
"(?) aai-loaders"
],
"description": "Requires Bob's functions library mod.\n\nAdds lots logistic related things in all areas.\nAdds 2 higher tiers of belt and related entities.\nBelt overhaul will change all recipes to make better use of Bob mod resources, and add a Tier 0.\nAdds a higher tier of inserters.\nInserter overhaul will add more tiers of inserter, replace long handed inserter with a menu to make other inserters long handed, and change all recipes to make better use of Bob mod resources.\nIf suitable materials are available, it will add 2 higher tiers of chest, and logistic chests\nAdds 2 higher tiers of train set (Locomotive, Cargo wagon and Fluid wagon) that will have higher speed and storage. Also adds an armored train set, and Tier 2 version of it.\nAdds tier 2 to 4 pumps, and reduces the flow to make the progression work\nAdds tier 2 to 4 of Logistic and Construction robots.\nAdds tier 2 to 4 roboports, roboport parts (intermediates), and smaller specialised entities, such as the Logistic Zone Expander and Robochest.\nAdds tier 2 to 4 of storage tank.\nAdds many new pipes made from many different materials, spanning 5 tiers.\n\nAlthough it can function as a stand alone mod, it is intended to be used with the full Bob's Mods set."
Expand Down

0 comments on commit f618959

Please sign in to comment.