VOOZH about

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

⇱ Bedrock Edition Preview 1.20.60.25 – Minecraft Wiki


Bedrock Edition Preview 1.20.60.25

From Minecraft Wiki
Jump to navigation Jump to search
Preview 1.20.60.25
Edition Bedrock Edition
Release date January 10, 2024
Server version 1.20.60.25
Editor version 0.5.2
Build version 20887521
Internal version Windows: 1.20.6025.0
Xbox: 1.20.6025.70
Android, iOS, iPadOS: 1.20.60.25
Version code Android:

952006025(armeabi-v7a,33οΌ‰
962006025(x86,33οΌ‰
972006025(arm64-v8a,33οΌ‰
982006025(x86_64,33οΌ‰

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

β—„  Preview 1.20.60.24

Preview 1.20.60.25

Preview 1.20.60.26 β–Ί

{
 "title": "Preview 1.20.60.25",
 "images": [
 "Bedrock 1.20.60.25 PatchNotes.jpg",
 "Bedrock 1.20.60.25.png"
 ],
 "rows": [
 {
 "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "January 10, 2024",
 "label": "Release date"
 },
 {
 "field": "(link to Bedrock Dedicated Server 1.20.60.25 article, displayed as 1.20.60.25)",
 "label": "Server version"
 },
 {
 "field": "(link to Bedrock Editor 0.5.2 article, displayed as 0.5.2)",
 "label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
 },
 {
 "field": "20887521",
 "label": "Build version"
 },
 {
 "field": "'''Windows''': 1.20.6025.0<br />'''Xbox''': 1.20.6025.70<br />'''Android, iOS, iPadOS''': 1.20.60.25",
 "label": "Internal version"
 },
 {
 "field": "'''Android''':<br />\n952006025(armeabi-v7a,33οΌ‰<br />\n962006025(x86,33οΌ‰<br />\n972006025(arm64-v8a,33οΌ‰<br />\n982006025(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.25.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.60.25.zip Linux]",
 "label": "Downloads"
 },
 {
 "field": "649",
 "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.24|β—„  Preview 1.20.60.24]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.60.25'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.26| Preview 1.20.60.26 β–Ί]]\n</td>\n</tr>\n</table>"
}

Beta 1.20.60.25 (Android) or Preview 1.20.60.25 (Windows, iOS, iPadOS, Xbox) is the sixth beta/Preview version for Bedrock Edition 1.20.60, released on January 10, 2024,[1] which fixes bugs.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Large Chest and Large Trapped Chest

  • Slightly changed their texture.

World generation

[edit | edit source]

Trees

  • The limitations on which blocks can be replaced by Dark Oak and Acacia trees now also apply to their branches, not just their trunks.

Technical

[edit | edit source]

API

  • Changed "Unsupported or out of bounds value.." errors to use ArgumentOutOfBoundsError Error type

Blocks

  • Added the ability for data-driven blocks to remove faces in the geometry when abutting a full and opaque block.
    • A new field has been added to the Block Geometry Component, which references a new Culling .json file (found in the resource pack block_culling directory) that sets up culling rules for the tessellated geometry.

Dimension API

  • setWeather method argument duration now uses ArgumentOutOfBoundsError Error type.

Experimental

[edit | edit source]

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

Changes

[edit | edit source]

Blocks

[edit | edit source]

Trial Spawner

  • If the Trial Spawner has less than two seconds remaining to spawn a mob when detecting a player, the spawn delay is set to two seconds.

Breeze

  • The Breeze now reflects all projectiles.
  • The Breeze now reflects projectiles back toward the shooting entity, with a 40-degree spread.
  • The pixels at the bottom of the Breeze's torso rods now match with their surrounding colors.

Technical

[edit | edit source]

API

  • PropertyOutOfBoundsError
    • Added a new PropertyOutOfBoundsError that throws when a property that is bounded is set out of bounds.
  • ContainerSlot APIs now throw an InvalidContainerSlotError if the container slot is invalid, or if a property is set on an empty slot.
  • Property typeId no longer returns undefined for empty slots, but instead throws an InvalidContainerSlotError.
  • Added function hasItem - Returns whether the slot contains an item.
  • Added function getCanPlaceOn - Returns an array of block identifiers that the item can be placed on.
  • Added function getCanDestroy - Returns an array of block identifiers that the item can destroy when used.

Fixes

[edit | edit source]

18 issues fixed

From released versions before 1.20.60

  • MCPE-43391 – Banners that are mined/broken don't stack with banners that have never been mined/broken
  • MCPE-55878 – Wither roses deal damage every 2 seconds instead of half second
  • MCPE-79480 – Zoglins can spawn in peaceful mode
  • MCPE-87711 – Experience orbs push mobs
  • MCPE-114689 – Bees get damaged by sweet berry bushes
  • MCPE-122491 – Suspicious stew cannot be consumed with full hunger
  • MCPE-142321 – When grass and flowers spawn in a snow biome, they replace the snow
  • MCPE-147656 – Wolves doesn't spawn on snow block in the grove biome
  • MCPE-169495 – Double chest texture has miscolored pixels
  • MCPE-170540 – Experience (XP) orbs scattering more than before
  • MCPE-177409 – Need a Mint achievement received through crafting

From the previous development version

Others

  • Containers being cloned no longer keep their container screens open or cause crashes.
  • Fixed a bug that could cause infinite loading while joining a Realm
  • Hud command now works as expected – the /hud command allows creators to show/hide each element individually as well as show/hide all. Hiding one element no longer hides 'all' elements.
  • Fixed an issue causing caves to appear illuminated by the sun (aka β€œLight Leaking”) in the Deferred Technical Preview
  • Volumetric fog is no longer affected by sunlight in enclosed spaces in the Deferred Technical Preview

References

[edit | edit source]
  1. ↑ "Minecraft - Beta & Preview 1.20.60.25" – Minecraft Feedback, January 10, 2024.

Navigation

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

Navigation menu