diff options
| -rw-r--r-- | json/recipes/weapons/explosive.json | 4 | ||||
| -rw-r--r-- | json/uncraft/weapon/explosive.json | 4 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index ae17274..d60427d 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -129,8 +129,8 @@      "qualities" : [ { "id": "SCREW", "level": 1 } ],      "components": [        [ [ "delay_fuze", 1 ] ], -      [ [ "sheet_metal_small", 1 ] ], -      [ [ "chem_compositionb", 32 ] ], +      [ [ "sheet_metal_small", 3 ] ], +      [ [ "chem_compositionb", 12 ] ],        [ [ "canister_empty", 1 ] ]      ]    }, diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index b9f719b..9e8638c 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -8,8 +8,8 @@      "qualities": [ { "id": "SCREW", "level": 1 } ],      "components": [        [ [ "delay_fuze", 1 ] ], -      [ [ "sheet_metal_small", 1 ] ], -      [ [ "chem_compositionb", 32 ] ], +      [ [ "sheet_metal_small", 3 ] ], +      [ [ "chem_compositionb", 12 ] ],        [ [ "canister_empty", 1 ] ]      ]    },  | 
