<Witos>
	<append xpath="/recipes">
		<recipe name="BMXchassis" count="1" craft_area="workbench" craft_time="150" tags="perkGreaseMonkey,workbenchCrafting">
			<ingredient name="resourceForgedSteel" count="20"/>
			<ingredient name="resourceMechanicalParts" count="30"/>
			<ingredient name="resourceDuctTape" count="12"/>
			<ingredient name="resourceMetalPipe" count="12"/>
			<ingredient name="resourceSpring" count="3"/>
		</recipe>
		
		<recipe name="BMXbars" count="1" craft_area="workbench" craft_time="150" tags="perkGreaseMonkey,workbenchCrafting">
			<ingredient name="resourceForgedSteel" count="10"/>
			<ingredient name="resourceMechanicalParts" count="12"/>
			<ingredient name="resourceScrapPolymers" count="50"/>
			<ingredient name="resourceMetalPipe" count="15"/>

		</recipe>
		
		<recipe name="vehicleBMXETPlaceable" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="2"/>
			<ingredient name="BMXchassis" count="1"/>
			<ingredient name="BMXbars" count="1"/>
			<ingredient name="BMXET" count="1"/>
		</recipe>
		
		<recipe name="vehicleBMXPlaceable" count="1" craft_area="workbench" craft_time="150" tags="workbenchCrafting">
			<ingredient name="vehicleWheels" count="2"/>
			<ingredient name="BMXchassis" count="1"/>
			<ingredient name="BMXbars" count="1"/>
		</recipe>
		
	</append>
 </Witos>