# ItemsAdder

### What is included in ItemsAdder support?

* You can use ItemsAdder items in recipes file
* You can generate ItemsAdder items in items generator
* You can generate ItemsAdder blocks

### Using ItemsAdder items

Just set item material to: `itemsadder:<itemsadder_material_id>` ex. `itemsadder:ruby`

### Generating ItemsAdder items

To generate IA item just set id as explained before in items generator, like below:

```yaml
generates:
    #type: item - generator will spawn simple item
    - type: item
      chance: 10.0
      item: itemsadder:ruby
```

### Generating ItemsAdder blocks

Generating IA blocks requires to add another type of generated object, like below:

```yaml
  generates:
    #type: itemsadder_block - generator will spawn ItemsAdder block
    - type: itemsadder_block
      chance: 10.0
      material: ruby_ore
```


---

# 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://kzone.gitbook.io/docs/kgenerators/supported-plugins/itemsadder.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.
