Skip to content

Commit

Permalink
Merge pull request #38930 from Dziugaske/Gatling-gun-recipe-fix
Browse files Browse the repository at this point in the history
Fix 12-gauge gatling gun recipe
  • Loading branch information
Rivet-the-Zombie authored Mar 21, 2020
2 parents 6ba58e4 + 271b95e commit 7185d09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,14 +1628,13 @@
"components": [
[ [ "xlframe", 1 ] ],
[ [ "foot_crank", 1 ] ],
[ [ "spring", 1 ] ],
[ [ "sheet_metal_small", 12 ] ],
[ [ "pipe", 6 ] ],
[ [ "chain", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "power_supply", 2 ] ],
[ [ "cable", 4 ] ],
[ [ "spring", 6 ] ],
[ [ "spring", 7 ] ],
[ [ "scrap", 2 ] ]
]
},
Expand Down

0 comments on commit 7185d09

Please sign in to comment.