diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 12:57:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 12:57:17 -0700 |
commit | 1012619e18f697901a6db71a5e665bf5db57fa1f (patch) | |
tree | 510cec28622d05112b5cd039cbe17c065775ad1a /json/recipes/other | |
parent | Fix several FMJ ammo recipes to require copper. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-1012619e18f697901a6db71a5e665bf5db57fa1f.tar.xz |
Make several recipes more readable.
Also use more standardized recipe component groups.
Diffstat (limited to 'json/recipes/other')
-rw-r--r-- | json/recipes/other/containers.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/json/recipes/other/containers.json b/json/recipes/other/containers.json index 86caaec..4bf1c95 100644 --- a/json/recipes/other/containers.json +++ b/json/recipes/other/containers.json @@ -9,8 +9,13 @@ "time": "30 m", "count": 2, "autolearn": true, - "using": [ [ "blacksmithing_standard", 1 ], [ "steel_tiny", 1 ] ], + "using": [ + [ "blacksmithing_standard", 1 ], + [ "steel_tiny", 1 ] + ], "qualities": [ { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + "tools": [ + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] } ] |