<config>
	<append xpath="/recipes">
		<!-- Chicken Coop -->
		<recipe name="TMO_ChickenCoop" count="1" craft_time="60" tags="learnable,workstationSkill">
			<ingredient name="resourceYuccaFibers" count="550"/>
			<ingredient name="resourceWood" count="50"/>
			<ingredient name="resourceGlue" count="3"/>
		</recipe>
		<!-- Coop Tool Recipes -->
		<!-- Nest Padding -->
		<recipe name="TMO_toolCoopNestPadding" count="1" craft_time="30" tags="TMO_toolCoopNestPadding,learnable,workstationSkill">
			<ingredient name="resourceYuccaFibers" count="75"/>
			<ingredient name="resourceWood" count="50"/>
			<ingredient name="resourceCloth" count="10"/>
		</recipe>
		<!-- Egg Basket -->
		<recipe name="TMO_toolCoopEggBasket" count="1" craft_time="60" tags="TMO_toolCoopEggBasket,learnable,workstationSkill">
			<ingredient name="resourceYuccaFibers" count="300"/>
			<ingredient name="resourceCloth" count="50"/>
			<ingredient name="resourceFeather" count="150"/>
			<ingredient name="resourceScrapPolymers" count="150"/>
		</recipe>
		<!-- Chicken Feed -->
		<recipe name="TMO_toolCoopFeed" count="1" craft_time="90" tags="TMO_toolCoopFeed,learnable,workstationSkill">
			<ingredient name="foodCropGraceCorn" count="8"/>
			<ingredient name="foodCornMeal" count="125"/>
			<ingredient name="foodCropPotato" count="175"/>
			<ingredient name="resourceCloth" count="1000"/>
			<ingredient name="resourceLegendaryParts" count="3"/>
		</recipe>
	</append>
</config>