diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-13 08:33:08 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-13 08:33:08 +0800 |
| commit | 1e5f8eb33bc41cb59faf059e83701152785cabea (patch) | |
| tree | 45867273ac2178285be840764f7962d2b55556c6 /content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md | |
| download | blog-1e5f8eb33bc41cb59faf059e83701152785cabea.tar.gz blog-1e5f8eb33bc41cb59faf059e83701152785cabea.zip | |
Initial commit
Diffstat (limited to 'content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md')
| -rw-r--r-- | content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md b/content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md new file mode 100644 index 0000000..f4bfabf --- /dev/null +++ b/content/posts/修复Geyser下基岩版玩家无法在地狱基岩层放置方块.md @@ -0,0 +1,32 @@ +--- +CopyRight: true +NoCover: false +ShowReward: false +ShowToc: show +abbrlink: 1177643335 +author: yingyu5658 +categories: +- 往昔 +cid: 184 +cover: images/1203260069.jpg +date: "2025-01-08 17:26:00" +desc: null +keywords: null +layout: post +showTimeWarning: true +slug: 184 +status: publish +summaryContent: null +tags: +- Java +- 服务器 +- Minecraft +- Geyser +thumb: null +title: 修复Geyser下基岩版玩家无法在地狱基岩层放置方块 +updated: 2025/01/08 17:26:41 +--- + + +在`plugins\Geyser-Spigot\config.yml`中把第160行的`above-bedrock-nether-building: false`改为`true`,重启服务器,问题解决~ +原理:geyser把下界翻译成了末地,会导致下界天空变成末地的样式,不过可以解决基岩版玩家在地狱基岩层的问题。 |
