Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 26.50.25: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: new page from Minecraft
 
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 25: Line 25:
== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Concrete slab]]s and [[Minecraft:Concrete Stairs|stairs]]'''
* Can now be obtained by cutting [[Minecraft:concrete]] in a [[Minecraft:stonecutter]].
'''[[Minecraft:Jukebox]]'''
'''[[Minecraft:Jukebox]]'''
* Multiple jukeboxes can now play the same sounds independently.
* Multiple jukeboxes can now play the same sounds independently.
Line 135: Line 138:
|235723|"Leave Boat" button texture is corrupted when using "D-Pad & tap to interact".
|235723|"Leave Boat" button texture is corrupted when using "D-Pad & tap to interact".
|236819|Localization fragments may appear incorrectly in hovers.
|236819|Localization fragments may appear incorrectly in hovers.
|239750|Using a Bucket on a Sulfur Cube may pick up liquid or powder snow located at the world origin.
|239750|Using a bucket on a sulfur cube may pick up liquid or powder snow located at the world origin.
|240014|All colors of poplar leaves block other saplings but poplar from growing up.
|240014|All colors of poplar leaves block other saplings but poplar from growing up.
|240057|Sculk sensors pick up vibrations from dropped wool slabs and stairs.
|240057|Sculk sensors pick up vibrations from dropped wool slabs and stairs.
Line 144: Line 147:
|240495|Shelf mushrooms render behind snow layers in the inventory.
|240495|Shelf mushrooms render behind snow layers in the inventory.
|240501|Flowing water in dappled forests is opaque.
|240501|Flowing water in dappled forests is opaque.
|240778|Cushions break when sharing a block space with a Honey Block and Sniffer Egg.
|240778|Cushions break when sharing a block space with a honey block and sniffer egg.
|240780|/summon cushion spawns a black cushion by default instead of white.
|240780|{{cmd|summon cushion}} spawns a black cushion by default instead of white.
|;dev
|;dev
|241279|Cushion can be broken in the Adventure game mode.
|241279|Cushion can be broken in the Adventure game mode.
Line 157: Line 160:
* Fixed a double toast notification happening while importing an old world from a PlayStation 4 preview to a PlayStation 5 preview.
* Fixed a double toast notification happening while importing an old world from a PlayStation 4 preview to a PlayStation 5 preview.
* Fixed a bug where calling the {{cd|Player.playSound}} method could result in read-only errors when writing new properties to the [[Minecraft:player]] class afterwards.
* Fixed a bug where calling the {{cd|Player.playSound}} method could result in read-only errors when writing new properties to the [[Minecraft:player]] class afterwards.
* Fixed an error when deeplinking from the subscribe now button from the Marketplace Pass site while client is closed.
* Fixed an error when deeplinking from the subscribe now button from the Marketplace Pass site while client is closed.</onlyinclude>


== Trivia ==
== Trivia ==
* The changelog incorrectly states that husks and zombies now preserve their equipment when turning into zombies and drowned, respectively.</onlyinclude>
* The changelog incorrectly states that [[Minecraft:husk]]s and [[Minecraft:zombie]]s now preserve their equipment when turning into zombies and [[Minecraft:drowned]], respectively.


== References ==
== References ==

Revision as of 11:01, 13 August 2026

Template:Infobox version

Beta 26.50.25 (ChromeOS, Android) or Preview 26.50.25 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview for Minecraft:Bedrock Edition 26.50, released on August 9, 2026, for iOS and iPadOS, and on August 11, 2026, for all remaining devices,<ref>Template:Cite</ref> which fixes bugs.

Changes

Blocks

Minecraft:Concrete slabs and stairs

Minecraft:Jukebox

  • Multiple jukeboxes can now play the same sounds independently.

Minecraft:Red shrub

  • Now uses unique sounds.

Minecraft:Straw bed

Minecraft:Wool stairs and slabs

Items

Minecraft:Explorer map

  • "Buried Ancient City Camp Map" has been renamed to "Buried Ancient City Map".
  • "Buried Mineshaft Camp Map" has been renamed to "Buried Mineshaft Map".
  • "Desert Temple Camp Map" has been renamed to "Desert Pyramid Map".
  • "Warm Ocean Ruins Camp Map" has been renamed to "Warm Ocean Ruins Map".

World generation

Minecraft:Abandoned camp

General

Graphical

UI

  • Achievement warnings are no longer displayed in Preview and beta builds.
  • Realms Plus subscribers who open Marketplace Pass from the Marketplace sidebar now go straight to the View All Packs screen instead of the subscription page.

Technical

Actor Components

  • Made the Template:Cd schema stricter when parsing and fail to load an entity json that has invalid data in versions 1.26.50 and newer.

AI components

  • Made the Template:Cd component stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.50 and newer.

AI Goals

  • Updated Template:Cd: Whenever the goal stops or is removed through a component group change, the mob's navigation is always interrupted.

Minecraft:API

  • Released version 1.0.0 of Template:Cd, promoting the module and all of its APIs out of beta.

Minecraft:Block components

  • Updated the Block JSON loader to support future optimizations and out of game upgrades.
  • Minecraft:Leaves:
    • All leaves blocks now carry the Template:Cd tag.
      • Minecraft:Tree features match through Template:Cd in Template:Cd instead of listing each leaves block by name, so a new leaves block no longer has to be added to every tree feature to be grown through.
  • Template:Cd:
    • The Template:Cd block tag now also grants the shears breaking speed bonus, matching the behavior of the other Template:Cd tags.

Minecraft:Blocks

  • Released horizontal multi-blocks; these are blocks defined with the Template:Cd trait with a direction field that is horizontal.
    • The Upcoming Creator Features experiment is still required for them if Template:Cd is less than 1.26.50.
  • Minecraft:Chorus Plant:
  • Minecraft:Fire:
    • Fire blocks now expose the Template:Cd block states reflecting the flammable and supporting blocks around them.

Entity components

Gameplay

  • The Template:Cd component in the dimension JSON is now optional and only supported on custom dimensions; using it on a vanilla dimension now produces a content error instead of being silently accepted.
  • Added the Template:Cd component to custom dimension JSON, allowing creators to configure the biome a custom dimension generates with.
  • Added support for defining custom dimensions with JSON and configuring custom dimension heights.

JSON Schema

  • The JSON document upgrader now differentiates base game JSON from creator JSON, so base game content may use the Template:Cd namespace while creator content continues to be validated against creator namespace rules.

Packs

  • System packs that fail to load their manifest file or fail to execute their script plugin will now stop the dedicated server.

Pack Settings

  • Added a new multiselect pack setting type, letting pack authors declare a list of options.

Minecraft:Sounds

  • Added Template:Cd to sound objects in Template:Cd, allowing streamed ordinary sound events to play independent simultaneous instances. The field defaults to true in format version 1.26.50 and later.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" Minecraft:experimental toggle.

Changes

Technical

Minecraft:API

  • Scripting websockets now send a ping packet to the socket server every 45 seconds instead of every second.
  • The Template:Cd payload in sounds/sound_definitions.json now accepts an optional Template:Cd field on each definition specifying an XZ range in blocks.

Fixes

Template:Fixes Other

Trivia

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:es:Bedrock Edition Preview 26.50.25 Minecraft:ru:Preview 26.50.25 (Bedrock Edition) Minecraft:zh:基岩版26.50.25