From 88fdc8c1ee1f57bbb4a49928dc633c0b99ffcf37 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 7 Dec 2019 20:18:36 +0100 Subject: [PATCH] Move logic to data-updates.lua Move the logic updating the science packs to data-updates.lua. --- src/changelog.txt | 6 ++++++ src/{data.lua => data-final-fixes.lua} | 0 src/info.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) rename src/{data.lua => data-final-fixes.lua} (100%) diff --git a/src/changelog.txt b/src/changelog.txt index 5bfddf9..56548c4 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 0.2.1 +Date: 07. 12. 2019 + Changes: + - Moved update logic to data-final-fixes.lua. + - Fixes mods like Bob's Technology and Industrial Revolution overwriting the science sprites. +--------------------------------------------------------------------------------------------------- Version: 0.2.0 Date: 07. 12. 2019 Changes: diff --git a/src/data.lua b/src/data-final-fixes.lua similarity index 100% rename from src/data.lua rename to src/data-final-fixes.lua diff --git a/src/info.json b/src/info.json index 1aba48e..82d4536 100644 --- a/src/info.json +++ b/src/info.json @@ -1,6 +1,6 @@ { "name": "cb-science", - "version": "0.2.0", + "version": "0.2.1", "title": "Colour Blind Friendly Science Packs", "author": "Hornwitser", "contact": "Hornwitser#6431 on Discord",