From 3aa7098ad6539225e20e17b419a5d9d60a904e54 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 19 Nov 2022 23:32:08 -0800 Subject: [PATCH] gdiw modules --- changelog.txt | 5 +++++ data-final-fixes.lua | 2 +- data-updates.lua | 2 ++ info.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 40b628e..73bc3ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.2.15 +Date: 2022-10-30 + Fixes: + - When Lead + K2 are used with some mods like GDIW, prod modules can be used as expected. +--------------------------------------------------------------------------------------------------- Version: 1.2.14 Date: 2022-08-34 Changes: diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 9e96f6d..df44693 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -1,8 +1,8 @@ -require("lead-recipe-final-stacking") require("lead-recipe-modules") require("lead-recipe-colors") require("lead-recipe-final-5d") require("lead-recipe-final-rrr") +require("lead-recipe-final-stacking") ---- diff --git a/data-updates.lua b/data-updates.lua index 8944493..e924f24 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -5,3 +5,5 @@ require("map-gen-preset-updates") require("strange-matter") require("compatibility/248k") require("compatibility/sciencecosttweakerm") + +require("lead-recipe-modules") diff --git a/info.json b/info.json index 93dbc62..8ab2aab 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "1.2.14", + "version": "1.2.15", "factorio_version": "1.1", "title": "Lead", "author": "Brevven",