# 远处纹理不连贯

{% hint style="warning" %}
如果你看到远处的纹理是点状而不是平滑的，这是资源包制作者的一个常见错误。\
Minecraft 有一个 bug，如果你设置的纹理大小不是 2 的幂，它会禁用 mipmap！
{% endhint %}

![左：没有 mipmap。右：有 mipmap](/files/-MNh_Q_RTNWVCaCqbXug)

## **如何修复？**

很简单！只需按照以下步骤操作：

* 阅读本教程以了解[如何读取游戏日志](/chinese/faq/identify-why-textures-are-not-shown.md)（不是服务器日志）。
* 搜索这个文本 `limits mip level`
* 识别有问题的纹理，例如 `Texture mcicons:item/icon_toggle_off with size 30x30 limits mip level from 3 to 1`
* 修复纹理。\
  要修复它，你需要将其大小调整为：16x16、32x32、64x64、128x128、256x256 等。\
  你可以选择其中之一。


---

# 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-see-crisp-textures-far-away.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.
