From 0c9f90c47901d846839603df282ec64c52ca0d9b Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 4 Aug 2022 01:42:51 -0700 Subject: [PATCH] sct --- changelog.txt | 5 +++++ compatibility/sciencecosttweakerm.lua | 5 +++++ data-updates.lua | 1 + info.json | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 compatibility/sciencecosttweakerm.lua diff --git a/changelog.txt b/changelog.txt index e7045d8..e1894f3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.15 +Date: 2022-08-05 + Features: + - Some support for ScienceCostTweaker - green science +--------------------------------------------------------------------------------------------------- Version: 0.0.14 Date: 2022-08-04 Fixes: diff --git a/compatibility/sciencecosttweakerm.lua b/compatibility/sciencecosttweakerm.lua new file mode 100644 index 0000000..8a48715 --- /dev/null +++ b/compatibility/sciencecosttweakerm.lua @@ -0,0 +1,5 @@ +local util = require("data-util"); + +util.replace_ingredient("sct-t2-instruments", "iron-plate", "bakelite") + + diff --git a/data-updates.lua b/data-updates.lua index 527a6bb..6ba77e2 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -5,6 +5,7 @@ require("map-gen-preset-updates") require("strange-matter") require("compatibility/248k") require("compatibility/5dims") +require("compatibility/sciencecosttweakerm") local util = require("data-util"); diff --git a/info.json b/info.json index 90f6e6b..6f3d2a5 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.0.14", + "version": "0.0.15", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven",