name recipes after their process, not their product
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user