module Base
{
	template vehicle F8NTrunkCompartment
	{
		part TruckBed
		{
			category = nodisplay,
			area = TruckBed,
			specificItem = false,
			itemType = farming.Potato,
			mechanicRequireKey = true,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = F8N.ContainerAccess.Blank,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}
	}
}

