From 0ee7ca48b0a90ee7d226a9af6f0364f3a71e9409 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 7 Jan 2020 07:16:39 +0000 Subject: [PATCH] Correct sandbag recipe for charges --- 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 91e0761bc3377..0ab7fd5efe5c0 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -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",