name recipes after their process, not their product

This commit is contained in:
2026-08-12 21:14:33 +02:00
parent bd8fe5157e
commit 28656bea7e
3 changed files with 61 additions and 56 deletions

View File

@@ -125,16 +125,16 @@ modules = ["drone_hangar"]
# --- Assembler recipes -----------------------------------------------------
[[unlock]]
id = "shortcut_steel_plate"
id = "direct_rolling"
station_level = 1
recipes = ["shortcut_steel_plate"]
recipes = ["direct_rolling"]
[[unlock]]
id = "shortcut_control_chip"
id = "direct_etching"
station_level = 2
recipes = ["shortcut_control_chip"]
recipes = ["direct_etching"]
[[unlock]]
id = "shortcut_hardened_steel"
id = "direct_hardening"
station_level = 2
recipes = ["shortcut_hardened_steel"]
recipes = ["direct_hardening"]