# Oraxen

### What is included in Oraxen support?

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

### Using Oraxen items

Just set item material to: `oraxen:<oraxen_material_id>` ex. `oraxen:amethyst_ore`

### Generating Oraxen items

To generate Oraxen 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: oraxen:amethyst_ore
```

### Generating Oraxen blocks

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

```yaml
  generates:
    #type: oraxen_block- generator will spawn Oraxen block
    - type: oraxen_block
      chance: 10.0
      material: oraxen:amethyst_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/oraxen.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.
