Skip to content

Commit

Permalink
Correct sandbag recipe for charges
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Jan 7, 2020
1 parent 88009f4 commit 0ee7ca4
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 0ee7ca4

Please sign in to comment.