From f4fc2522431999a1b82fbc94ef64431f928e1b14 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 30 Nov 2024 13:53:27 -0800 Subject: Reduce plastic chunks per 25 pack of 473 ammo molds from 4 to 2. --- json/recipes/473.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/recipes/473.json b/json/recipes/473.json index 7439198..cce9675 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -35,6 +35,6 @@ "reversible": false, "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], - "components": [ [ [ "plastic_chunk", 4 ] ] ] + "components": [ [ [ "plastic_chunk", 2 ] ] ] } ] -- cgit v1.2.1