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.40.27

From SAS Gaming Wiki
Revision as of 11:08, 10 July 2026 by SyncBot (talk | contribs) (Sync: updated from Minecraft)

Template:Infobox version


Beta 26.40.27 (ChromeOS, Android), Preview 26.40.27 (Windows, iOS, iPadOS, Xbox), or Preview 26.40.29 (PlayStation) is the fourth beta/Preview for Minecraft:Bedrock Edition 26.40, released on June 23, 2026, for most devices, and on June 26, 2026, for PlayStation,<ref>Template:Cite</ref> which adds experimental features for the third drop of 2026 and fixes bugs.

Changes

Items

Minecraft:Arrow

  • Arrows fired by mobs with a Minecraft:crossbow now deal the same damage regardless of the shooting mobs.
  • Arrows fired by players or other mobs with a crossbow are no longer affected by difficulty.

Mobs

Minecraft:Sulfur cube

  • High levels of the Minecraft:Strength effect now correctly increase the distance at which a sulfur cube with an absorbed block is knocked back.

Minecraft:Player

  • Players can no longer get soft-locked when standing inside a sulfur cube's or a Minecraft:creaking's bounding box, as they are now able to interact with the entities and blocks around them through the mob.
    • Applies only when the entities are invulnerable.
    • Replaces the workaround where creakings would despawn after blocking a player for too long.

General

Minecraft:Realms

  • Added a Delete button on the Subscriptions tab for expired Realms.
  • Updated terms on Realms purchase screen.

Minecraft:Settings

  • Added frame pacing for Xbox platforms in Preview, disabled by default.
  • Updated old and retail world conversion flows in the Storage settings tab.

UI

  • Added new social drawer infrastructure with performance fixes.

Technical

AI Components

  • Made schemas for the following components stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.40 and newer:

Minecraft:API

Minecraft:Block components

  • Vanilla blocks defined with shapes in the Template:Cd folder now use voxel-shape based culling without requiring the Voxel Shapes experiment.
    • This allows custom blocks using voxel-shapes to attempt to cull against any vanilla block with a voxel-shape.
  • Minecraft:Fence connection changes now send server-side block updates to adjacent blocks. Older worlds keep legacy behavior for compatibility.
  • Vanilla Minecraft:stairs blocks now expose a Template:Cd block state (Template:Cd, Template:Cd, Template:Cd, Template:Cd, Template:Cd) reflecting the corner shape formed with adjacent stairs.
    • Stair corner-state changes now trigger neighboring blocks to update for parity with Template:JE. Older worlds keep legacy behavior for compatibility.

Minecraft:Commands

  • Using player names as a target for commands (i.e. Template:Cmd) for non-operator players is now allowed.

DDUI

Dedicated Server

  • Added CLI options to run the dedicated server in pack optimization mode, allowing creators to optimize packs for testing and distribution inside and outside Marketplace.

Entity components

  • Made the following changes to the Template:Cd Template:Cd subcomponent of Template:Cd:
    • Added a Template:Cd boolean field that rounds the projectile's damage up to the next integer before the critical hit multiplier is applied.
    • Template:Cd is now applied regardless of the Template:Cd mode, so it can be used on its own to scale damage by the projectile's velocity.
      • The resulting value is added to damage to define the projectile's base damage.
      • Its default value changed from Template:Cd to Template:Cd so that prior content remains unchanged when neither field is specified.
    • Replaced the Template:Cd boolean field with Template:Cd, which controls how the world difficulty contributes to the final damage:
  • Added the Template:Cd entity component.
    • When set, the entity cannot be targeted by a cursor hit-test while the picker's point of view lies inside the entity's collision box.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and new "Drop 3 of 2026" Minecraft:experimental toggles.

Additions

Blocks

File:Poplar Sapling.png Minecraft:Poplar sapling

Template:Animate Minecraft:Poplar leaves

  • Added three new types of leaves that grow on their respective poplar tree variants.
  • Randomly play ambient block sounds.

File:Poplar Log.png Minecraft:Poplar log

File:Poplar Wood.png Minecraft:Poplar wood

File:Poplar Planks.png Minecraft:Poplar planks

File:Red Shrub.png Minecraft:Red shrub

File:Shelf Mushroom.png Minecraft:Shelf mushroom

Template:AnimateTemplate:Animate Minecraft:Wool stairs and slabs

  • New variants of Minecraft:wool blocks that can be dyed in sixteen colors.

World generation

Template:BiomeLink

Template:Animate Minecraft:Poplar tree

  • A Minecraft:tree that generates in dappled forests.
  • Has three different colors of leaves: red, orange, and yellow, randomly chosen at generation or sapling growth.
  • File:Poplar Fallen Log.png Fallen poplar trees have shelf mushrooms on them.

File:Abandoned Camp.png Minecraft:Abandoned camp

Changes

Technical

Minecraft:API

  • Added the Template:Cd class to beta with read-only Template:Cd and Template:Cd properties.
  • Added the Template:Cd interface to beta with a Template:Cd property.
  • Added the Template:Cd interface to beta with optional Template:Cd and Template:Cd properties.
  • Added the Template:Cd class to beta with a Template:Cd method that returns the loaded sound definitions, optionally narrowed by a filter.
  • Added the Template:Cd property to beta that provides read-only access to the sound definitions loaded for the world.
  • Template:Cd now accepts a Template:Cd in addition to a sound id string in beta.
  • The Template:Cd payload in Template:Cd now accepts an optional Template:Cd block on each definition with optional genres (array of strings), moods (array of strings), artist (string), and title (string) fields that describe the music content of the sound.
  • The Template:Cd payload now accepts an optional tags map on each definition where each entry is a tag name mapped to either a single string value or an array of string values, letting behavior packs attach arbitrary metadata to a server sound definition.
  • Added new beta Template:Cd with optional genres, moods, artist, and title properties describing the music content of a sound definition.
  • Added new optional beta Template:Cd exposing the music metadata declared on a server sound definition.
  • Added new optional beta Template:Cd exposing the arbitrary tag metadata declared on a server sound definition.
  • Added new optional beta properties on Template:Cd for filtering by music metadata and tags: genres, moods, artists, titles, and tags. All comparisons are case-insensitive. An omitted field does not filter; a non-empty array matches when any provided value overlaps the definition's values.

Blocks

  • Block dynamic properties are now bucketed by manifest-UUID rather than module-UUID.
  • Added support for Template:Cd when using the Template:Cd placement direction block trait.
  • Added horizontal Template:Cd support for the Template:Cd trait.
    • These new directions Template:Cd, Template:Cd, Template:Cd, and Template:Cd still require Upcoming Creator Features experiment to be enabled.
    • When placing horizontal multi-blocks, if one or more parts go into an unloaded Template:Cd, then the placement of all parts is delayed until both Template:Cd are loaded. Delayed placement actions are persistent and saved to Level storage until they are executed.
    • If placing the horizontal multi-block in a structure template, then rotating the structure, the block parts will only rotate properly if the multi-block is also defined with the Template:Cd trait enabling the Template:Cd state. Otherwise, the multi-block parts will not respect the structures rotation.

Fixes

Template:Fixes Other

  • Fixed an issue where the game would crash when opening the game from an invite notification on Android.
  • Fixed arm animations triggering when no blocks are affected.
  • Fixed Minecraft:clouds rendering in front of transparent blocks, such as Minecraft:glass, when Minecraft:Vibrant Visuals is enabled.
  • Fixed an issue where content obtained from Marketplace while editing your Realm would not immediately appear in available items.
  • Fixed an issue where downloading a world from the Realms Hub slot screen from the Realms Edit World screens would result in different names.
  • Fixed a softlock where cancelling a resource pack download during a server transfer would leave the player stuck on the "Connecting to Server" modal.
  • Fixed a rare crash that occurred when interacting with items in the UI.
  • Fixed Fullscreen mode to remember which screen it was last on.
  • Fixed the 'Remove' button not eliminating blocks from the Minecraft:Creative inventory on mobile UI.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition beta 26.40.27 Minecraft:es:Bedrock Edition Preview 26.40.27 Minecraft:ja:Bedrock Edition Preview 26.40.27 Minecraft:pt:Edição Bedrock Preview 26.40.27 Minecraft:ru:Preview 26.40.27 (Bedrock Edition) Minecraft:th:รุ่น Bedrock Preview 26.40.27 Minecraft:uk:Preview 26.40.27 (Bedrock Edition) Minecraft:zh:基岩版26.40.27