<configs>
	<!-- Append Working Bear Rug to end of recipes -->
	<append xpath="/recipes">
		<recipe name="Working Bear Rug" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="resourceLeather" count="75"/>
			<ingredient name="resourceCropCottonPlant" count="25"/>
			<ingredient name="resourceSewingKit" count="2"/>
		</recipe>
		
		<recipe name="Working Bear Rug" count="1" craft_time="30" craft_area="chemistryStation" tags="chemStationCrafting">
			<ingredient name="resourceLeather" count="50"/>
			<ingredient name="resourceCropCottonPlant" count="10"/>
			<ingredient name="resourceSewingKit" count="1"/>
		</recipe>
		
		<recipe name="Working Bear Rug" count="1" craft_time="90">
			<ingredient name="resourceLeather" count="100"/>
			<ingredient name="resourceCropCottonPlant" count="50"/>
			<ingredient name="resourceSewingKit" count="5"/>
		</recipe>
	</append>
</configs>