![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | November 4, 2025 | ||||||
| Server version | 1.21.130.26 | ||||||
| Editor version | 1.1.9 | ||||||
| Build version | 38581878 | ||||||
| Internal version | Windows, Xbox: 1.21.13026.0 Android: 1.21.130.26 | ||||||
| Version code | Android: 952113026 (armeabi-v7a, 35) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.130 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 892 | ||||||
| |||||||
{
"title": "Preview 1.21.130.26",
"images": [
"Bedrock 1.21.130.26 PatchNotes.jpg",
"Bedrock 1.21.130.26.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 4, 2025",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.130.26 article, displayed as 1.21.130.26)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.1.9 article, displayed as 1.1.9)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "38581878",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.13026.0<br>\n'''Android''': 1.21.130.26",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952113026 (armeabi-v7a, 35)<br />\n962113026 (x86, 35)<br />\n972113026 (arm64-v8a, 35)<br />\n982113026 (x86_64, 35)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.130 article, displayed as 1.21.130)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.130.26.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.130.26.zip Linux]",
"label": "Downloads"
},
{
"field": "892",
"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 1.21.124|<span style=\"margin-right:-0.35em\">β</span>β 1.21.124]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.130|1.21.130]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.131| 1.21.131 <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 1.21.130.25|β Preview 1.21.130.25]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.130.26'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.130.27| Preview 1.21.130.27 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.130.26 (ChromeOS, Android) or Preview 1.21.130.26 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta and fifth Preview version for Bedrock Edition 1.21.130, released on November 4, 2025,[1] which adds netherite horse armor, a coral zombie nautilus variant, and fixes bugs.
π Image
Coral Zombie Nautilus
π Image
Netherite Horse Armor
'player_relative_strafe' or 'camera_relative_strafe'.
Performance
/reload all command.spawn_adult
spawn_baby
AI Goals
behavior.nearest_attackable_target to enable a probability of target being chosen by behavior.nearest_attackable_target goal:
target_acquisition_probability: Probability (0.0 to 1.0) that an entity will accept a found target.
behavior.nearest_attackable_target's attack_interval field to support a range of value:
range_min: Minimum time in seconds before the entity searches for a attack target, can now be set to other values than just 0.range_max: Maximum time in seconds before the entity searches for a attack target."hijack_mount_navigation" field to the "minecraft:behavior.use_kinetic_weapon" AI goal.
"minecraft:behavior.mount_pathing" goal, whose default behavior will be ignored.API
BlockComponentBlockBreakEvent from beta to v2.4.0./structure and /place commands and StructureManager API Place function now trigger onBreak beta API event for custom blocks when overidden.minecraft:precipitation_interactions i.e. Block Precipitations Interactions component from experimental to stable."minecraft:collision_box" height to 24 when using a format version of 1.21.130 or higher and the Upcoming Creator Features toggle is enabled."minecraft:collision_box" now supports arrays of boxes when using a format version of 1.21.130 or higher and the Upcoming Creator Features toggle is enabled.Components
is_controlling_passenger_family entity filter to check if the passenger controlling a mount is of the specified family.has_item_with_component entity filter to check if the entity has equipped an item with the designated component name.Entity Components
ambient field to minecraft:mob_effect component.
Network
Ambient boolean field to MobEffectPacket, defines if the effect is considered ambient.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features" experimental toggles.
API
readonly tickingAreaManager: TickingAreaManager to beta.TickingAreaManager to beta.TickingArea to beta.TickingAreaOptions to beta.TickingAreaError to beta.TickingAreaErrorReason to beta.minecraft:placement_position block trait with the state minecraft:vertical_half and minecraft:placement_direction with the state minecraft:corner_and_cardinal_direction now update the corner state immediately instead of a tick later.From released versions before 1.21.130
/clone...filtered does not filter out water from waterlogged blocks, and will waterlog any block in target area.From the 1.21.130 development versions
Other
"ambient_occlusion" field in "minecraft:material_instances" block component.format_version field in entity json in versions before 1.8.0.DebugShape objects were not cleaned up properly after running /reload.DebugText would not be affected by the scale property.