From 7ad7c3d560ace8398be8afbee2021f57c26417ac Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Fri, 7 Feb 2020 12:49:27 +0300 Subject: [PATCH] Allow using short cordage pieces to craft candles (#37777) --- data/json/recipes/recipe_others.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 1e0cca59ff2c0..f0dc898267475 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1345,7 +1345,7 @@ "autolearn": true, "qualities": [ { "id": "CONTAIN", "level": 1 } ], "tools": [ [ [ "lighter", 5 ], [ "ref_lighter", 5 ], [ "surface_heat", 2, "LIST" ] ] ], - "components": [ [ [ "wax", 1 ], [ "any_tallow", 4, "LIST" ] ], [ [ "string_6", 1 ] ] ] + "components": [ [ [ "wax", 1 ], [ "any_tallow", 4, "LIST" ] ], [ [ "cordage_short", 1, "LIST" ] ] ] }, { "type": "recipe",