Remove warning for Alien Biomes

This commit is contained in:
Simon Brodtmann 2025-09-11 18:55:08 +02:00
parent 8fb0fac800
commit c1797dfcfe
2 changed files with 2 additions and 6 deletions

View file

@ -67,10 +67,6 @@ Init.events[defines.events.on_player_created] = function(event)
storage.init[event.player_index] = true
if script.active_mods["alien-biomes"] then
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