返回顶部
  • 发帖数81
  • 粉丝0

此人很懒,什么也没有留下

  • 2023年度用户

    被甄选为2023年的年度用户将好运不断![限定勋章]
  • 2024开年用户

    被甄选为2024年的年度用户将好运不断![限定勋章]

[版本资讯] Minecraft 基岩版 Beta & Preview 1.19.60.26 发布

[复制链接]
sky_tianleLv.5 显示全部楼层 发表于 2023-1-17 12:51:52 |阅读模式 打印 上一主题 下一主题

马上登录/注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
Minecraft 基岩版 Beta & Preview 1.19.60.26
12150766312205.jpg

Here's a list of what is new in this week's Minecraft Preview and Beta! Remember to send us all your feedback at aka.ms/MC120Feedback and report any bugs to bugs.mojang.com .
这里就是本周 Minecraft Preview 和 Beta 版的新内容啦!记得把反馈发到 aka.ms/MC120Feedback 并在 bugs.mojang.com 报告漏洞。

EXPERIMENTAL FEATURES
实验性特性


HANGING SIGN
悬挂式告示牌

  • Placing a Hanging Sign under an axis-aligned Hanging Sign with V-shaped chains will now result in a Hanging Sign with double chains, if the player is not sneaking
  • 若玩家没有潜行,将悬挂式告示牌放置在同轴下的锁链系于一点的悬挂式告示牌下时,此悬挂式告示牌将会拥有两条锁链

FEATURES AND BUG FIXES
特性和漏洞修复


COMMANDS
命令

  • Fixed a bug causing players to not wake up when teleported while sleeping (MCPE-162346)
  • 修复了玩家睡觉时进行传送不会导致玩家醒来的问题 (MCPE-162346)


GAMEPLAY
玩法

  • Fixed an issue where the "Inception" achievement would not be awarded
  • 修复了进度 "始作俑者" 无法达成的漏洞


GRAPHICAL
图像

  • The UI no longer flickers on Android when the keyboard pops up (MCPE-142356)
  • 安卓设备上的虚拟键盘弹出时,UI 不会闪烁了 (MCPE-142356)
  • Highlight selection no longer highlights entire card for transparent objects like saplings
  • 高亮选区不会高亮如树苗等透明物品的整个区域了
  • V-sync settings are properly configured in options (non-ARM devices) (MCPE-110006)
  • 垂直同步选项现在非 ARM 设备上正确配置 (MCPE-110006)
  • Resource packs will now be applied to the worlds after navigating to another screen before creation
  • 资源包在被创建完成前,若切换到另一界面,也将会被应用到世界中
  • Fixed an issue where some resource packs prompted the user with an error after being downloaded
  • 修复了某些资源包下载完成后提示用户出现错误的问题


PERFORMANCE AND STABILITY
性能与稳定性

  • Fixed a potential crash when gliding through an End Gateway
  • 修复了使用鞘翅滑翔穿过末地折跃门时可能发生的崩溃
  • The game no longer crashes when killing an entity with invalid conditions, functions, or pools entries in its loot table (MCPE-164623)
  • 杀死带有无效条件、无效函数或无效战利品表条目的实体时,游戏不会崩溃了 (MCPE-164623)


VANILLA PARITY
原版特性同步

  • Levers now produce the same sound effect as Stone Buttons (MCPE-163335)
  • 现在拉杆音效与石头按钮一致 (MCPE-163335)


TOUCH CONTROLS
触摸控制

  • Fixed the stack splitting feature in non-touch mode
  • 修复了非触摸控制模式下的物品堆切分功能


ACCESSIBILITY
辅助功能


TECHNICAL UPDATES
技术性更新


GRAPHICAL
图像

  • Fix text being slightly off-centered to the left for Furnace, Blast Furnace, and Smoker Screen UIs (MCPE-151597)
  • 修复了熔炉、高炉和烟熏炉界面 UI 中文本略偏左的问题 (MCPE-151597)


USER INTERFACE
用户界面

  • Resource packs will now be applied to the world after navigating to another screen before creation
  • 资源包在被创建完成前,若切换到另一界面,也将会被应用到世界中
  • Fixed an issue where some resource packs prompted an error after being downloaded
  • 修复了某些资源包下载完成后提示用户出现错误的问题

EXPERIMENTAL TECHNICAL FEATURES
实验性技术功能


API
API

  • RawMessage
  • RawMessage
    • Changed the signature of property withfrom (string[] | RawMessage)[]? to (string[] | RawMessage)?
    • 将 withfrom 属性的签名 (string[] | RawMessage)[]?  修改为 (string[] | RawMessage)?
  • EntityHealthComponent
  • EntityHealthComponent
    • Fixed a bug where health could be modified on dead entities (MCPE-130687)
    • 修复了死亡实体的生命值仍可修改的问题 (MCPE-130687)
  • Scoreboard
  • Scoreboard
    • Added setScore(ScoreboardObjective, ScoreboardIdentity, Number)
    • 添加了 setScore(ScoreboardObjective, ScoreboardIdentity, Number)
    • Added getScore(ScoreboardObjective, ScoreboardIdentity)
    • 添加了 getScore(ScoreboardObjective, ScoreboardIdentity)
  • ScoreboardObjective
  • ScoreboardObjective
    • Added setScore(ScoreboardIdentity, Number)
    • 添加了 setScore(ScoreboardIdentity, Number)
    • Added getScore(ScoreboardIdentity)
    • 添加了 getScore(ScoreboardIdentity)
    • Added removeParticipant(ScoreboardIdentity)
    • 添加了  removeParticipant(ScoreboardIdentity)
  • ScoreboardIdentity
  • ScoreboardIdentity
    • Added setScore(ScoreboardObjective, Number)
    • 添加了 setScore(ScoreboardObjective, Number)
    • Added getScore(ScoreboardObjective)
    • 添加了 getScore(ScoreboardObjective)
    • Added removeFromObjective(ScoreboardObjective)
    • 添加了 removeFromObjective(ScoreboardObjective)



COMMANDS
命令

  • Reverted an experimental change to animation controller command deferral within the “Upcoming Creator Features” experiment
  • 回滚了 “Upcoming Creator Features” 实验性功能中的动画控制器指令延迟

GENERAL
通用

  • Release BlockPlacementFilterComponent outside of experimental toggle in JSON formats 1.19.60 and higher
  • 在JSON 格式 1.19.60 及更高的版本下,将 BlockPlacementFilterComponent 移出了实验性选项








【苦力怕553 译自feedback.minecraft.net 2023 年 1 月 11 日发布的 Minecraft Beta & Preview - 1.19.60.26
【本文来源于MCBBS,原文地址:www.mcbbs.net/thread-1416667-1-1.html

帖子地址: 

一个普通人,做一些有意义的事
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

像素世界 成立于2022年8月,是中国开发者开创的一个综合像素沙盒游戏交流社区,拥有稳定的开发维护及运营技术,提供长期交流需求。本社区开放了我的世界模组、地图、插件等资源交流版块,集中了大量资源为玩家和开发者提供了优质的游戏环境。
  • 官方B站

  • 微信公众号

  • 商务合作