# 我找不到任何矿物/矿石

## 常见原因可能是：

* 你在一个**预生成的世界**中寻找矿石。\
  矿石只会在安装 ItemsAdder 后生成的新区块中生成。\
  这与原版 Minecraft 的工作方式完全相同。更新游戏时，旧区块中不会生成新矿石。
* 你在**出生点**附近寻找矿石。请尝试**远离出生点传送**
* 你在一个自定义名称的世界中寻找矿石。\
  你必须在文件 `contents/iasurvival/configs/ores/worlds_populators_1_18.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://itemsadder.devs.beer/chinese/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.
