From 54cd8d7a04fb841f87ae63f3757686c2f8a657ec Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Sat, 22 Feb 2020 12:12:28 +0100 Subject: [PATCH] Complementary file(s) format improvements --- changelog.txt | 13 ++++++++++--- info.json | 3 +-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 827ee7a..c3431fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,14 +1,21 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.2 +Date: 22. 2. 2020 + Changes: + - Matched changelog file format to what Factorio expects +--------------------------------------------------------------------------------------------------- Version: 0.18.1 Date: 20. 2. 2020 - Bug: + Bugfixes: - Fixed wrong type check (item/recipe) --------------------------------------------------------------------------------------------------- Version: 0.18.0 Date: 20. 2. 2020 Changes: - Ported to 0.18 - - Shortened code - - Renamed mod + - Renamed mod for upload in mod portal - Matched versioning to Factorio versions + + Optimisations: + - Shortened code from setting the whole recipe to just setting the ingredients --------------------------------------------------------------------------------------------------- \ No newline at end of file diff --git a/info.json b/info.json index fce4dc9..9c1c3d3 100644 --- a/info.json +++ b/info.json @@ -1,9 +1,8 @@ { "name": "ModuleRequester_RecipeOverride", - "version": "0.18.1", + "version": "0.18.2", "title": "Module Requester Recipe Override", "author": "Wyrrrd", - "homepage": "", "factorio_version": "0.18", "dependencies": [ "base >= 0.18",