From a265349635d1f7144c539723ace49b53d39d7717 Mon Sep 17 00:00:00 2001 From: Adamo Date: Sun, 15 Nov 2020 23:58:21 -0500 Subject: [PATCH] Set informatron to soft dependency. --- changelog.txt | 9 +++++++++ info.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1ac3391..1f3094d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,18 @@ +--------------------------------------------------------------------------------------------------- +Version: 0.3.2 +Date: 2020-11-15 + + Changes: + - Quick fix to remove hard dependency on informatron. + --------------------------------------------------------------------------------------------------- Version: 0.3.1 Date: 2020-11-15 Recipes: - Further-tweaked some flow rates. + + Changes: - Added informatron interface with place-holder text. --------------------------------------------------------------------------------------------------- diff --git a/info.json b/info.json index b8001b7..8b4c04f 100644 --- a/info.json +++ b/info.json @@ -6,7 +6,7 @@ "dependencies": [ "base", "SimpleSilicon", - "informatron" + "? informatron" ], "description": "Chemical reverse engineering.", "factorio_version": "1.0"