From 59aa4499114fe9b793e0d452e375e432a312a19a Mon Sep 17 00:00:00 2001 From: Deadlock989 <3128845+Deadlock989@users.noreply.github.com> Date: Sun, 22 Nov 2020 09:17:22 +0000 Subject: [PATCH] Update info.json Hidden dependency on IR to ensure it loads first (IR now does tech stuff in data-updates and IDP needs techs set up before its own data-updates) --- info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info.json b/info.json index 132c772..6d45736 100644 --- a/info.json +++ b/info.json @@ -5,7 +5,8 @@ "author": "Wyrrrd", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates", "dependencies": [ - "base >= 0.18.27" + "base >= 0.18.27", + "(?)IndustrialRevolution" ], "description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.", "factorio_version": "0.18"