> For the complete documentation index, see [llms.txt](https://wiki.titanet.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.titanet.it/group-1/slimefun/risorse/dusts.md).

# Dusts

Nell'esperienza moddata le Dust fungono da <mark style="color:green;">**pilastro iniziale**</mark> per entrare nell'avventura <mark style="color:red;">**tecnica moddata**</mark>

Esistono 9 Dust:

* [<mark style="color:yellow;">**Iron Dust**</mark>](/group-1/slimefun/risorse/dusts/iron-dust.md)
* [<mark style="color:yellow;">**Gold Dust**</mark>](/group-1/slimefun/risorse/dusts/gold-dust.md)
* [<mark style="color:yellow;">**Copper Dust**</mark>](/group-1/slimefun/risorse/dusts/copper-dust.md)
* [<mark style="color:yellow;">**Tin Dust**</mark>](/group-1/slimefun/risorse/dusts/tin-dust.md)
* [<mark style="color:yellow;">**Aluminum Dust**</mark>](/group-1/slimefun/risorse/dusts/aluminum-dust.md)
* [<mark style="color:yellow;">**Lead Dust**</mark>](/group-1/slimefun/risorse/dusts/lead-dust.md)
* [<mark style="color:yellow;">**Zinc Dust**</mark>](/group-1/slimefun/risorse/dusts/zinc-dust.md)
* [<mark style="color:yellow;">**Magnesium Dust**</mark>](/group-1/slimefun/risorse/dusts/magnesium-dust.md)

***

### Come si ottengono?

Il modo più semplice per ottenere le Dust è attraverso l'uso dello [<mark style="color:yellow;">**Sifted Ore**</mark>](/group-1/slimefun/oggetti-vari/sifted-ore.md) con l'[<mark style="color:blue;">**Ore Washer**</mark>](/group-1/slimefun/macchinari-base/ore-washer.md) o dell'**Electric Dust Washer**

Possono anche eesere ottenute polverizzando i loro corrispettivi **Lingotti** nell'**Electric Ingot Polverizer**

***

### Per cosa si usano?

Possono essere fuse in [<mark style="color:blue;">**Leghe**</mark>](/group-1/slimefun/risorse/lingotti/leghe.md) o sciolte nei loro corrispettivi [<mark style="color:blue;">**Lingotti**</mark>](/group-1/slimefun/risorse/lingotti.md) in una [<mark style="color:blue;">**Smeltery**</mark>](/group-1/slimefun/macchinari-base/smeltery.md)

Possono anche essere sciolte in un'**Electric Ingot Factory** (per i lingotti) o nell'**Electric Smeltery** (per le leghe)


---

# 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://wiki.titanet.it/group-1/slimefun/risorse/dusts.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.
