# Can't find any ore

## Common causes

* you are searching ores in a **pregenerated world**.\
  Ores will spawn only on new generated chunks (generated after ItemsAdder installation).\
  This is exactly how vanilla Minecraft works. You don't get new ores in old chunks when you update the game.
* you are searching ores around **spawn location**. Please try to **teleport far** from **spawn**
* you are searching ores in a world with a custom name.\
  You have to add the world name in the file: `contents/iasurvival/configs/ores/worlds_populators_1_18.yml` for **each ore** configuration.


---

# 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://itemsadder.devs.beer/faq/i-cant-find-any-mineral-ore.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.
