From 71eb2b82d4dc10f25362359be599d487d7022f03 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Sep 2021 13:04:20 -0700 Subject: Remove press tool from 000shot recipes as shot_forming requirement already includes it. --- json/recipes/000shot.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index 8f0732d..3b6118e 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -13,7 +13,6 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ], - "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] }, { @@ -30,7 +29,6 @@ "charges": 1, "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 ] ], [ [ "incendiary", 5 ] ] ] }, { @@ -47,7 +45,6 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_000_shot", 1 ] ], - "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 12 ] ] ] }, { -- cgit v1.2.1