![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | November 11, 2025 | ||||||
| Server version | 1.21.130.27 | ||||||
| Editor version | 1.2.0 | ||||||
| Build version | 38798213 | ||||||
| Internal version | Windows, Xbox: 1.21.13027.0 Android: 1.21.130.27 | ||||||
| Version code | Android: 952113027 (armeabi-v7a, 35) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.130 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 897 | ||||||
| |||||||
{
"title": "Preview 1.21.130.27",
"images": [
"Bedrock 1.21.130.27.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 11, 2025",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.130.27 article, displayed as 1.21.130.27)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.2.0 article, displayed as 1.2.0)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "38798213",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.13027.0<br>\n'''Android''': 1.21.130.27",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952113027 (armeabi-v7a, 35)<br />\n962113027 (x86, 35)<br />\n972113027 (arm64-v8a, 35)<br />\n982113027 (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.27.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.130.27.zip Linux]",
"label": "Downloads"
},
{
"field": "897",
"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.26|β Preview 1.21.130.26]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.130.27'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.130.28| Preview 1.21.130.28 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.130.27 (ChromeOS, Android) or Preview 1.21.130.27 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta and sixth Preview version for Bedrock Edition 1.21.130, released on November 11, 2025,[1] which fixes bugs.
π Image
π Image
π Image
π Image
π Image
π Image
π Image
Spear
Technical
minecraft:is_shovel now build paths on all blocks the shovel does and it extinguishes campfires and removes snow like a shovel.API
Potions from beta to v2.4.0.PotionDeliveryType from beta to v2.4.0.PotionEffectType from beta to v2.4.0.ItemPotionComponent from beta to v2.4.0.InvalidPotionDeliveryTypeError from beta to v2.4.0.InvalidPotionEffectTypeError from beta to v2.4.0.clearPropertyOverridesForEntity can now take an entity or entity ID as valid arguments in v1.19.0.Item Components
creative_reach field to minecraft:kinetic_weapon and minecraft:piercing_weapon item components.
start_sound field to the minecraft:use_modifiers item component.
Network
LevelSoundEventPacket:
LevelSoundEvent::SpearUse and LevelSoundEvent::WoodenSpearUse.UI
resolve_ancestor_scope boolean to 'view bindings' as a way to bind to an ancestor that matches the source_control_name.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" experimental toggles.
API
BlockComponentRedstoneUpdateEvent, which can be subscribed by custom block components.onRedstoneUpdate custom component subscription in beta with the following conditions:
minecraft:redstone_consumer component, otherwise CONTENT_ERROR is thrown.
BlockComponentRedstoneUpdateEvent.powerLevel is less than minecraft:redstone_consumer field min_power.minecraft:corner block state is now mirrored when used within a structure.minecraft:redstone_consumer component behind the Upcoming Creator Features experiment.
min_power, which defines the minimum value for incoming signal strength.
onRedstoneUpdate event is sent to Scripts.propogates_power, a boolean to control whether a signal can pass through this block or not.minecraft:material_instances block component:
shaded.minecraft:leashable block component, which allows custom blocks to receive a lead attachment creating a leash knot, including an offset field to change the position of the leash knot. Only available with the Upcoming Creator Features experiment enabled.Graphical
local_lighting.json using "light_type": "static_light".
"point_light" light_type will also receive colored static lighting.minecraft:light_emission and minecraft:light_dampening block components.light_emission) will not cause lighting to get brighter.From released versions before 1.21.130
From the 1.21.130 development versions
Other