Remove warning for Alien Biomes
This commit is contained in:
parent
8fb0fac800
commit
c1797dfcfe
2 changed files with 2 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
||||||
[](https://discord.gg/ufvFUJtVwk)[](https://git.cacklingfiend.info/cacklingfiend/lignumis)[](https://mods.factorio.com/mod/lignumis/metrics?range=last_two_months&type=mod_downloads)
|
[](https://discord.gg/ufvFUJtVwk)[](https://git.cacklingfiend.info/cacklingfiend/lignumis)[](https://mods.factorio.com/mod/lignumis/metrics?range=last_two_months&type=mod_downloads)
|
||||||
|
|
||||||
_________________
|
_________________
|
||||||

|

|
||||||
|
|
||||||
|
@ -117,7 +118,6 @@ _________________
|
||||||
## Problematic / incompatible mods
|
## Problematic / incompatible mods
|
||||||
|
|
||||||
* The combination of AAI Industry and Any planet start is currently not supported.
|
* The combination of AAI Industry and Any planet start is currently not supported.
|
||||||
* Alien Biomes: Lignumis won't have any trees. It's playable, but not as intended.
|
|
||||||
* The rest of the Wooden Universe: I marked the ones incompatible that don't make sense to combine or that wouldn't add more that is not already included.
|
* The rest of the Wooden Universe: I marked the ones incompatible that don't make sense to combine or that wouldn't add more that is not already included.
|
||||||
|
|
||||||
_________________
|
_________________
|
||||||
|
|
|
@ -67,10 +67,6 @@ Init.events[defines.events.on_player_created] = function(event)
|
||||||
|
|
||||||
storage.init[event.player_index] = true
|
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
|
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.")
|
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
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue