> For the complete documentation index, see [llms.txt](https://docs.tworst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tworst.com/scripts/lite-jobs-pack/changelog/v1.1.0.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
