From c02c6fe09268086576b3a7e46d3f01a755f65f32 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 27 Feb 2019 19:49:26 +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 16dc0e7..1ab66c6 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.2 Date: 2018-07-29 diff --git a/info.json b/info.json index b39f024..a046db4 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { - "name": "RealisticDecorationCleanup", - "version": "0.16.2", - "title": "Realistic Decoration Cleanup", - "author": "someone1337", - "homepage": "https://git.somenet.org/pub/jan/factorio_RealisticDecorationCleanup.git", - "factorio_version": "0.16", - "dependencies": ["base"], - "description": "Remove decorations prior to placing entities or tiles. Normally you would not build a house/road and leave the bushes below it." + "name": "RealisticDecorationCleanup", + "version": "0.17.1", + "title": "Realistic Decoration Cleanup", + "author": "someone1337", + "homepage": "https://git.somenet.org/pub/jan/factorio_RealisticDecorationCleanup.git", + "description": "Remove decorations prior to placing entities or tiles. Normally you would not build a house/road and leave the bushes below it.", + "dependencies": ["base"], + "factorio_version": "0.17" } -- 2.43.0