From a69dc0a0705c7698f8c4a7fb2cbb39cc9ef8882c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 02:57:10 -0800 Subject: Allow wasteland sausages to use sausage casings. --- json/recipes/food/meat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index 390fdcf..2b58818 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -271,7 +271,7 @@ "tools": [ [ [ "char_smoker", 10 ] ] ], "components": [ [ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], - [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ [ "sausage_casings", 2 ], [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], [ [ "salt_preservation", 4, "LIST" ] ] ] }, @@ -292,7 +292,7 @@ ], "components": [ [ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], - [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ [ "sausage_casings", 2 ], [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], [ [ "salt_preservation", 4, "LIST" ] ] ] }, -- cgit v1.2.1