summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json/recipes/recipe_vehicle.json6
1 files 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 ],
+ ]
}
]