# 当前限制

**Geyser** 是两个不同版本游戏的协议转换器，但很遗憾的是，**Geyser** 仍有一些无法解决的限制。虽然 **Minecraft 基岩版** 和 **Java版** 看起来在很多地方是一致的，但它们在某些领域上仍有巨大的差异。

除非 **Java版或者基岩版** 协议进行更新或者修改，否则下列限制 Geyser 永远无法修复：

* 在背包内显示 **玩家头颅** 的皮肤
* 聊天框内的 **可点击信息**
* 发光效果
* 在 **创造模式** 中使用 **2x2** 合成
* 在背包内区分基岩版玩家的 **左键和右键**
* 红石粉非点状
* *一些方块 的* "无法放置/破坏" 标签 - 例如，不同颜色的羊毛、粘土
* 通过 NBT 实现的自定义颜色的药水
* 不使用 Minecraft Brigadier 库的命令的命令补充提示
* 任何在聊天框依赖 **Tab** 补充和直接发送的聊天框UI
* 无法查看叠加超过 **6** 种图案的旗帜&#x20;
* <mark style="color:red;">**（目前已被官方移除）**</mark>由于 **Java版** 和 **基岩版** 之间的差异，玩家在竹子周围存在移动问题。下面的插件可解决此问题，但请在使用前阅读 **README**：<https://github.com/Camotoy/BambooCollisionFix>
* 自定义铁砧配方
* 主世界维度最低高度低于 **-64** 或者最高高度高于 **320** 、在其他维度最低高度低于 **0** 或者最高高度高于 **256**。
* 海豚的恩惠视觉效果（药水效果本身可以正常工作）
* 隐形物品展示框
* 实体头上的方块（例如盔甲架、玩家）

下面的限制 **可以通过** 使用 [GeyserOptionalPack](https://github.com/GeyserMC/Geyser/wiki/GeyserOptionalPack) 解决，它是一个资源包，为你的基岩版客户端带来额外的一些功能：

* 自定义盔甲架姿势
* 幻术师
* 铁傀儡受伤后”裂开“纹理
* 击打粒子和其他基岩版原版不存在的粒子
* 副手动画
* 潜影贝隐形
* 光灵箭纹理


---

# 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://docs.superiormc.cn/geyser-wiki/user-guide/dang-qian-xian-zhi.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.
