diff options
| -rw-r--r-- | json/uncraft/shot.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json index 48da59c..96aed7b 100644 --- a/json/uncraft/shot.json +++ b/json/uncraft/shot.json @@ -7,7 +7,7 @@      "time": "1 s",      "qualities": [ { "id": "PULL", "level": 1 } ],      "components": [ -      [ [ "000shot_hull", 1 ] ], +      [ [ "shot_hull", 1 ] ],        [ [ "shotgun_primer", 1 ] ],        [ [ "gunpowder", 6 ] ],        [ [ "lead", 12 ] ] @@ -22,7 +22,7 @@      "time": "1 s",      "qualities": [ { "id": "PULL", "level": 1 } ],      "components": [ -      [ [ "000shot_hull", 1 ] ], +      [ [ "shot_hull", 1 ] ],        [ [ "shotgun_primer", 1 ] ],        [ [ "gunpowder", 6 ] ],        [ [ "lead", 12 ] ],  | 
