Skip to content

Commit 519328c

Browse files
Merge pull request #73 from pyanodon:wpu-recipe-fix
fixed wpu mk01 recipe not being adjusted
2 parents 17772b5 + a3c4b6e commit 519328c

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

changelog.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 3.2.15
3+
Date: ????
4+
Bugfixes:
5+
- Fixed WPU MK 01 recipe not being adjusted
6+
---------------------------------------------------------------------------------------------------
27
Version: 3.2.14
38
Date: 2025-09-16
4-
Changes:
9+
Bugfixes:
510
- Fixed game not loading because steam power is a required research for automation science pack
611
---------------------------------------------------------------------------------------------------
712
Version: 3.2.13
813
Date: 2025-09-16
9-
Changes:
14+
Bugfixes:
1015
- Fixed some techs having a too-fast cycle time
1116
---------------------------------------------------------------------------------------------------
1217
Version: 3.2.12

data-updates.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ data.raw["technology"]["automation-science-pack"].unit = nil
172172
data.raw["technology"]["atomizer-mk00"].unit = nil
173173

174174
-- burner/steam mk00 recipe adjustments
175-
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}
175+
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}
176176

177177
RECIPE("soil-extractor-mk01"):remove_ingredient("burner-mining-drill"):add_ingredient {type = "item", name = "soil-extractor-mk00", amount = 1}
178178

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PyBlock",
3-
"version": "3.2.14",
3+
"version": "3.2.15",
44
"factorio_version": "2.0",
55
"title": "PyBlock",
66
"author": "KingArthur",

0 commit comments

Comments
 (0)