# weight\_items

Each item contributes to total carried weight.

Calculation:

* Item weight × amount
* Armor included
* Offhand included
* Custom items supported

Player load is constantly evaluated and cached.

### 📦 Configuration (weight\_items)

Defines weight values per item group.

Example:

```
target:  - IRON_HELMET
weight: 20
```

Structure:

* `target` → list of materials
* `weight` → weight value per item

Supports multiple files:

* armor.yml
* tools.yml
* custom.yml


---

# 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://paw-studio.gitbook.io/paw-studio-docs/liteweight/weight_items.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.
