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
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.2.12
Date: ????
Changes:
- Added DDC MK 00 to the DDC MK 01 recipe
---------------------------------------------------------------------------------------------------
Version: 3.2.11
Date: 2025-09-04
Changes:
Expand Down
2 changes: 1 addition & 1 deletion data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ RECIPE("compost-plant-mk01"):add_ingredient {type = "item", name = "compost-plan

RECIPE("slaughterhouse-mk01"):add_ingredient {type = "item", name = "slaughterhouse-mk00", amount = 1}

RECIPE("destructive-distillation-column-mk01"):add_ingredient {type = "item", name = "destructive-distillation-column-mk00", amount = 1}
RECIPE("ddc-mk01"):add_ingredient {type = "item", name = "ddc-mk00", amount = 1}

-- increase construction costs of geothermal plant
RECIPE("geothermal-plant-mk01"):add_ingredient {type = "item", name = "pipe", amount = 80}:add_ingredient {type = "item", name = "concrete", amount = 150}
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.11",
"version": "3.2.12",
"factorio_version": "2.0",
"title": "PyBlock",
"author": "KingArthur",
Expand Down