From 9319f6e6958468d5da14f1a2869e8beba7de50da Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Sep 2021 15:10:50 -0700 Subject: Convert 000shot incendiary to use incendiary instead of magnesium --- json/recipes/000shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/recipes') diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index 96767d1..5248448 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -31,7 +31,7 @@ "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], - "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "magnesium", 5 ] ] ] + "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "indendiary", 5 ] ] ] }, { "result": "reloaded_shot_000_flechette", -- cgit v1.2.1