Make InserterFuelLeech optional

This commit is contained in:
Simon Brodtmann 2025-06-03 16:50:26 +02:00
parent 68903532bf
commit 6fc153f3bd
3 changed files with 12 additions and 1 deletions

View file

@ -14,7 +14,6 @@
"bioprocessing-tab",
"cf-lib >= 0.0.13",
"flib",
"InserterFuelLeech",
"lignumis-assets >= 1.0.3",
"mf-buildings >= 1.0.7",
"mf-core >= 1.0.3",

View file

@ -71,6 +71,10 @@ Init.events[defines.events.on_player_created] = function(event)
game.print("While Alien Biomes is playable with Lignumis, it is not recommended as it prevents trees from being generated on Lignumis.")
end
if not script.active_mods["Burner-Leech-Fork"] and not script.active_mods["Burner-Leech"] and not script.active_mods["InserterFuelLeech"] then
game.print("Lignumis: You are starting a new game without a burner leech mod. The intended experience is to use one of the available options. You can disable such a mod after the burner phase of the game. See the mod page for more details.")
end
if not script.active_mods["any-planet-start"] then
init_player(event)
init_freeplay(event)