Skip to content

Commit

Permalink
Allow using short cordage pieces to craft candles (#37777)
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah authored Feb 7, 2020
1 parent 3e4a4ea commit 7ad7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7ad7c3d

Please sign in to comment.