diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index 0a0bc595b8a42..8b18bd6444b2c 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -39,7 +39,7 @@ "description": "Milk some almonds? Not quite, but blend them with water, yes! A dairy-free alternative strong in calcium! Rival to soy milk.", "price": 40, "price_postapoc": 50, - "material": [ "water" ], + "material": [ "water", "nut" ], "volume": "250 ml", "phase": "liquid", "vitamins": [ [ "vitA", 2 ], [ "calcium", 11 ] ], @@ -62,7 +62,7 @@ "description": "Milk some soybeans? Not quite, but blend them with water, yes! A dairy-free alternative strong in protein! Rival to almond milk.", "price": 40, "price_postapoc": 50, - "material": [ "water" ], + "material": [ "water", "veggy" ], "volume": "250 ml", "phase": "liquid", "vitamins": [ [ "vitA", 2 ], [ "iron", 1 ], [ "calcium", 7 ] ], diff --git a/data/json/requirements/cooking_components.json b/data/json/requirements/cooking_components.json index c44780dba54b2..1e314b25eca32 100644 --- a/data/json/requirements/cooking_components.json +++ b/data/json/requirements/cooking_components.json @@ -480,7 +480,9 @@ [ "veggy_wild", 2 ], [ "veggy", 2 ], [ "rehydrated_veggy", 2 ], + [ "rehydrated_corn_kernels", 2 ], [ "dry_veggy", 2 ], + [ "dry_corn", 2 ], [ "dry_beans", 2 ], [ "can_beans", 2 ], [ "raw_beans", 2 ],