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)
|
||||
|
||||
_________________
|
||||

|
||||
|
||||
|
@ -117,7 +118,6 @@ _________________
|
|||
## Problematic / incompatible mods
|
||||
|
||||
* 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.
|
||||
|
||||
_________________
|
||||
|
@ -178,7 +178,7 @@ _________________
|
|||
|
||||
- Fix pipe graphics on desiccation furnace and quality assembler
|
||||
- Trees must not die when absorbing noise
|
||||
- https://lua-api.factorio.com/latest/types/TreeVariation.html
|
||||
- https://lua-api.factorio.com/latest/types/TreeVariation.html
|
||||
- Add information in Factoriopedia
|
||||
- Compatibility with [On Wayward Seas](https://mods.factorio.com/mod/wayward-seas)
|
||||
- Compatibility with [Exotic Space Industries](https://mods.factorio.com/mod/exotic-space-industries)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue