From c64b072476052444d06c1debaa943b489054ac84 Mon Sep 17 00:00:00 2001 From: Antoine PLASKOWSKI Date: Thu, 29 Sep 2022 09:42:25 +0200 Subject: [PATCH] Hide dep that are only for compatibility --- src/changelog.txt | 4 +++- src/info.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/changelog.txt b/src/changelog.txt index e86fbb4..05ea6aa 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -3,6 +3,8 @@ Version: Date: Features: - Add setting to customize robot by craft recipe. + Changes: + - Compatibility dependencies are now hidden --------------------------------------------------------------------------------------------------- Version: 0.9.3 Date: 12. 03. 2022 @@ -103,4 +105,4 @@ Version: 0.1.0 Date: 19. 11. 2018 Features: - Add early game robots. - \ No newline at end of file + diff --git a/src/info.json b/src/info.json index a14796a..c7ac795 100644 --- a/src/info.json +++ b/src/info.json @@ -9,7 +9,7 @@ "factorio_version": "1.1", "dependencies": [ "base >= 1.1.0", - "?bobelectronics >= 0.18", - "?IndustrialRevolution >= 1.0" + "(?) bobelectronics >= 0.18", + "(?) IndustrialRevolution >= 1.0" ] }