A handful of suggestions:
Surf N' Turf Recipe:
<recipe name="foodSurfNTurf" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodCanOfTuna" count="2"/>
<ingredient name="foodRawMeat" count="10"/>
<ingredient name="foodPotato" count="10"/>
<ingredient name="drinkJarwater" count="1"/>
</recipe>
(
Benefit: Could give a temporary attack damage buff.)
(Fish could replace the cans of tuna if and when they are in the game.)
Sticky Ribs Recipe:
<recipe name="foodStickyRibs" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodRawMeat" count="15"/>
<ingredient name="foodCornstarch" count="2"/>
<ingredient name="foodCanOfChilli" count="2"/>
<ingredient name="drinkJarHoney" count="2"/>
</recipe>
(
Benefit: Could confer a faster healing buff on the player)
(Bone could be added to the recipe for authenticity.)
Veggie Scrambled Eggs (1) Recipe:
<recipe name="foodVeggieScrambledEggs" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodEgg" count="5"/>
<ingredient name="foodCanOfPeas" count="1"/>
<ingredient name="drinkJarOil" count="1"/>
</recipe>
Veggie Scrambled Eggs (2) Recipe:
<recipe name="foodScrambledEggs" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodEgg" count="5"/>
<ingredient name="foodSalt" count="1"/>
<ingredient name="foodCanOfPeas" count="1"/>
<ingredient name="drinkJarOil" count="1"/>
</recipe>
(
Benefit: None)
(Second recipe would need the addition of salt to the game.)
Loaded Skins Recipe:
<recipe name="foodLoadedSkins" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodPotato" count="10"/>
<ingredient name="foodCanOfTuna" count="2"/>
<ingredient name="drinkJarOil" count="1"/>
</recipe>
(
Benefit: Could confer a speed boost buff on the player.)
(Alternatives could replace the baked potato with tuna filling, such as beef or chicken. Fiery Skins could also be made by adding 2 cans of chilli.)
Spicy Steak Sandwich Recipe:
<recipe name="foodSpicySteakSandwich" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodRawMeat" count="10"/>
<ingredient name="foodCornbread" count="2"/>
<ingredient name="foodMushroom" count="5"/>
<ingredient name="foodCanOfChilli" count="1"/>
</recipe>
(May need oil.)
(
Benefit: Could warm the player giving a small hypothermal protection buff.)
Chicken and Mushroom Soup Recipe:
<recipe name="foodChickenAndMushroomSoup" count="1" craft_area="campfire" craft_tool="toolCookingPot" tags="learnable">
<ingredient name="foodMushroom" count="10"/>
<ingredient name="foodChickenRation" count="2"/>
<ingredient name="foodCornstarch" count="1"/>
<ingredient name="drinkJarWater" count="2"/>
</recipe>
(
Benefit: Could aid in the healing of broken limbs by negating some of the healing time, add a hypothermal protection buff, or help fight/slow down the rate of infection.)
Fruit Smoothie Recipe:
<recipe name="foodFruitSmoothie" count="1" craft_area="campfire" craft_tool="toolHands" tags="learnable">
<ingredient name="foodBlueberries" count="5"/>
<ingredient name="foodYucca" count="5"/>
<ingredient name="foodCanofPears" count="1"/>
<ingredient name="itemSnowball" count="5"/>
</recipe>
(Recipe could also include honey.)
(
Benefit: Could confer a short stamina regeneration buff on the player.)
Blueberry Icecream Recipe:
<recipe name="foodBlueberryIcecream" count="1" craft_area="campfire" craft_tool="toolHands" tags="learnable">
<ingredient name="foodBlueberries" count="20"/>
<ingredient name="drinkJarWater" count="1"/>
<ingredient name="foodCornstarch" count="1"/>
<ingredient name="itemSnowball" count="25"/>
</recipe>
(Recipe could also include honey.)
(
Benefit: Could cool the player giving a small hyperthermal protection buff.)
I had a lot of fun creating these. I'll add any more I think of as and when
Forgive the mistakes in the item classes, I'm new to this