VOOZH about

URL: https://minecraft.wiki/w/Bedrock_Edition_Preview_1.20.60.22

⇱ Bedrock Edition Preview 1.20.60.22 – Minecraft Wiki


Bedrock Edition Preview 1.20.60.22

From Minecraft Wiki
Jump to navigation Jump to search
Preview 1.20.60.22
Edition Bedrock Edition
Release date December 6, 2023
Server version 1.20.60.22
Editor version 0.4.11
Build version 20190167
Internal version Windows: 1.20.6022.0
Xbox One: 1.20.6022.70
Android, iOS, iPadOS: 1.20.60.22
Version code Android:

952006022(armeabi-v7a,33οΌ‰
962006022(x86,33οΌ‰
972006022(arm64-v8a,33οΌ‰
982006022(x86_64,33οΌ‰

Type Preview
Preview for 1.20.60
Downloads Server
Windows
Linux
Protocol version 642
β—„β—„  1.20.51 1.20.60 1.20.62 β–Ίβ–Ί

β—„  Preview 1.20.60.21

Preview 1.20.60.22

Preview 1.20.60.23 β–Ί

{
 "title": "Preview 1.20.60.22",
 "images": [
 "Bedrock 1.20.60.22 PatchNotes.jpg",
 "Bedrock 1.20.60.22.png"
 ],
 "rows": [
 {
 "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "December 6, 2023",
 "label": "Release date"
 },
 {
 "field": "(link to Bedrock Dedicated Server 1.20.60.22 article, displayed as 1.20.60.22)",
 "label": "Server version"
 },
 {
 "field": "(link to Bedrock Editor 0.4.11 article, displayed as 0.4.11)",
 "label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
 },
 {
 "field": "20190167",
 "label": "Build version"
 },
 {
 "field": "'''Windows''': 1.20.6022.0<br>'''Xbox One''': 1.20.6022.70<br>'''Android, iOS, iPadOS''': 1.20.60.22",
 "label": "Internal version"
 },
 {
 "field": "'''Android''':<br>\n952006022(armeabi-v7a,33οΌ‰<br>\n962006022(x86,33οΌ‰<br>\n972006022(arm64-v8a,33οΌ‰<br>\n982006022(x86_64,33οΌ‰<br>",
 "label": "Version code"
 },
 {
 "field": "Preview",
 "label": "(link to Version types article, displayed as Type)"
 },
 {
 "field": "(link to Bedrock Edition 1.20.60 article, displayed as 1.20.60)",
 "label": "Preview for"
 },
 {
 "field": "'''Server'''<br>[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.20.60.22.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.60.22.zip Linux]",
 "label": "Downloads"
 },
 {
 "field": "642",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 }
 ],
 "invimages": [],
 "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.51|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.20.51]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.60|1.20.60]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.62| 1.20.62 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.21|β—„  Preview 1.20.60.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.60.22'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.23| Preview 1.20.60.23 β–Ί]]\n</td>\n</tr>\n</table>"
}

Beta 1.20.60.22 (Android) or Preview 1.20.60.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Bedrock Edition 1.20.60, released on December 6, 2023,[1] which fixes bugs.

Changes

[edit | edit source]

Technical

[edit | edit source]

API

  • Made the display name parameter optional in Scoreboard addObjective.

Components

  • Added a "drop_item_slot" field to the "interact" component, which allows to specify an inventory slot to remove and drop items from

Stability and Performance

  • Send "material" for vanilla data-driven blocks in the StartGamePacket blockProperties. "block_id" is also moved to the "vanilla_block_data" object

Experimental

[edit | edit source]

These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Copper Door

  • Updated Copper Door textures, including oxidized variations.
  • Copper Doors and Trapdoors have now correct breaking time and blast resistance.

Breeze

  • Breeze ground particles now stop playing when they're riding other entities.
  • Separated the Breeze diffuse and emissive textures.

Technical

[edit | edit source]

API

  • Added method eatItem(itemStack: ItemStack): void;.
  • BlockSignComponent
    • Changed signature of function setWaxed to setWaxed(waxed: boolean)
    • Removed event/property pistonActivate
  • Added enum BlockPistonState export enum BlockPistonState { Expanded = "Expanded", Expanding = "Expanding", Retracted = "Retracted", Retracting = "Retracting" }
  • Class BlockPistonComponent
    • Removed property isExpanded
    • Removed property isExpanding
    • Removed property isRetracted
    • Removed property isRetracting
    • Added property readonly state: BlockPistonState
    • Changed function getAttachedBlocks to return type Block[]
    • Added function getAttachedBlocksLocations(): Vector3[]
  • Removed class PistonActivateBeforeEvent
  • Removed class PistonActivateBeforeEventSignal
  • Types
    • Moved BlockType from beta to 1.8.0
    • Moved FluidType from beta to 1.8.0
  • Moved NavigationResult from @minecraft/server to @minecraft/server-gametest

Graphical

  • Adjusted the falloff of point light sources (e.g., torches, lanterns, etc...) to use a square, Manhattan-based distance metric in the Deferred Technical Preview.
  • Tinted ambient light color with point light color for better multi-colored lighting over large distances in the Deferred Technical Preview

Fixes

[edit | edit source]

9 issues fixed

From released versions before 1.20.0

  • MCPE-167836 – Cannot change brightness_gamma setting in blocks.json
  • MCPE-170377 – Buttons can be accidentally clicked, when clicking out of window and into the background of game

Others

  • Containers being cloned over no longer keep their container screens open and no longer cause crashes.
  • Fixed a rare crash that could occur with the β€œSeven Seas” achievement.
  • Fixed a bug that kept the previewed item on the paper doll even after navigating back using the sidebar.
  • All unowned and owned emotes should now be discoverable within the emotes section of Dressing Room.
  • The Friends drawer on the Play screen now makes sounds when opened and closed.
  • Fixed a crash that could occur when players placed or destroyed any block and then Save & Quit with Ray Tracing enabled.
  • Fixed issue where ActionFormData buttons could not be clicked if there were more than 255 buttons in the form


References

[edit | edit source]
  1. ↑ "Minecraft - Beta & Preview 1.20.60.22" – Minecraft Feedback, December 6, 2023.

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Bedrock_Edition_Preview_1.20.60.22?oldid=3596106"

Navigation menu