From 996f081a563680940c6c39e68204726fcf570722 Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Tue, 9 Sep 2025 11:42:32 -0700 Subject: [PATCH] Added DDC MK 00 to the DDC MK 01 recipe --- changelog.txt | 5 +++++ data-updates.lua | 2 +- info.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 92bda20..a6cd034 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/data-updates.lua b/data-updates.lua index ef1e259..f248047 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -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} diff --git a/info.json b/info.json index 26bb27d..7329205 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.11", + "version": "3.2.12", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur",