Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PyBlock",
"version": "3.2.14",
"version": "3.2.15",
"factorio_version": "2.0",
"title": "PyBlock",
"author": "KingArthur",
Expand Down