![]() |
VOOZH | about |
| 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) | ||||||
| Type | Preview | ||||||
| Preview for | 26.10 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 935 | ||||||
| |||||||
{
"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.
π Image
π Image
π Image
π Image
π Image
π Image
π Image
Horse
showdaysplayed is enabled.AI Goals
minecraft:behavior.celebrate_surviveminecraft:behavior.random_search_and_digminecraft:behavior.swim_with_entityminecraft:behavior.take_flowerminecraft:behavior.trade_with_playerminecraft:behavior.teleport_to_ownerminecraft:behavior.workminecraft:behavior.work_compostermin and max values.
fireworks_interval in minecraft:behavior.celebrate_survive.cooldown_range and digging_duration_range in minecraft:behavior.random_search_and_dig.resultItem on EntityDefinitionFeedItem and FeedItem to be of type string undefined.resultItem on EntityDefinitionFeedItem and FeedItem from beta to v2.6.0.EntityItemDropAfterEvent from beta to v2.6.0.EntityItemDropAfterEventSignal from beta to v2.6.0.EntityItemDropEventOptions from beta to v2.6.0.WorldAfterEvents.entityItemDrop from beta to v2.6.0.minecraft:block_placer item component has a new boolean field, aligned_placement.
true, block placement through this item will be aligned while holding the interaction button down.false.JSON Schema
canopy_decoratorschema to support placing several blocks in a row as a decorator.decoration_blocks_sequence as a list of blocks and a count per block to be placed.Rendering
controller.render.armor.player.UI
These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" experimental toggles.
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.UIRawMessage.minecraft:multi_block behind the "Upcoming Creator Features" experiment.Graphical
point_lights/global.json will no longer be loaded.Server-UI DDUI
LabelOptions to TextOptions.CustomForm:
label(text: Observable<string> string UIRawMessage, options?: TextOptions): CustomForm.MessageBox:
title(text: Observable<string> string UIRawMessage): MessageBox.title to static method create:
static create(player: Player, title: Observable<string> string UIRawMessage): MessageBox.From released versions before 26.10
From the 26.10 development versions
Other
isValid could return false for a valid SimulatedPlayer after it had been spawned.