From 067d545db976c1bf6124a884b3e8a23516b08379 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 21 Mar 2024 15:43:39 -0700 Subject: Further improve the hard steel armor plate recipe with requirements. --- json/recipes/recipe_vehicle.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/json/recipes/recipe_vehicle.json b/json/recipes/recipe_vehicle.json index 635ba82..a050a6c 100644 --- a/json/recipes/recipe_vehicle.json +++ b/json/recipes/recipe_vehicle.json @@ -10,7 +10,9 @@ "time": "12 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 5 ], [ "adv_chemistry", 6 ], [ "welding_book", 5 ] ], - "using": [ [ "welding_standard", 5 ] ], - "components": [ [ [ "steel_lump", 12 ] ] ] + "using": [ + [ "welding_standard", 5 ], + [ "steel_standard", 12 ], + ] } ] -- cgit v1.2.1