<config>

<!-- /////////////////////////////////////////////////////////////////////////////// -->
	<!-- /////////////////             Recipes             ///////////////// -->
	<!-- /////////////////////////////////////////////////////////////////////////////// -->

  <append xpath="/recipes">
<recipe name="craftableShamSandwich" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCornMeal" count="5"/>
    <ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<recipe name="ShamandVeggieStew" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCropCorn" count="2"/>
    <ingredient name="foodCropPotato" count="2"/>
	 <ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<recipe name="ShamandEggs" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodEgg" count="2"/>
</recipe>

<recipe name="ShamFries" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="drinkJarBeer" count="1"/>
</recipe>

<recipe name="ShamBalls" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCornMeal" count="2"/>
</recipe>

<recipe name="ShammedYams" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCanPears" count="1"/>
    <ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<recipe name="ShamInaBlanket" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCornBread" count="1"/>
    <ingredient name="drinkJarBeer" count="1"/>
</recipe>

<recipe name="ShamChili" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCanChili" count="1"/>
    <ingredient name="drinkJarBoiledWater" count="1"/>
	<ingredient name="foodCropCorn" count="2"/>
	<ingredient name="resourceYuccaFibers" count="5"/>
</recipe>

<recipe name="ShamKebobs" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCropMushrooms" count="4"/>
    <ingredient name="resourceWood" count="1"/>
	<ingredient name="foodCropCorn" count="1"/>
	<ingredient name="resourceYuccaFibers" count="5"/>
</recipe>

<recipe name="ShamBurger" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCropMushrooms" count="4"/>
    <ingredient name="foodCornBread" count="2"/>	
	<ingredient name="resourceYuccaFibers" count="2"/>
</recipe>

<recipe name="ShamNuggets" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCornMeal" count="5"/>
</recipe>

<recipe name="ShamSmoothie" count="1" craft_area="campfire" craft_tool="toolBeaker">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCropMushrooms" count="4"/>
	<ingredient name="foodEgg" count="1"/>
	<ingredient name="resourceYuccaFibers" count="5"/>
    <ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<recipe name="Shambalaya" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodCropMushrooms" count="4"/>
	<ingredient name="foodCanChili" count="1"/>
	<ingredient name="resourceYuccaFibers" count="5"/>
    <ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<recipe name="Shamalot" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="foodRottingFlesh" count="4"/>
	<ingredient name="foodRawMeat" count="1"/>
	<ingredient name="resourceYuccaFibers" count="5"/>
</recipe>

<recipe name="Shamloaf" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="foodCropPotato" count="1"/>
</recipe>

<recipe name="ShamStirFry" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="DicedPotato" count="3"/>
	<ingredient name="foodCanPasta" count="1"/>
	<ingredient name="foodRawMeat" count="2"/>
</recipe>

<recipe name="ShamandPotatoSoup" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="DicedPotato" count="3"/>
	<ingredient name="DriedHerbs" count="5"/>
	<ingredient name="drinkJarBoiledWater" count="2"/>
</recipe>

<recipe name="GroundShamandPotatoes" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="DicedPotato" count="2"/>
	<ingredient name="DriedHerbs" count="1"/>
	<ingredient name="resourceAnimalFat" count="2"/>
</recipe>

<recipe name="ShamJerky" count="10" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="SaltBowl" count="2"/>
	<ingredient name="DriedHerbs" count="1"/>
</recipe>

<recipe name="ShamQuiche" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="SaltBowl" count="2"/>
    <ingredient name="foodEgg" count="1"/>
	<ingredient name="DriedHerbs" count="1"/>
</recipe>

<recipe name="ShamCasserole" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="SaltBowl" count="2"/>
    <ingredient name="DicedPotato" count="1"/>
	<ingredient name="DriedHerbs" count="2"/>
</recipe>

<recipe name="ShamandEggSandwich" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="foodEgg" count="1"/>
    <ingredient name="Shamonnaise" count="1"/>
</recipe>

<recipe name="ShamRamen" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="foodEgg" count="1"/>
    <ingredient name="foodCanMiso" count="1"/>
</recipe>

<recipe name="FriedShamSteak" count="1" craft_area="campfire" craft_tool="toolCookingGrill">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="BreadCrumbs" count="5"/>
    <ingredient name="FoodGravy" count="1"/>
	<ingredient name="resourceAnimalFat" count="1"/>
</recipe>

<recipe name="Shamghetti" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="foodCanPasta" count="5"/>
	<ingredient name="foodCropMushrooms" count="1"/>
	<ingredient name="resourceAnimalFat" count="3"/>
	<ingredient name="drinkJarBoiledWater" count="1"/>
</recipe>

<!-- /////////////////////////////////////////////////////////////////////////////// -->
	<!-- /////////////////            Micro-Crafting Recipes             ///////////////// -->
	<!-- /////////////////////////////////////////////////////////////////////////////// -->

<recipe name="GroundSham" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCanSham" count="1"/>
	<ingredient name="resourceRockSmall" count="1"/>
</recipe>

<recipe name="Shamonnaise" count="1" craft_area="campfire" craft_tool="toolBeaker">
    <ingredient name="foodCanSham" count="1"/>
    <ingredient name="resourceAnimalFat" count="1"/>
	<ingredient name="foodEgg" count="1"/>
</recipe>

<recipe name="DicedPotato" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCropPotato" count="1"/>
</recipe>
	
<recipe name="BreadCrumbs" count="1" craft_area="campfire" craft_tool="toolCookingPot">
    <ingredient name="foodCornBread" count="1"/>
    <ingredient name="foodCornMeal" count="1"/>
</recipe>

<recipe name="SaltBowl" count="1" craft_area="campfire" craft_tool="toolBeaker">
    <ingredient name="resourceRockSmall" count="5"/>
	<ingredient name="resourceWood" count="5"/>
</recipe>

<recipe name="FoodGravy" count="1" craft_area="campfire" craft_tool="toolBeaker">
    <ingredient name="foodCanSoup" count="1"/>
	<ingredient name="drinkJarBoiledWater" count="1"/>
	<ingredient name="resourceAnimalFat" count="1"/>
</recipe>

<recipe name="DriedHerbs" count="1" craft_area="campfire" craft_tool="toolBeaker">
    <ingredient name="resourceYuccaFibers" count="1"/>
	<ingredient name="resourceCropGoldenrodPlant" count="1"/>
	<ingredient name="resourceCropChrysanthemumPlant" count="1"/>
</recipe>

</append>
</config>
