Minecraft Beta & Preview - 1.19.60.26
- 技术更新
- 完整日志
Graphical
- Fix text being slightly off-centered to the left for Furnace, Blast Furnace, and Smoker Screen UIs (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
实验性特性
Script API
- RawMessage
-
Changed the signature of property withfrom (string[] | RawMessage)[]? to (string[] | RawMessage)?
-
- EntityHealthComponent
- Fixed a bug where health could be modified on dead entities (MCPE-130687)
- Scoreboard
- Added setScore(ScoreboardObjective, ScoreboardIdentity, Number)
- Added getScore(ScoreboardObjective, ScoreboardIdentity)
- ScoreboardObjective
- Added setScore(ScoreboardIdentity, Number)
- Added getScore(ScoreboardIdentity)
- Added removeParticipant(ScoreboardIdentity)
- ScoreboardIdentity
- Added setScore(ScoreboardObjective, Number)
- Added getScore(ScoreboardObjective)
- Added removeFromObjective(ScoreboardObjective)
Commands
- Reverted an experimental change to animation controller command deferral within the “Upcoming Creator Features” experiment