From b6024e7174cfad5a1dfcab6fdea69570d4f539ed Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 11:37:52 -0800 Subject: Fix blood pellet count and recipe to produce two per batch. --- vamp_stuff/Modification_Files/Recipes/recipe_ammo.json | 1 + 1 file changed, 1 insertion(+) (limited to 'vamp_stuff/Modification_Files/Recipes/recipe_ammo.json') diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index 33b2083..9903f3b 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -1,6 +1,7 @@ [ { "result": "pelletblood", + "byproducts": [ [ "pelletblood", 1 ] ], "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", -- cgit v1.2.1