UnReal World forums

UnReal World => Suggestions => Topic started by: Ara D. on November 13, 2018, 04:16:40 PM

Title: Cooking with bones
Post by: Ara D. on November 13, 2018, 04:16:40 PM
I'm thinking of specificly of adding bones to soups and stews, and roasted marrow. Maybe bones for roasting and beater for cracking open. I think think this. Would be a nice addition to my carnivore's diet
Title: Re: Cooking with bones
Post by: Privateer on November 13, 2018, 07:32:05 PM
I have cooked with bones and they have good nutrition. I didn't test long enough to see how good.
Title: Re: Cooking with bones
Post by: Ara D. on November 13, 2018, 08:26:22 PM
In re or UrW?
Title: Re: Cooking with bones
Post by: Privateer on November 13, 2018, 09:04:07 PM
In re or UrW?

Well both but I was referring to URW  ;D
Title: Re: Cooking with bones
Post by: Dungeon Smash on November 14, 2018, 12:14:26 AM
Bouidda's mod supports this, with the addition of roasted marrow (quite nutritious).  I believe other cooking mods may add it as well.
Title: Re: Cooking with bones
Post by: Privateer on November 14, 2018, 01:30:23 AM
 I think all I did was take the vanilla meat stew recipe
Code: [Select]
.Meat stew. *COOKERY* /30/  \240\ %20% :148: 
{Raw meat} #3# [remove] [bake] [name]
{Water} #0.25# [remove]
{Knife} '+for chopping'
{Vegetables} #0.5# [remove] [bake] [optional]
{Mushrooms} #0.5# [remove] [bake] [optional]
{Seasoning} #0.25# [remove] [bake] [optional]

and with one small change
Code: [Select]
.Bone stew. *COOKERY* /30/  \240\ %20% :148: 
{* bone} #3# [remove] [bake] [name]
{Water} #0.25# [remove]
{Knife} '+for chopping'
{Vegetables} #0.5# [remove] [bake] [optional]
{Mushrooms} #0.5# [remove] [bake] [optional]
{Seasoning} #0.25# [remove] [bake] [optional]

Gave me my initial testing of "If bones have nutrition" I didn't add any optional(s).