From 8f558007e7a1108952d91901c6335796ea8cd192 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 23 Jul 2022 02:28:37 -0700 Subject: [PATCH] 5dim --- changelog.txt | 5 +++++ compatibility/5dims.lua | 10 ++++++++++ data-updates.lua | 1 + info.json | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 compatibility/5dims.lua diff --git a/changelog.txt b/changelog.txt index e4dc99f..1b0e874 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.6 +Date: 2022-07-23 + Features: + - 5Dims - loose support +--------------------------------------------------------------------------------------------------- Version: 0.0.5 Date: 2022-07-23 Features: diff --git a/compatibility/5dims.lua b/compatibility/5dims.lua new file mode 100644 index 0000000..48192ea --- /dev/null +++ b/compatibility/5dims.lua @@ -0,0 +1,10 @@ +local util = require("data-util"); + +util.replace_ingredient("5d-accumulator-02", "iron-plate", "bakelite") +util.replace_ingredient("5d-accumulator-03", "iron-plate", "bakelite") +util.replace_ingredient("5d-lab-02", "iron-gear-wheel", "bakelite") +util.replace_ingredient("5d-lab-03", "steel-plate", "bakelite") +util.replace_ingredient("5d-radar-02", "iron-plate", "bakelite") +util.replace_ingredient("5d-radar-03", "steel-plate", "bakelite") +util.replace_ingredient("5d-radar-04", "steel-plate", "bakelite") +util.replace_ingredient("5d-radar-05", "steel-plate", "bakelite") diff --git a/data-updates.lua b/data-updates.lua index 957e2d3..527a6bb 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -4,6 +4,7 @@ require("matter") require("map-gen-preset-updates") require("strange-matter") require("compatibility/248k") +require("compatibility/5dims") local util = require("data-util"); diff --git a/info.json b/info.json index 232fa8b..7228499 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.0.5", + "version": "0.0.6", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven",