From 8fc5104d5a2ebf15c10e539959cb66a538449274 Mon Sep 17 00:00:00 2001 From: BevapDin Date: Wed, 25 Dec 2019 00:11:01 +0100 Subject: [PATCH] Fix name of JSON member --- data/mods/Salvaged_Robots/recipe.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Salvaged_Robots/recipe.json b/data/mods/Salvaged_Robots/recipe.json index 2e51080582a10..720c3dd4443b4 100644 --- a/data/mods/Salvaged_Robots/recipe.json +++ b/data/mods/Salvaged_Robots/recipe.json @@ -9,7 +9,7 @@ "difficulty": 8, "time": 2500, "reversible": true, - "auto_learn": true, + "autolearn": true, "tools": [ [ [ "electrohack", 20 ] ] ], "using": [ [ "soldering_standard", 20 ], [ "welding_standard", 5 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ], @@ -33,7 +33,7 @@ "difficulty": 3, "time": 2500, "reversible": true, - "auto_learn": true, + "autolearn": true, "tools": [ [ [ "electrohack", 20 ] ] ], "qualities": [ { "id": "SCREW", "level": 1 } ] }, @@ -68,7 +68,7 @@ "difficulty": 6, "time": 25000, "reversible": false, - "auto_learn": true, + "autolearn": true, "tools": [ [ [ "electrohack", 20 ] ] ], "using": [ [ "soldering_standard", 20 ], [ "welding_standard", 5 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ]