我真的按了
本帖最后由 我真的按了 于 2021-6-13 16:19 编辑

测试版是Minecraft基岩版的测试机制,主要用于下一个正式版的特性预览。

然而,测试版主要用于新特性展示,通常存在大量漏洞。因此对于普通玩家建议仅做测试尝鲜用。使用测试版打开存档前请务必备份。适用于正式版的领域服务器与测试版不兼容。

如果在测试版中遇到旧版存档无法使用的问题,测试版将允许你将存档上传以供开发团队查找问题。

Minecraft 基岩版 1.17.10 仍未发布,Beta 1.17.10.22为其第3个测试版。

转载本贴时须要注明原作者以及本帖地址




NEWS

Minecraft Beta - 1.17.10.22


Features and Bug Fixes
特性与漏洞修复


Candles
蜡烛

  • Candles are now available in the game!
  • 蜡烛现在被加入了游戏!
  • Can be placed in clusters up to four and lit using Flint & Steel
  • 一格方块最多可以放置四根蜡烛,并且可以使用打火石点燃
  • Try putting one on a Cake and make a wish!
  • 你还可以把蜡烛插在蛋糕上,来许个愿吧!
  • Candles can be crafted using a Honeycomb and String
  • 蜡烛可以使用蜜脾和线合成
  • Combine with dye on a crafting grid to craft different colored Candles
  • 你可以将其与不同颜色的染料合成,以获得不同颜色的蜡烛

Gameplay
玩法

  • Falling Anvils and Stalactites now deal damage to mobs when landing in liquid
  • 掉落的铁砧和钟乳石可以对浸在液体中的生物造成伤害了
  • Fixed a bug where players going through Cobwebs would take fall damage before hitting the ground (MCPE-121550)
  • 修复了一个玩家在掉落途中即使穿过了蜘蛛网也会受到摔落伤害的漏洞(MCPE-121550
  • Descending through Powder Snow with touch controls now uses the same button as descending through Scaffolding
  • 在细雪中下降的触屏按钮现在与在脚手架中下降的触屏按钮相同
  • Vanilla Parity: Empty Buckets can no longer be used to collect Fish
  • [与Java版保持一致] 空桶现在不能用于装鱼了

Mobs
生物

  • Axolotls now only spawn in complete darkness
  • 美西螈现在只会生成在完全黑暗的地方
  • Iron Golems and Evokers are no longer sometimes aggressive on Peaceful difficulty (MCPE-47012)
  • 在和平难度下,铁傀儡和唤魔者不再具有攻击性 (MCPE-47012)
  • Glow Squid now darkens to match the surrounding light level when hurt (MCPE-121754)
  • 发光鱿鱼现在受到伤害时会变暗 (MCPE-121754)
  • When Goats are performing a ram attack, mobs will no longer retaliate against the Goats (MCPE-129619)
  • 即使山羊主动攻击了其他生物,其他生物也不会反击 (MCPE-129619)
  • Fixed a warning that could appear in splitscreen when encountering Guardians
  • 修复了当在分屏模式下游玩游戏时遇到守卫者的一个警告

Character Creator
角色创建

  • Featured item thumbnails now remain within the featured items window
  • 特殊物品的预览图现在会在特殊物品的窗口里
  • The "Choose New Skin" button now shows up even when there is no imported custom skin (MCPE-128971)
  • 即使没有导入自定义皮肤,“ 选择新皮肤 ”按钮也会显示 (MCPE-128971)
  • The "Choose New Skin" button no longer disappears after selecting the slim custom option
  • 选择了slim型皮肤后,“ 选择新皮肤 ”按钮现在不会不显示了
  • Fixed an issue that was causing the player's head to not animate properly with emotes (MCPE-126902)
  • 修复了一个玩家在使用表情时不会正确显示动画的问题 (MCPE-126902)

Known Issues
已知问题

  • Using a fire charge to light objects (such as candles) may cause a crash
  • 使用火焰弹点燃物体(如蜡烛)时可能会导致游戏崩溃

Technical Updates
技术性更新


MoLang
MoLang

  • Fixed experimental 'query.target' to work on client-side queries
  • 修复了实验性选项 ' query.target ' 在客户端检查时无法工作的问题

Data Driven Blocks
数据驱动方块

  • Updated documentation for 'BlockUnwalkableComponent'
  • 更新了 'BlockUnwalkableComponent' 文档

General
一般性

  • Players will now be given a content error when custom recipes are invalid
  • 当自定义合成配方无效时,玩家会得到一个报错
  • Renamed "minecraft:scaffolding_climber" to "minecraft:block_climber", it now processes climbing both Scaffolding and Powder Snow
  • 将"minecraft:scaffolding_climber"重命名为"minecraft:block_climber",以统一处理攀爬脚手架和细雪

NPC Dialogue
NPC对话

  • Content creators can now create multi-page dialogues with branching narrative for NPCs using the '/dialogue' command and dialogue JSON files
  • 内容制作者们现在可以使用'/dialogue'命令和对话JSON文件来为NPC制作一个拥有支线叙事的多页对话

GameTest Framework (Experimental)
游戏测试框架 (实验性)

Events
事件

  • Renamed 'World.event.weatherChanged' to 'World.event.changeWeather'
  • 将'World.event.weatherChanged'重命名为'World.event.changeWeather'
  • Added event 'World.event.addEffect' - Fires when an effect is applied to an entity.
  • 添加了事件 'World.event.addEffect' - 在药水效果被应用到一个实体上时触发
  • Added event 'World.event.createEntity' - Fires when an entity is added to the world.
  • 添加了事件 'World.event.createEntity' - 在一个实体被添加进这个世界时触发
  • Removed function 'World.addEventListener'
  • 移除函数 'World.addEventListener'
  • Changed function 'getDuration()' to property 'duration'
  • 将 'getDuration()' 函数修改为 'duration' 属性
  • Changed function 'getAmplifier()' to property 'amplifier'
  • 将 'getAmplifier()' 函数修改为 'amplifier' 属性
  • Added property 'displayName' - Gets the display name of the effect
  • 添加了属性 'displayName' - 可以获取药水效果的名称




相关地址
谷歌正版
基岩版测试组


外部来源以及详细的更新条目追踪

2021.12 数据,可能有更多内容
测试版是Minecraft基岩版的测试机制,主要用于下一个正式版的特性预览。

然而,测试版主要用于新特性展示,通常存在大量漏洞。因此对于普通玩家建议仅做测试尝鲜用。使用测试版打开存档前请务必备份。适用于正式版的领域服务器与测试版不兼容。

如果在测试版中遇到旧版存档无法使用的问题,测试版将允许你将存档上传以供开发团队查找问题。

Minecraft 基岩版 1.17.10 仍未发布,Beta 1.17.10.22为其第3个测试版。

转载本贴时须要注明原作者以及本帖地址




NEWS
Minecraft Beta - 1.17.10.22


Features and Bug Fixes
特性与漏洞修复



Candles
蜡烛

  • Candles are now available in the game!
  • 蜡烛现在被加入了游戏!
  • Can be placed in clusters up to four and lit using Flint & Steel
  • 一格方块最多可以放置四根蜡烛,并且可以使用打火石点燃
  • Try putting one on a Cake and make a wish!
  • 你还可以把蜡烛插在蛋糕上,来许个愿吧!
  • Candles can be crafted using a Honeycomb and String
  • 蜡烛可以使用蜜脾和线合成
  • Combine with dye on a crafting grid to craft different colored Candles
  • 你可以将其与不同颜色的染料合成,以获得不同颜色的蜡烛

Gameplay
玩法

  • Falling Anvils and Stalactites now deal damage to mobs when landing in liquid
  • 掉落的铁砧和钟乳石可以对浸在液体中的生物造成伤害了
  • Fixed a bug where players going through Cobwebs would take fall damage before hitting the ground (MCPE-121550)
  • 修复了一个玩家在掉落途中即使穿过了蜘蛛网也会受到摔落伤害的漏洞(MCPE-121550
  • Descending through Powder Snow with touch controls now uses the same button as descending through Scaffolding
  • 在细雪中下降的触屏按钮现在与在脚手架中下降的触屏按钮相同
  • Vanilla Parity: Empty Buckets can no longer be used to collect Fish
  • [与Java版保持一致] 空桶现在不能用于装鱼了

Mobs
生物
  • Axolotls now only spawn in complete darkness
  • 美西螈现在只会生成在完全黑暗的地方
  • Iron Golems and Evokers are no longer sometimes aggressive on Peaceful difficulty (MCPE-47012)
  • 在和平难度下,铁傀儡和唤魔者不再具有攻击性 (MCPE-47012)
  • Glow Squid now darkens to match the surrounding light level when hurt (MCPE-121754)
  • 发光鱿鱼现在受到伤害时会变暗 (MCPE-121754)
  • When Goats are performing a ram attack, mobs will no longer retaliate against the Goats (MCPE-129619)
  • 即使山羊主动攻击了其他生物,其他生物也不会反击 (MCPE-129619)
  • Fixed a warning that could appear in splitscreen when encountering Guardians
  • 修复了当在分屏模式下游玩游戏时遇到守卫者的一个警告

Character Creator
角色创建
  • Featured item thumbnails now remain within the featured items window
  • 特殊物品的预览图现在会在特殊物品的窗口里
  • The "Choose New Skin" button now shows up even when there is no imported custom skin (MCPE-128971)
  • 即使没有导入自定义皮肤,“ 选择新皮肤 ”按钮也会显示 (MCPE-128971)
  • The "Choose New Skin" button no longer disappears after selecting the slim custom option
  • 选择了slim型皮肤后,“ 选择新皮肤 ”按钮现在不会不显示了
  • Fixed an issue that was causing the player's head to not animate properly with emotes (MCPE-126902)
  • 修复了一个玩家在使用表情时不会正确显示动画的问题 (MCPE-126902)

Known Issues
已知问题

  • Using a fire charge to light objects (such as candles) may cause a crash
  • 使用火焰弹点燃物体(如蜡烛)时可能会导致游戏崩溃

Technical Updates
技术性更新



MoLang
MoLang

  • Fixed experimental 'query.target' to work on client-side queries
  • 修复了实验性选项 ' query.target ' 在客户端检查时无法工作的问题

Data Driven Blocks
数据驱动方块

  • Updated documentation for 'BlockUnwalkableComponent'
  • 更新了 'BlockUnwalkableComponent' 文档

General
一般性

  • Players will now be given a content error when custom recipes are invalid
  • 当自定义合成配方无效时,玩家会得到一个报错
  • Renamed "minecraft:scaffolding_climber" to "minecraft:block_climber", it now processes climbing both Scaffolding and Powder Snow
  • 将"minecraft:scaffolding_climber"重命名为"minecraft:block_climber",以统一处理攀爬脚手架和细雪

NPC Dialogue
NPC对话
  • Content creators can now create multi-page dialogues with branching narrative for NPCs using the '/dialogue' command and dialogue JSON files
  • 内容制作者们现在可以使用'/dialogue'命令和对话JSON文件来为NPC制作一个拥有支线叙事的多页对话

GameTest Framework (Experimental)游戏测试框架 (实验性)


Events事件
  • Renamed 'World.event.weatherChanged' to 'World.event.changeWeather'
  • 将'World.event.weatherChanged'重命名为'World.event.changeWeather'
  • Added event 'World.event.addEffect' - Fires when an effect is applied to an entity.
  • 添加了事件 'World.event.addEffect' - 在药水效果被应用到一个实体上时触发
  • Added event 'World.event.createEntity' - Fires when an entity is added to the world.
  • 添加了事件 'World.event.createEntity' - 在一个实体被添加进这个世界时触发
  • Removed function 'World.addEventListener'
  • 移除函数 'World.addEventListener'
  • Changed function 'getDuration()' to property 'duration'
  • 将 'getDuration()' 函数修改为 'duration' 属性
  • Changed function 'getAmplifier()' to property 'amplifier'
  • 将 'getAmplifier()' 函数修改为 'amplifier' 属性
  • Added property 'displayName' - Gets the display name of the effect
  • 添加了属性 'displayName' - 可以获取药水效果的名称





相关地址
谷歌正版
https://play.google.com/store/apps/details?id=com.mojang.minecraftpe
基岩版测试组
安卓Google Play:https://play.google.com/apps/testing/com.mojang.minecraftpeWin10 Store:https://www.microsoft.com/zh-cn/store/p/xbox-insider-hub/9nblggh68vsk


外部来源以及详细的更新条目追踪

LeoPro
https://www.mcbbs.net/thread-1208219-1-1.html

没想到这个 "soon" 真的这么快hhh

Magma_
好家伙,刚说要加就加了(既然如此咋不在正式版加)

xpe_online

爷青结
空桶不能装鱼了qwq

不談愛慶
水桶不能装鱼了?????

GeForceLegend
Using a fire charge to light objects (such as candles) may cause a crash
使用火药点燃物体(如蜡烛)时可能会导致游戏崩溃

不是火焰弹吗(


tina22460827
神乎其技!6的飛起!

szj1596109338
dddddddddd

Lumin-Incand
Java快照也gkd

super天果
好耶好耶,太棒了!

你丨造丨吗
太棒了!

whatfilmae
基岩版1.17.10都出了,JAVA版什么时候考虑来个1.17.5

小果酱啊
基岩版仍然在更新

1618818151
宣传宣传处处长

1618818151
尺寸尺寸分vvvvv

MC_xilie
太好了666666

你丨造丨吗
更新的真快啊!不知不觉已经1.17了

小爱_xiaoai_
期待期待

Qyou0
可以这波很细节1111

世纪中
6666666666666

kirito=-=
蜡烛可以当火把用吗

Jonathan36
希望早日发表正式版

Lumin-Incand
2450662776 发表于 2021-6-11 15:09
蜡烛可以当火把用吗

太暗了,也太贵了

Pmt_Light
可以做生日蛋糕了!

215819rty
ssssssssssssssssss

215819rty
基岩版紧跟java版步伐

Leeghostface
梦回
1.7.10?

你丨造丨吗
新版本这么快!

hetiamo
牛逼牛逼牛逼牛逼牛逼牛逼牛逼牛逼牛逼牛逼牛逼牛逼

xsdqq22
真的挺好的66666

炎火圣飞
更新了更新了 他又更新了

WUYUJIANG
6666666666

onegiao
java也搞快点

choose6_bkdvO
6666666666

纪元史册
666666666666

振翮高飞
c,基岩版居然更新这么快?Java版要也这样好了

仅此而已丶慌米
好耶好耶好耶好耶好耶

onegiao
不错
啊支持

onegiao
我十分期待啊

是精英啊
刚更新的时候还以为是正式版

baba123321
6666666666666666666666666

drgdsqf
好耶耶耶耶耶耶耶

mc123456789cwz
村民有新职业了?

非常高手
太棒了啊。

简单加工
11111111111

北冥鬼风
基岩版抖沙机没了!!!

SWSMZLT
1.17.10都出了
我却还在1.7.10

jc123
精彩精彩!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

jc123
66666666666666666666666666

tgyh
好家伙,这就学jvav

第一页 上一页 下一页 最后一页