Hello,
I have 3 custom recipes for ammo - they work all except Explosive 5.56 Rifle Ammo, when I craft this, I will get Pistol Bullets. Any ideas?
{
"Crafting Display Name": "Pistol Bullet",
"Item Shortname": "ammo.pistol",
"Item Amount": 4,
"Skin ID": 0,
"Item Name": "",
"Icon URL": "",
"Mixing Time": 1.0,
"Default Display": true,
"Require Shortname Blueprint": false,
"Required Permission": "",
"Mixing Time Permission Divider": {},
"Crafting Ingredients": [
{
"Item Shortname": "metal.fragments",
"Item Amount": 10,
"Skin ID": 0,
"Icon URL": ""
},
{
"Item Shortname": "gunpowder",
"Item Amount": 5,
"Skin ID": 0,
"Icon URL": ""
}
]
},
{
"Crafting Display Name": "5.56 Rifle Ammo",
"Item Shortname": "ammo.rifle",
"Item Amount": 3,
"Skin ID": 0,
"Item Name": "",
"Icon URL": "",
"Mixing Time": 1.0,
"Default Display": true,
"Require Shortname Blueprint": false,
"Required Permission": "",
"Mixing Time Permission Divider": {},
"Crafting Ingredients": [
{
"Item Shortname": "gunpowder",
"Item Amount": 10,
"Skin ID": 0,
"Icon URL": ""
},
{
"Item Shortname": "metal.fragments",
"Item Amount": 5,
"Skin ID": 0,
"Icon URL": ""
}
]
},
{
"Crafting Display Name": "Explosive 5.56 Rifle Ammo",
"Item Shortname": "ammo.rifle.explosive",
"Item Amount": 2,
"Skin ID": 0,
"Item Name": "",
"Icon URL": "",
"Mixing Time": 1.0,
"Default Display": true,
"Require Shortname Blueprint": false,
"Required Permission": "",
"Mixing Time Permission Divider": {},
"Crafting Ingredients": [
{
"Item Shortname": "metal.fragments",
"Item Amount": 10,
"Skin ID": 0,
"Icon URL": ""
},
{
"Item Shortname": "gunpowder",
"Item Amount": 20,
"Skin ID": 0,
"Icon URL": ""
},
{
"Item Shortname": "sulfur",
"Item Amount": 10,
"Skin ID": 0,
"Icon URL": ""
}
]
}
Thank you in advance