VOOZH about

URL: https://minecraft.wiki/w/Preview_26.10.23

⇱ Bedrock Edition Preview 26.10.23 – Minecraft Wiki


Bedrock Edition Preview 26.10.23

From Minecraft Wiki
(Redirected from Preview 26.10.23)
Jump to navigation Jump to search
Preview 26.10.23
Edition Bedrock Edition
Release date February 11, 2026
Server version 1.26.10.23
Editor version 1.2.7
Build version Windows: 41028502
Android:
41028496 (armeabi-v7a)
41028497 (arm64-v8a)
Internal version Windows, Xbox: 1.26.1023.0
Android: 1.26.10.23
Version code Android:

952601023 (armeabi-v7a, 35)
962601023 (x86, 35)
972601023 (arm64-v8a, 35)
982601023 (x86_64, 35)

Type Preview
Preview for 26.10
Downloads Server
Windows
Linux
Protocol version 935
β—„β—„  26.3 26.10 26.11 β–Ίβ–Ί

β—„  Preview 26.10.21

Preview 26.10.23

Preview 26.10.24 β–Ί

{
 "title": "Preview 26.10.23",
 "images": [
 "Bedrock 26.10.23 PatchNotes.jpg",
 "Bedrock 26.10.23.png"
 ],
 "rows": [
 {
 "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "February 11, 2026",
 "label": "Release date"
 },
 {
 "field": "(link to Bedrock Dedicated Server 1.26.10.23 article, displayed as 1.26.10.23)",
 "label": "Server version"
 },
 {
 "field": "(link to Bedrock Editor 1.2.7 article, displayed as 1.2.7)",
 "label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
 },
 {
 "field": "'''Windows''': 41028502<br>'''Android''':<br>41028496 (armeabi-v7a)<br>41028497 (arm64-v8a)",
 "label": "Build version"
 },
 {
 "field": "'''Windows, Xbox''': 1.26.1023.0<br>'''Android''': 1.26.10.23",
 "label": "Internal version"
 },
 {
 "field": "'''Android''':<br />\n952601023 (armeabi-v7a, 35)<br />\n962601023 (x86, 35)<br />\n972601023 (arm64-v8a, 35)<br />\n982601023 (x86_64, 35)",
 "label": "Version code"
 },
 {
 "field": "Preview",
 "label": "(link to Version types article, displayed as Type)"
 },
 {
 "field": "(link to Bedrock Edition 26.10 article, displayed as 26.10)",
 "label": "Preview for"
 },
 {
 "field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.26.10.23.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.26.10.23.zip Linux]",
 "label": "Downloads"
 },
 {
 "field": "935",
 "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 26.3|<span style=\"margin-right:-0.35em\">β—„</span>β—„  26.3]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 26.10|26.10]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 26.11| 26.11 <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 26.10.21|β—„  Preview 26.10.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 26.10.23'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.10.24| Preview 26.10.24 β–Ί]]\n</td>\n</tr>\n</table>"
}


Beta 26.10.23 (ChromeOS, Android) or Preview 26.10.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview for Bedrock Edition 26.10, released on February 11, 2026,[1] which adds new textures and models for baby zombies, their variants, piglins, and villagers. It also adds the trumpet note block sound, adds the "Describe" keybind, and fixes bugs.

Additions

[edit | edit source]

General

[edit | edit source]

Controls

  • Added a key binding for Describe, a feature that displays with text or text to speech which block or mob is in front of the player.

Sounds

[edit | edit source]

Note block

  • Added the trumpet instrument.
    • It can be heard when a note block is placed on top of a block of copper.
      • The sound is different based on the oxidation level of the copper block.

Changes

[edit | edit source]

Items

[edit | edit source]

Golden dandelion

Baby mobs

πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Horse

  • Updated adult horse's blackdot markings to match the new baby horse markings.

General

[edit | edit source]

Game Menu

  • Added a Beta Feedback button in Preview and betas, which opens the feedback site.
    • This replaces the Browse Add-ons! button, which has been moved to the small buttons below.
  • The small buttons now show a tooltip similar to hotbar tooltips on hover.

Play screen

Settings

  • Updated the Controller and Touch settings tabs with Ore UI.

Technical

[edit | edit source]

AI Goals

  • Made the schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 26.10 and newer:
    • minecraft:behavior.celebrate_survive
    • minecraft:behavior.random_search_and_dig
    • minecraft:behavior.swim_with_entity
    • minecraft:behavior.take_flower
    • minecraft:behavior.trade_with_player
    • minecraft:behavior.teleport_to_owner
    • minecraft:behavior.work
    • minecraft:behavior.work_composter
  • The following float range fields now only accepts an object with min and max values.
    • fireworks_interval in minecraft:behavior.celebrate_survive.
    • cooldown_range and digging_duration_range in minecraft:behavior.random_search_and_dig.

API

  • Included the built in math functions in generated metadata for molang.
  • Changed resultItem on EntityDefinitionFeedItem and FeedItem to be of type string undefined.
  • Released resultItem on EntityDefinitionFeedItem and FeedItem from beta to v2.6.0.
  • Released EntityItemDropAfterEvent from beta to v2.6.0.
  • Released EntityItemDropAfterEventSignal from beta to v2.6.0.
  • Released EntityItemDropEventOptions from beta to v2.6.0.
  • Released WorldAfterEvents.entityItemDrop from beta to v2.6.0.

Item components

  • The minecraft:block_placer item component has a new boolean field, aligned_placement.
    • When true, block placement through this item will be aligned while holding the interaction button down.
    • Defaulted to false.

JSON Schema

  • Updated the canopy_decoratorschema to support placing several blocks in a row as a decorator.
  • New schema includes decoration_blocks_sequence as a list of blocks and a count per block to be placed.

Rendering

  • Armor attachables for players now use a new render controller called controller.render.armor.player.

UI

  • Changed screen narration to not read the Marketplace Pass banner.

Experimental

[edit | edit source]

These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" experimental toggles.

Changes

[edit | edit source]

Technical

[edit | edit source]

API

  • Added the Observable class that fires change events when the data it is wrapping changes.
    • CustomForm and MessageBox use these to sync data between the client and the server and you can use observables to get notifications if data changes.
    • Localizable messages can be provided by using the interface UIRawMessage.

Blocks

  • Added block trait minecraft:multi_block behind the "Upcoming Creator Features" experiment.

Graphical

  • Removed the legacy format for specifying light colors in the "Render Dragon for Creators" experiment.
    • point_lights/global.json will no longer be loaded.

Server-UI DDUI

  • Renamed the interface LabelOptions to TextOptions.
  • Class CustomForm:
    • Added the method label(text: Observable<string> string UIRawMessage, options?: TextOptions): CustomForm.
  • Class MessageBox:
    • Removed the method title(text: Observable<string> string UIRawMessage): MessageBox.
    • Added the parameter title to static method create:
      • static create(player: Player, title: Observable<string> string UIRawMessage): MessageBox.

Fixes

[edit | edit source]

16 issues fixed

From released versions before 26.10

  • MCPE-119736 – Villagers sleep on the floor.
  • MCPE-232736 – All Back navigation options stop functioning in the Profile page after viewing another player’s Profile page through the friends list.
  • MCPE-234686 – β€œFast bridging” disabled when replacing a custom block’s item
  • MCPE-234762 – Icons inside the Ore UI screen become invisible when the UI scale is set to small.
  • MCPE-235009 – Villager trading items overlap with arrow and lock icon when using Pocket UI.
  • MCPE-235141 – Marketplace content (add-ons, mash-ups, skin packs, etc.) is unable to be downloaded.

From the 26.10 development versions

  • MCPE-235767 – Baby Sea Turtle mers mapping is incorrect.

Other

  • Fixed warm baby chicken texture not being symmetrical.
  • Fixed incorrect baby brown rabbit texture.
  • Corrected baby turtle texture colors.
  • Fixed incorrect baby British shorthair cat texture.
  • Corrected baby pig texture colors.
  • Fixed a bug where some light source blocks held in hand would appear unlit when near other light source blocks in Vibrant Visuals.
  • Fixed a bug where isValid could return false for a valid SimulatedPlayer after it had been spawned.
  • Fixed an issue with images for the Marketplace Pass and Realms FAQs pages being excessively large.
  • Fixed gamma encoding of the sun, moon, weather, and end sky in Vibrant Visuals.

References

[edit | edit source]
  1. ↑ "Minecraft Beta & Preview - 26.10.23" – Minecraft Feedback, February 11, 2026.

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Bedrock_Edition_Preview_26.10.23?oldid=3652120"

Navigation menu