From 30518152a76fcbf52a5db37c6beed6365bef966b Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 27 Feb 2019 19:49:06 +0100 Subject: [PATCH] Update to factorio 0.17.x (Tested with 0.17.2) --- changelog.txt | 7 +++++++ info.json | 16 ++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8adaf46..5bd38ab 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 0.17.1 +Date: 2019-02-27 + + Changed: + - Updated to work with Factorio 0.17.x (Tested with 0.17.2) + --------------------------------------------------------------------------------------------------- Version: 0.16.3 Date: 2018-07-29 diff --git a/info.json b/info.json index 65a14b0..e8fa7f9 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { - "name": "some-infinitychest", - "version": "0.16.3", - "title": "Advanced infinity chest", - "author": "someone1337", - "homepage": "https://git.somenet.org/pub/jan/factorio_some-infinitychest.git", - "dependencies": ["base"], - "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.", - "factorio_version": "0.16" + "name": "some-infinitychest", + "version": "0.17.1", + "title": "Advanced infinity chest", + "author": "someone1337", + "homepage": "https://git.somenet.org/pub/jan/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"], + "factorio_version": "0.17" } -- 2.43.0