]> git.somenet.org - factorio/some-infinitychest.git/commitdiff
RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 master
authorSomeone <someone@somenet.org>
Mon, 21 Oct 2024 12:00:20 +0000 (14:00 +0200)
committerSomeone <someone@somenet.org>
Mon, 21 Oct 2024 12:00:20 +0000 (14:00 +0200)
changelog.txt
info.json

index e8ad31d3ee4bd90340fb6f06d0d20bc53633b7d9..e28d15451319c0b79aaf336008e0e19872b1cb09 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 2.0.0
+Date: 2024-10-21
+
+  Changed:
+    - Initial compatibility with Factorio 2.0
+
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.2
 Date: 2024-01-02
index 727c466972abbb7d0cd6bbb02dc8bbf098789cb9..bacfac60cd2bb1597a6024e2edb6c209045c2d9a 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,10 +1,10 @@
 {
     "name": "some-infinitychest",
-    "version": "1.1.2",
+    "version": "2.0.0",
     "title": "Advanced infinity chest",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/some-infinitychest.git",
     "description": "Extends infinity-chest to behave like buffer chests. Also bots dont try to pick up not (yet) existent items. Therefore we need a waaaay larger inventory and fill it up. For testing of bot-enabled setups.",
-    "dependencies": ["base>=1.1.0"],
-    "factorio_version": "1.1"
+    "dependencies": ["base>=2.0.0"],
+    "factorio_version": "2.0"
 }