From a3c4b6eedb7444e8c1ff48b446136411464a5fc0 Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Tue, 16 Sep 2025 13:58:14 -0700 Subject: [PATCH] fixed wpu mk01 recipe not being adjusted --- changelog.txt | 9 +++++++-- data-updates.lua | 2 +- info.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index ed11f5f..a01bedf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,17 @@ --------------------------------------------------------------------------------------------------- +Version: 3.2.15 +Date: ???? + Bugfixes: + - Fixed WPU MK 01 recipe not being adjusted +--------------------------------------------------------------------------------------------------- Version: 3.2.14 Date: 2025-09-16 - Changes: + Bugfixes: - Fixed game not loading because steam power is a required research for automation science pack --------------------------------------------------------------------------------------------------- Version: 3.2.13 Date: 2025-09-16 - Changes: + Bugfixes: - Fixed some techs having a too-fast cycle time --------------------------------------------------------------------------------------------------- Version: 3.2.12 diff --git a/data-updates.lua b/data-updates.lua index 914549b..8546d36 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -172,7 +172,7 @@ data.raw["technology"]["automation-science-pack"].unit = nil data.raw["technology"]["atomizer-mk00"].unit = nil -- burner/steam mk00 recipe adjustments -RECIPE("wpu"):add_ingredient {type = "item", name = "inductor1", amount = 12}:add_ingredient {type = "item", name = "wpu-mk00", amount = 1}:remove_unlock("automation-science-pack"):add_unlock("wood-processing"):set_fields {enabled = false} +RECIPE("wpu-mk01"):add_ingredient {type = "item", name = "inductor1", amount = 12}:add_ingredient {type = "item", name = "wpu-mk00", amount = 1}:remove_unlock("automation-science-pack"):add_unlock("wood-processing"):set_fields {enabled = false} RECIPE("soil-extractor-mk01"):remove_ingredient("burner-mining-drill"):add_ingredient {type = "item", name = "soil-extractor-mk00", amount = 1} diff --git a/info.json b/info.json index df30bb7..44cb4ef 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.14", + "version": "3.2.15", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur",