Factorio: Add explicit support for factory-levels mod. (#1050)

* Factorio: Add explicit support for factory-levels mod.

* Fix inconsistent space/tabs
This commit is contained in:
CaitSith2
2022-09-24 02:43:00 -07:00
committed by GitHub
parent be1158ad78
commit 813ee5ee3b
3 changed files with 18 additions and 4 deletions

View File

@@ -7,7 +7,8 @@
"description": "Integration client for the Archipelago Randomizer",
"factorio_version": "1.1",
"dependencies": [
"base >= 1.1.0",
"? science-not-invited"
]
"base >= 1.1.0",
"? science-not-invited",
"? factory-levels"
]
}