Skip to content

Commit 0e0473c

Browse files
committed
add ddc and automated screener mk00 to relevant mk01 recipes
1 parent 179ca16 commit 0e0473c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Version: 3.2.5
33
Date: ???
44
Changes:
5-
- fix indentation so the changelog loads in the in-game mod manager
5+
- Fix indentation so the changelog loads in the in-game mod manager
6+
- Added DDC MK 00 to the DDC MK 01 recipe
7+
- Added Automated Screamer MK 00 to the Automated Screener MK 01 recipe
68
---------------------------------------------------------------------------------------------------
79
Version: 3.2.4
810
Date: 2025-06-01

data-updates.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ RECIPE("iron-plate"):add_unlock("atomizer-mk00"):set_fields {enabled = false}
217217
-- add burner atomizer to atomizer mk01 recipe
218218
RECIPE("atomizer-mk01"):remove_ingredient("washer"):add_ingredient {type = "item", name = "atomizer-mk00", amount = 1}
219219

220+
RECIPE("automated-screener-mk01"):add_ingredient {type = "item", name = "automated-screener-mk00", amount = 1}
221+
222+
RECIPE("distilator"):add_ingredient {type = "item", name = "automated-screener-mk00", amount = 1}
223+
220224
-- data.raw.technology["mega-farm"].unit.ingredients = {{"automation-science-pack", 1},{"py-science-pack-1",1}}
221225
-- TECHNOLOGY("mega-farm"):set_fields{prerequisites = {}}
222226

0 commit comments

Comments
 (0)