From ad73d304cd9228b2deeae7b52b44c2d1d54e4d82 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 21:24:57 +0200 Subject: [PATCH] RELEASE 2.1.1 - Initial compatibility with Factorio 2.1 --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index ef4fb3a..03e2f53 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.1.1 +Date: 2026-06-26 + + Changed: + - Initial compatibility with Factorio 2.1 + --------------------------------------------------------------------------------------------------- Version: 2.0.2 Date: 2026-01-16 diff --git a/info.json b/info.json index e4498ad..12a69c4 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "RealisticDecorationCleanup", - "version": "2.0.2", + "version": "2.1.1", "title": "Realistic Decoration Cleanup", "author": "someone1337", "homepage": "https://git.somenet.org/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.", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] } -- 2.47.3