Skip to content

Commit

Permalink
Merge pull request #36773 from kevingranade/fix-sandbag
Browse files Browse the repository at this point in the history
Correct sandbag recipe for charges
  • Loading branch information
ZhilkinSerg committed Jan 7, 2020
2 parents 88009f4 + 0ee7ca4 commit 28f902a
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 @@ -4399,7 +4399,7 @@
"time": "2 m",
"autolearn": true,
"qualities": [ { "id": "DIG", "level": 3 } ],
"components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 60 ] ] ]
"components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3200 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 28f902a

Please sign in to comment.