module DTFModule
{
	imports
	{
		Base
	}
	craftRecipe DryBasil.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Basil],		
		}
		outputs
		{
			item 1 Base.BasilDried,
		}
	}
	
	craftRecipe DryChamomile.
	{
		timedAction = Making,
		time = 20,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Chamomile],		
		}
		outputs
		{
			item 1 Base.ChamomileDried,
		}
	}
	
	craftRecipe DryChives.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Chives],		
		}
		outputs
		{
			item 1 Base.ChivesDried,
		}
	}
	
	craftRecipe DryCilantro.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Cilantro],		
		}
		outputs
		{
			item 1 Base.CilantroDried,
		}
	}
	
	craftRecipe DryMarigold.
	{
		timedAction = Making,
		time = 20,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Marigold],		
		}
		outputs
		{
			item 1 Base.MarigoldDried,
		}
	}
	
	craftRecipe DryOregano.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Oregano],		
		}
		outputs
		{
			item 1 Base.OreganoDried,
		}
	}
	
	craftRecipe DryParsley.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Parsley],		
		}
		outputs
		{
			item 1 Base.ParsleyDried,
		}
	}
	
	craftRecipe DryRosemary.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Rosemary],		
		}
		outputs
		{
			item 1 Base.RosemaryDried,
		}
	}
	
	craftRecipe DrySage.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Sage],		
		}
		outputs
		{
			item 1 Base.SageDried,
		}
	}
	
	craftRecipe DryThyme.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Thyme],		
		}
		outputs
		{
			item 1 Base.ThymeDried,
		}
	}
	
	craftRecipe DryBlackSage.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.BlackSage],		
		}
		outputs
		{
			item 1 Base.BlackSageDried,
		}
	}
	
	craftRecipe DryComfrey.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Comfrey],		
		}
		outputs
		{
			item 1 Base.ComfreyDried,
		}
	}
	
	craftRecipe DryCommonMallow.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.CommonMallow],		
		}
		outputs
		{
			item 1 Base.CommonMallowDried,
		}
	}
	
	craftRecipe DryBroadleafPlantain.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Plantain],		
		}
		outputs
		{
			item 1 Base.PlantainDried,
		}
	}
	
	craftRecipe DryWildGarlic.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.WildGarlic2],		
		}
		outputs
		{
			item 1 Base.WildGarlicDried,
		}
	}
	
	craftRecipe DryJalapenos.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 tags[base:SharpKnife;base:MeatCleaver] mode:keep flags[SharpnessCheck],
			item 1 [Base.PepperJalapeno],		
		}
		outputs
		{
			item 1 Base.PepperJalapenoDried,
			item 1 Base.JalapenoSeed,
		}
	}
	
	craftRecipe DryHabaneros.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 tags[base:SharpKnife;base:MeatCleaver] mode:keep flags[SharpnessCheck],
			item 1 [Base.PepperHabanero],		
		}
		outputs
		{
			item 1 Base.PepperHabaneroDried,
			item 1 Base.HabaneroSeed,
		}
	}
	
	craftRecipe DryGreenpeas.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 4 [Base.Greenpeas],		
		}
		outputs
		{
			item 1 Base.GreenpeasSeed,
		}
	}
	
	craftRecipe DrySoybeans.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 5 [Base.Soybeans],		
		}
		outputs
		{
			item 1 Base.SoybeansSeed,
		}
	}
	
	craftRecipe DryRoses.
	{
		timedAction = Making,
		time = 20,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Roses],		
		}
		outputs
		{
			item 1 Base.RosePetalsDried,
		}
	}
	
	craftRecipe DryLavender.
	{
		timedAction = Making,
		time = 20,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Lavender],		
		}
		outputs
		{
			item 1 Base.LavenderPetalsDried,
			item 1 Base.LavenderSeed,
		}
	}
	
	craftRecipe DryPoppyPods.
	{
		timedAction = Making,
		time = 20,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.PoppyPods],		
		}
		outputs
		{
			item 1 Base.PoppyPodsDried,
		}
	}
	
	craftRecipe DryHops.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Hops],		
		}
		outputs
		{
			item 1 Base.HopsDried,
		}
	}
	
	craftRecipe DryCorn.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 14 [Base.Corn],		
		}
		outputs
		{
			item 1 Base.CornSeed,
		}
	}
	
	craftRecipe DrySunflower.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 tags[base:SharpKnife;base:MeatCleaver] mode:keep flags[SharpnessCheck],
			item 1 [Base.SunflowerHead],
		}
		outputs
		{
			item 1 Base.SunflowerHeadDried,
		}
	}
	
	craftRecipe DryWheat.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.WheatSheaf],		
		}
		outputs
		{
			item 1 Base.WheatSheafDried,
		}
	}
	
	craftRecipe DryFlax.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Flax],		
		}
		outputs
		{
			item 1 Base.FlaxDried,
		}
	}
	
	craftRecipe DryTobacco.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.Tobacco],		
		}
		outputs
		{
			item 1 Base.TobaccoDried,
		}
	}
	
	craftRecipe DryRye.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.RyeSheaf],		
		}
		outputs
		{
			item 1 Base.RyeSheafDried,
		}
	}
	
	craftRecipe DryHemp.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.HempBundle],		
		}
		outputs
		{
			item 1 Base.HempBundleDried,
		}
	}
	
	craftRecipe DryBarley.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.BarleySheaf],		
		}
		outputs
		{
			item 1 Base.BarleySheafDried,
		}
	}
	
	craftRecipe DryMint.
	{
		timedAction = Making,
		time = 10,
		tags = InHandCraft;CanBeDoneInDark;Cooking,
		category = Preserve,
		inputs
		{
			item 1 [DTFModule.Plant_Dryer] mode:keep,
			item 1 [Base.MintHerb],
		}
		outputs
		{
			item 1 Base.MintHerbDried,
		}
	}
}