]> git.somenet.org - factorio/some-autoresearch.git/commitdiff
RELEASE 1.1.4 - Added "sonaxaton-research-queue" and "factorio-research-queue" mods... master
authorSomeone <someone@somenet.org>
Sat, 6 Jan 2024 07:37:52 +0000 (08:37 +0100)
committerSomeone <someone@somenet.org>
Sat, 6 Jan 2024 07:37:52 +0000 (08:37 +0100)
changelog.txt
info.json

index 3180523999c1eb8f6165869a1408e34e474bf37b..6606a68020e5eb5f7fa1dde6054ea883fdb9c296 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 1.1.4
+Date: 2024-01-06
+
+  Changed:
+    - Added "sonaxaton-research-queue" and "factorio-research-queue" mods to incompat list due to https://mods.factorio.com/mod/some-autoresearch/discussion/659724b3423aabe1d569516f - if you are author of these mods and fix the issue, feel free to contact me and get removed from the incompat list.
+
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.3
 Date: 2024-01-02
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.3
 Date: 2024-01-02
index dcc0071ecbade9fef414411499721d77c04cf23e..e9d5b1c0fd3627292ebce6153cee3816a2df9bb4 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,10 +1,15 @@
 {
     "name": "some-autoresearch",
 {
     "name": "some-autoresearch",
-    "version": "1.1.3",
+    "version": "1.1.4",
     "title": "Auto Research (fixed + re-published)",
     "author": "Someone (originally canidae)",
     "homepage": "https://git.somenet.org/factorio/some-autoresearch.git",
     "description": "Automates research. Toggle GUI with Shift+T (customizable).",
     "title": "Auto Research (fixed + re-published)",
     "author": "Someone (originally canidae)",
     "homepage": "https://git.somenet.org/factorio/some-autoresearch.git",
     "description": "Automates research. Toggle GUI with Shift+T (customizable).",
-    "dependencies": ["base>=1.1.0"],
-    "factorio_version": "1.1"
+    "factorio_version": "1.1",
+    "dependencies": [
+        "base>=1.1.0",
+
+      "! factorio-research-queue",
+      "! sonaxaton-research-queue"
+    ]
 }
 }