From ff266800aef5ebd9fa18c9c385a42ef04c370616 Mon Sep 17 00:00:00 2001 From: Josef Micka Date: Tue, 12 Jan 2021 23:59:17 +0100 Subject: [PATCH] info and changelog --- changelog.txt | 7 +++++++ info.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5ec6775..12098b2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ --------------------------------------------------------------------------------------------------- +Version: 1.1.5 +Date: 12. 1. 2021 + Changes: + - bugfix release + Bugfixes: + - reversal of table.remove change (creates gaps in tables) +--------------------------------------------------------------------------------------------------- Version: 1.1.4 Date: 2. 1. 2021 Changes: diff --git a/info.json b/info.json index cf3c2a3..7c79d2f 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "ScienceCostTweakerM", - "version": "1.1.4", + "version": "1.1.5", "factorio_version":"1.1", "title": "ScienceCostTweaker Mod (mexmer)", "author": "mexmer, kingarthur", - "dependencies": ["base >= 1.1.0", "? omnimatter_science >= 3.0.3", "? pycoalprocessing >= 1.2.0", "? bobtech", "? aai-industry" ], + "dependencies": ["base >= 1.1.0", "? omnimatter_science >= 3.0.3", "? pycoalprocessing >= 1.2.0", "? bobtech", "? aai-industry", "? omnimatter_energy" ], "contact": "mexmer@github.com", "homepage": "https://github.com/mexmer/ScienceCostTweakerM", "description": "Allows the cost of research to be tweaked, in terms of count, science packs and time. Edit its configs costs *.lua to tweak the multipliers. - Original mod made by UberWafe, this is adopted 0.18+ version"