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 26.40

From SAS Gaming Wiki
Revision as of 11:05, 23 June 2026 by SyncBot (talk | contribs) (Sync: updated from Minecraft)

Template:Infobox version 26.40 (also known as 1.26.40) is an upcoming minor update for Template:BE with no set release date, which fixes bugs.

Additions

General

Minecraft:Settings

Changes

Blocks

Minecraft:Fence

  • Fences in generated structures now connect correctly to their neighbors.

Minecraft:Potent sulfur

Minecraft:Sulfur spike

  • Sulfur spikes now have their own dedicated block sounds and events.
  • Limited how long spikes can grow.

Items

Template:Animate Minecraft:Beds

  • Updated item sprites to match the appearance of the blocks.

Minecraft:Music disc Bounce

Mobs

Minecraft:Chicken

  • Updated hurt and death sounds for one of the chicken sound variants.

Minecraft:Ender dragon

  • Now deflects projectiles when perching.

Minecraft:Player

  • Players in Creative mode now deflect projectiles.

Minecraft:Slime

  • No longer plays step sounds when moving around.

Minecraft:Sulfur cube

  • No longer push each other when placed on adjacent blocks.
  • No longer absorbs a block in the player's hand from further distance than 8 blocks.
  • Sulfur cubes with a block absorbed can no longer freeze.
  • No longer plays step sounds when moving around.
  • No longer destroys snow layers upon its spawning from a bucket.
  • Now correctly takes damage from magma sulfur cubes if they don't have a block absorbed.
  • Are no longer considered hostile.
  • Can no longer absorb Minecraft:observers or Minecraft:redstone lamps.
  • Now deflects projectiles while a block is absorbed.

Minecraft:Turtle

Non-mob entities

Minecraft:Boat

Projectiles

  • Blocked projectiles no longer bounce off targets too early.

General

Accessibility

  • Text field now narrates its content when editing is stopped via keyboard or gamepad.

Graphical

Minecraft:Music

Minecraft:Realms

  • Realm tags are now on the left side of the information screen.
  • Various adjustments to the Realms Hub Community tab components.
  • When the client is outdated, all Realms Hub features will now be loaded while the player is unable to join.
  • Shrinked focus size of side menu in story comments and report screens to fit the content.
  • Added an icon for the Admin log tab.
  • Added more Realms Minecraft:loading tips.

Minecraft:Settings

  • Removed the Realms subscriptions from the subscriptions tab.

Storage

  • When downloading resource packs to join Minecraft:multiplayer worlds with low available storage, unused cached packs from previous sessions will be cleared to make room for the incoming packs.
  • Packs will be downloaded one a time to compact the total required space.

UI

  • Player names will now show as blue when in a Minecraft:party.
  • Added Minecraft:toast notification when Character Creator fails to initalize on Realm join.
  • Main menu music will now start after the initial loading screen to prevent stuttering.
  • Added a specific error message when adding or editing an external server with an address and port that already exists.
  • The Marketplace Pass accordion is now hidden when the player is in any beta, as well as the "Get More" button on PlayStation, iOS, and Nintendo Switch Template:Sic.
  • Added new variant for the Marketplace Bundle UI.
  • Changed furnace tabs order; reordered furnace recipes.
  • Pressing Template:Key while hovering the mouse cursor over the recipe search bar now inputs the letter Template:Key instead of closing the screen.
  • Improved narration of navigation tabs, toggles and smelting context of slots in the Minecraft:furnace.
  • Removed the possibility to trigger older join Minecraft:Realm menus from using an invite link desktop shortcut.
  • Made various adjustments to the UI of the "Slots" tab in the Minecraft:Realms Hub to improve visual clarity and consistency.
  • Renamed the Content tab header on the Minecraft:Marketplace Pass product page to "Included in Marketplace Pass", surfaced the "ALL PACKS" and "CHARACTER CREATOR SETS" buttons above the pack grid, and moved the descriptive content type block to the bottom of the tab.

Technical

AI Components

AI Goals

Minecraft:API

Blocks

Minecraft:Block components

Entity components

  • Added a new Template:Cd boolean field to Template:Cd's presets:
    • Determines whether the collision boxes of two entities must overlap for pushing to occur.
    • For format versions 1.26.40 and higher, this field defaults to Template:Cd.
    • For format versions below 1.26.40, this field defaults to Template:Cd.
  • Made the following changes to the Template:Cd component:

Minecraft:Features

  • Added content error when loading features with identifiers that already exist within the same behavior pack.

Graphical

  • Optimized FrameGraph topological sorting algorithm by replacing DFS-based approach with Kahn's algorithm for improved performance and clarity.

Minecraft:Item components

Items

  • Items declared with a Template:Cd of 1.26.30 or higher now require at least one entry under Template:Cd. Previously such items would silently fall back to legacy item parsing; they now fail to register with a content error.
  • Custom item definitions in resource packs now reliably override their Vanilla counterparts:
    • A custom definition using an older Template:Cd will now be applied on top of a Vanilla item that ships with Template:Cd 1.16+ (previously the custom data was silently dropped). In Vanilla this only affects Template:Cd and Template:Cd.

Minecraft:Sound events

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" Minecraft:experimental toggles.

Changes

Technical

Minecraft:Add-ons

  • Improved the experimental JSON document upgrader:
    • Configuration parsing errors are now surfaced through the upgrader's error logging. Errors that abort an upgrade are recorded in the error log, and files found outside of a pack are ignored instead of failing the run.

Minecraft:API

Blocks

  • When applying a Template:Cd value via console command, autocomplete suggestions will now correctly show numbers 0-15. Sixteen-way placement direction block trait now applies its rotation with the same orientation as existing Cardinal Direction and Facing Direction traits.
  • Added some trait restrictions for blocks with the Template:Cd trait:
  • Each pack now has its own 1KBytes block dynamic properties limit instead of being global.
    • The storage structure was updated, the saved properties will be lost.
  • Block-entity's dynamic-properties are now serialized in a readable NBT format, similar to their item-stack and entity counterparts.
  • Block-entity's dynamic-properties stored on an item-stack can now be modified through the new Template:Cd method.

DDUI

  • Fixed the default behavior for close button bellow DDUI custom forms.

Graphical

  • Re-enabled colored block light migration to GPU as well as their influence on volumetric fog.

Items

  • Added a new loot function Template:Cd with a single boolean field Template:Cd defaulted to Template:Cd.
    • When looting a block with a block-entity and dynamic-properties, it will try to carry its dynamic-properties over to the created item-stack.
    • Requires "Upcoming Creator Features Experiment".

Minecraft:Jigsaw structures

  • A Jigsaw Structure's layout will now be persisted to disk if any intersecting chunks are saved. This makes partially saved Jigsaw Structures less prone to breaking because of configuration changes. The feature will be incrementally rolled out to online devices and Realms.

Minecraft:Sounds

  • Added a new Template:Cd payload to Template:Cd that lets behavior packs declare server-side sound definitions for sounds played from script.
    • Each definition can include an optional duration_info with a seconds length and a mode that controls how playback time is tracked.
    • A Template:Cd of Template:Cd means the duration is tracked by ticks.
    • A Template:Cd of Template:Cd means the duration is tracked by wall-clock time.

Voxel Shapes

  • Added occlusion voxel shapes for one-arm, two-arm, three-arm, four-arm, and full-arm wall connections. These shapes will be applied to all Wall variations when the Voxel Shapes experiment is enabled.
    • These shapes improve face culling so that hidden faces of custom blocks are correctly removed when attached to different Wall geometries: single posts, wall runs, corners, T-junctions, intersections, and wall clusters.

Fixes

Template:Fixes Other

  • Fixed text field narration restarting label and description on every keypress.
  • Fixed a rare crash that could occur when relaunching the game near an Minecraft:End gateway beam after changing graphics mode.
  • Fixed the spacing in the Realms Hub Side.
  • Fixed an issue in Realms hub admin logs where gamertags of players who are no longer members of the Realm were delayed on loading.
  • Fixed Minecraft:shulker hurt sounds not playing due to mismatched audio file names.
  • Fixed Minecraft:pillager celebrate sound not playing due to a typo in the sound definition (Template:CdTemplate:Cd).
  • Fixed normal, aggressive, and worried Minecraft:panda idle sounds referencing non-existent audio files, which could cause missing audio.
  • Fixed a memory leak in the Character Creator that could cause crashes after extended use on memory-constrained platforms.
  • Fixed missing localized text for the Follow Me, Over There, Simple Clap, and Wave emotes.
  • Fixed a bug that caused the New Settings Screen to display a deprecated warning modal when enabling text-to-speech while an unsupported language is selected.
  • Fixed invulnerable timer bypass when changing before hurt event damage below source amount.
  • Fixed the Template:Cd component not being able to shoot if no ammunition was defined.
  • Fixed Template:Cd and Template:Cd from firing when a block cannot be broken using an item in Minecraft:Creative.
  • Fixed corrupted visuals on mobs when using Minecraft:Vibrant Visuals with PBR resource packs that include heightmap textures for actors.
  • Fixed a bug where Minecraft:sulfur cubes would sink or not be able to move after ejecting their block.
  • Fixed an issue where the profanity popup would not show when using profanity in the Realm title or description.
  • Fixed an issue where Realms specific tips were not showing when loading into a Realm.
  • Fixed a bug where available storage was not being correctly measured when downloading resource packs to join multiplayer worlds.
  • Fixed a potential rare crash related to dimension changes on PlayStation.
  • Fixed strikethrough alignment for sale prices.
  • Fixed a bug where some pack configurations would load locally but not when uploaded to Realms.
  • Fixed Fullscreen mode to remember which screen it was last on.
  • Fixed invulnerability bypass when changing damage of entity hurt before event during lethal damage.
  • Fixed invulnerability timer floating-point cycling issue for very small damage diffs.
  • Fixed a crash that occurred when loading a behavior pack containing a Template:Cd file with the Template:Cd payload.
  • Fixed an issue where a friend's world could not be joined with the "A" button after dismissing the "Online play is not rated" warning screen.
  • Fixed transparent blocks such as Minecraft:water and Minecraft:ice rendering in front of Minecraft:clouds when Vibrant Visuals is off.
  • Fixed an issue where insides of a block would not be rendered while taking a screenshot inside the block.
  • Fixed Minecraft:bundles not reliably playing the pickup-pop animation in the Hotbar when picked up.
  • Fixed an issue where character creator changes could revert to their previous appearance after restarting the game.
  • Fixed an error that occurred when opening Realms Hub without Admin permissions.
  • Fixed an issue where the Active Behaviour or Resource pack tab in Edit World would not be selected by default when there was at least 1 active pack.
  • Fixed restart modal showing for region settings when no changes were made.
  • Fixed critical hit sounds and some jumping/landing sounds not being affected by the "Minecraft:Player" sounds volume control.
  • Fixed a bug where selected resource and behavior packs were removed from the active list after viewing a pack's technical details when creating a new world.
  • Fixed the side panel on the Report Player screen narrating itself as a story post instead of describing the player being reported.
  • Fixed an issue where non-operator players connected to a dedicated server could see the world seed in the Game Settings menu.
  • Fixed an issue where Template:Cd would not work when called with a block filter.
  • Fixed an occasional crash when loading structures.
  • Fixed an issue where game sessions were unable to be joined when the system clock was off by over a year.

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:es:Bedrock Edition 26.40 Minecraft:ja:Bedrock Edition 26.40 Minecraft:ko:Bedrock Edition 26.40 Minecraft:pt:Edição Bedrock 26.40 Minecraft:zh:基岩版26.40