FMJ bullet pulling + more!

So, in annoyance to the fact that you cannot pull FMJ bullets, I made bullet pulling recipes that let you. Also added beanbag pulling recipes and scrap shotshells. Now, I need peoples to pull request this, because I know someone got the powah!

Recipe_ammo.JSON: http://pastebin.com/cepeuUuj

Handloaded_bullets.JSON: http://pastebin.com/ug6bfCn2

Bullet_pulling.JSON: http://pastebin.com/CeRfE1jq

Ammo.JSON: http://pastebin.com/xpiZWQyx

Basically just replace the mentioned files with these, and you can pull FMJ bullets.

You have a Git account; I’ve seen it. Why not set up a fork and clone it locally so you can PR your own work?

I don’t know how to Git, I have tried and failed horribly before.
EDIT:
WOOO! I DID EET!

They made the text editor more user friendly, that is why.

[quote=“Zaweri Runewright, post:3, topic:7827”]I don’t know how to Git, I have tried and failed horribly before.
EDIT:
WOOO! I DID EET!

They made the text editor more user friendly, that is why.[/quote]

Nice effort. Once the freeze lifts it’ll probably get in, but it could probably use some tweaking (forex, folks will almost certainly want to use the copper to craft FMJ ammo!).

One caution: try not to work from your master branch. Makes it tough if we reject a PR (just had to do that to someone else today) as you’d have to clean it all back out, trash your repo and start fresh, or never be able to PR again.

(master is the basis for all branches under it, so any change in master propagates out to PR branches.)

It’s fine, I can just trash the repo, my repo was purely made because of this PR.