# v1.1.0

## Fixes & Improvements

* Fruit Picker scale items no longer disappear on streaming round-trip
* Trunk boxes re-attach automatically if vehicle streams out
* Box pickup E-spam no longer pops multiple boxes at once
* Scale DUI total now matches inventory payout exactly
* Hand-held fruit + particle FX cleaned up on job cancel/disconnect
* AFK / long-idle crash fix (adaptive sleep + nearest-target cache)
* Ghost empty box on full-trunk pickup blocked
* Scale orphan produce cleanup when crate is missing

## New

* **Server-wide tree cooldown** (configurable per job)
* Depleted trees stay visible with **"refreshes in X min"** feedback
* **Payment debug logger** — `Config.DebugPayment` for per-stage payout breakdown
* Trunk always shows full 3 empty-box visuals

## Fruit Picker Tuning

* Fruits per tree: **3 → 5**
* Box capacity: **15 → 16**
* Tree global cooldown: **15 min** (default)

## Changed Files

* **Client:** `components/{harvest_job, processing_system, box}.lua`, `jobs/fruitpicker.lua`
* **Server:** `components/{harvest_job_server, job_utils, quest_manager, global_events_manager}.lua`, `jobs/fruitpicker.lua`, `lobby.lua`, `server.lua`, `utility.lua`
* **Shared:** `config_settings.lua`, `jobs/fruitpicker.lua`
* **Locales:** `en.json`, `tr.json`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tworst.com/getting-started-installation/scripts/lite-jobs-pack/changelog/v1.1.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
