<configs>

	<append xpath="/recipes">
	
	<recipe name="ChickenCoopVariantHelper" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceForgedIron" count="15"/>
	<ingredient name="resourceRockSmall" count="100"/>
	<ingredient name="resourceLeather" count="10"/>
	<ingredient name="resourceDuctTape" count="5"/>
	<ingredient name="resourceWood" count="50"/>
	</recipe>	
	
	<recipe name="foodEggQuiche" count="1" craft_time="90" craft_area="campfire" craft_tool="toolCookingPot">
	<ingredient name="foodEgg" count="3"/>
	<ingredient name="foodWheatFlour" count="1"/>
	<ingredient name="foodRawMeat" count="1"/>
	<ingredient name="foodCropPotato" count="1"/>
	<ingredient name="foodCropMushrooms" count="1"/>		
	</recipe>
	
	<recipe name="foodEggSandwich" count="1" craft_time="60" craft_area="campfire" craft_tool="toolCookingPot">
	<ingredient name="foodEggBoiled" count="2"/>
	<ingredient name="foodWheatFlour" count="1"/>
	<ingredient name="resourceAnimalFat" count="1"/>
	<ingredient name="drinkJarBoiledWater" count="1"/>	
	</recipe>
	
	<recipe name="foodChickenStew" count="1" craft_area="campfire" craft_tool="toolCookingPot">
	<ingredient name="foodCanChicken" count="2"/>
	<ingredient name="foodCropPotato" count="2"/>
	<ingredient name="foodCropCorn" count="2"/>
	<ingredient name="resourceAnimalFat" count="1"/>
	<ingredient name="drinkJarBoiledWater" count="1"/>
	</recipe>
	
	<recipe name="foodRoastChicken" count="1" craft_area="campfire" craft_tool="toolCookingPot">
	<ingredient name="GrownChicken" count="1"/>
	<ingredient name="foodCropPotato" count="2"/>
	<ingredient name="resourceAnimalFat" count="1"/>
	</recipe>
	
	<recipe name="foodCanChicken" count="1" craft_time="60" craft_area="campfire" craft_tool="toolCookingPot">
	<ingredient name="GrownChicken" count="1"/>
	<ingredient name="drinkJarBoiledWater" count="1"/>
	<ingredient name="resourceScrapIron" count="5"/>
	</recipe>
	
	<recipe name="foodWheatFlour" count="1" craft_time="30">
		<ingredient name="foodWildWheat" count="30"/>
	</recipe>
	
	</append>
	
</configs>