		<fruitType name="lavender" shownOnMap="true" useForFieldJob="true">
			<general startStateChannel="0" numStateChannels="4"/>
			<cultivation needsSeeding="false" allowsSeeding="true" needsRolling="false" directionSnapAngle="0" alignsToSun="true" seedUsagePerSqm="0.02" plantsWeed="true"/>
			<harvest minHarvestingGrowthState="5" maxHarvestingGrowthState="5" cutState="6" allowsPartialGrowthState="false" literPerSqm="1" cutHeight="0.3" forageCutHeight="0.4"/>
			<growth witheredState="7" numGrowthStates="5" growthStateTime="24000000" resetsSpray="true" growthRequiresLime="true" regrows="true" firstRegrowthState="3"/>
			<growthGroundTypeChange state="2" groundType="HARVEST_READY_OTHER"/>
			<options lowSoilDensityRequired="false" increasesSoilDensity="false" consumesLime="true" startSprayState="1"/>
			<destruction canBeDestroyed="true" filterStart="4" filterEnd="6" state="3"/>
			<cropCare maxWeederState="2" maxWeederHoeState="4"/>
			<mapColors default="0.246 0.056 0.292 1" colorBlind="0.246 0.056 0.292 1"/>
		</fruitType>


Add Lavender to the following fruittypecategories. (Or more if you need to. For example GRAINHEADER if you - for whatever reason - want to harvest Lavender with a grainheader.
Or a SOWINGMACHINE if you also want to able to use a normal sowingmaching and not just the planter. You get the drill.)

	<fruitTypeCategories>
		
		<fruitTypeCategory name="MAIZECUTTER">LAVENDER</fruitTypeCategory>
		
		<fruitTypeCategory name="COTTON" >LAVENDER</fruitTypeCategory>

		<fruitTypeCategory name="PLANTER">LAVENDER</fruitTypeCategory>
		
	</fruitTypeCategories>


Also add a line to FORAGEHARVESTER:

	<fruitTypeConverters>
		<fruitTypeConverter name="FORAGEHARVESTER">

			<converter from="LAVENDER" to="LAVENDER" factor="2.0" windrowFactor="1.0"/>
		</fruitTypeConverter>

	</fruitTypeConverters>