<?xml version="1.0" encoding="UTF-8"?>
<configs>
	<append xpath="/recipes">
				
		<!-- Add Scuba Gear -->
		<recipe name="ScubaMask" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
			<ingredient name="resourceBrokenGlass" count="10"/>
			<ingredient name="resourceScrapPolymers" count="50"/>
			<ingredient name="resourceGlue" count="4"/>
		</recipe>		
			
		<recipe name="ScubaOutfit" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
			<ingredient name="resourceScrapPolymers" count="200"/>
			<ingredient name="resourceCloth" count="300"/>
			<ingredient name="resourceSewingKit" count="8"/>
		</recipe>	
				
		<recipe name="ScubaHands" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
			<ingredient name="resourceScrapPolymers" count="25"/>
			<ingredient name="resourceCloth" count="50"/>
			<ingredient name="resourceSewingKit" count="4"/>
		</recipe>	
			
		<recipe name="ScubaBoots" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
			<ingredient name="resourceScrapPolymers" count="50"/>
			<ingredient name="resourceCloth" count="50"/>
			<ingredient name="resourceSewingKit" count="4"/>
		</recipe>
		
	</append>
</configs>
