Minecraft:Bedrock Edition Preview 1.21.10.21: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 21: | Line 21: | ||
| nextparent = 1.21.21 | | nextparent = 1.21.21 | ||
}}<onlyinclude> | }}<onlyinclude> | ||
'''Beta 1.21.10.21''' (Android) or '''Preview 1.21.10.21''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.20]]{{ | '''Beta 1.21.10.21''' (Android) or '''Preview 1.21.10.21''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.20]]{{efn|Bedrock Edition 1.21.10 is not a version of the game and its betas are instead part of [[Minecraft:Bedrock Edition 1.21.20|1.21.20]].<ref>https://feedback.minecraft.net/hc/en-us/articles/27935763028237-Minecraft-Beta-Preview-1-21-20-21</ref>}}, released on May 29, 2024,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/27128575309325|title=Minecraft Beta & Preview - 1.21.10.21|website=Minecraft Feedback|date=May 29, 2024}}</ref> which fixes bugs. | ||
== Additions == | == Additions == | ||
=== Gameplay === | === Gameplay === | ||
'''Game Tips''' | '''[[Minecraft:Game Tips]]''' | ||
*Added chat game tip. The tip appears when there are remote players in a world or if cheats are enabled. | *Added chat game tip. The tip appears when there are remote players in a world or if cheats are enabled. | ||
**If the chat game tip can be shown for a player, the open chat instructions posted in the chat are removed. | **If the chat game tip can be shown for a player, the open chat instructions posted in the chat are removed. | ||
| Line 31: | Line 31: | ||
== Changes == | == Changes == | ||
=== Blocks === | === Blocks === | ||
'''Coral Wall Fan and Dead Coral Wall Fan''' | '''[[Minecraft:Coral Wall Fan]] and [[Minecraft:Dead Coral Wall Fan]]''' | ||
* The different coral hang type and dead bit block states for the <code>coral_fan_hang</code>, <code>coral_fan_hang2</code>, and <code>coral_fan_hang3</code> IDs have now been split up into their own IDs. | * The different coral hang type and dead bit [[Minecraft:block states]] for the <code>coral_fan_hang</code>, <code>coral_fan_hang2</code>, and <code>coral_fan_hang3</code> IDs have now been split up into their own IDs. | ||
{|class="mw-collapsible mw-collapsed wikitable" | {|class="mw-collapsible mw-collapsed wikitable" | ||
! [[Minecraft:Bedrock Edition data values|Old ID]] | ! [[Minecraft:Bedrock Edition data values|Old ID]] | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="4" | {{ | | rowspan="4" | {{BlockSprite|coral-fans}} <code>coral_fan_hang</code> | ||
| {{ | | {{BlockSprite|tube-coral-wall-fan}} <code>tube_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|brain-coral-wall-fan}} <code>brain_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|dead-tube-coral-wall-fan}} <code>dead_tube_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|dead-brain-coral-wall-fan}} <code>dead_brain_coral_wall_fan</code> | ||
|- | |- | ||
| rowspan="4" | {{ | | rowspan="4" | {{BlockSprite|coral-fans}} <code>coral_fan_hang2</code> | ||
| {{ | | {{BlockSprite|bubble-coral-wall-fan}} <code>bubble_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|fire-coral-wall-fan}} <code>fire_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|dead-bubble-coral-wall-fan}} <code>dead_bubble_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|dead-fire-coral-wall-fan}} <code>dead_fire_coral_wall_fan</code> | ||
|- | |- | ||
| rowspan="2" | {{ | | rowspan="2" | {{BlockSprite|coral-fans}} <code>coral_fan_hang3</code> | ||
| {{ | | {{BlockSprite|horn-coral-wall-fan}} <code>horn_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|dead-horn-coral-wall-fan}} <code>dead_horn_coral_wall_fan</code> | ||
|} | |} | ||
'''[[Minecraft:Slab]]s''' | '''[[Minecraft:Slab]]s''' | ||
* The different stone slab type block states for the <code>stone_block_slab4</code> ID have now been split up into their own IDs. | * The different stone slab type [[Minecraft:block states]] for the <code>stone_block_slab4</code> ID have now been split up into their own IDs. | ||
{|class="mw-collapsible mw-collapsed wikitable" | {|class="mw-collapsible mw-collapsed wikitable" | ||
! [[Minecraft:Bedrock Edition data values|Old ID]] | ! [[Minecraft:Bedrock Edition data values|Old ID]] | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="5" | {{ | | rowspan="5" | {{BlockSprite|mossy-stone-brick-slab}} <code>stone_block_slab4</code> | ||
| {{ | | {{BlockSprite|mossy-stone-brick-slab}} <code>mossy_stone_brick_slab</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|smooth-quartz-slab}} <code>smooth_quartz_slab</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|stone-slab}} <code>normal_stone_slab</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|cut-sandstone-slab}} <code>cut_sandstone_slab</code> | ||
|- | |- | ||
| {{ | | {{BlockSprite|cut-red-sandstone-slab}} <code>cut_red_sandstone_slab</code> | ||
|} | |} | ||
| Line 101: | Line 101: | ||
=== Technical === | === Technical === | ||
'''[[Minecraft:Biome]]s''' | '''[[Minecraft:Biome]]s''' | ||
*Biome components {{ | *Biome components {{cd|minecraft:forced_features}} and {{cd|minecraft:ignore_automatic_features}} are now deprecated. | ||
'''API''' | '''[[Minecraft:API]]''' | ||
*{{ | *{{cd|EntityComponent}} | ||
**Moved class {{ | **Moved class {{cd|EntityMovementComponent}} from {{cd|beta}} to {{cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{cd|EntityLavaMovementComponent}} from {{cd|beta}} to {{cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{cd|EntityMovementGlideComponent}} from {{cd|beta}} to {{cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{cd|EntityMovementSwayComponent}} from {{cd|beta}} to {{cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{cd|EntityUnderwaterMovementComponent}} from {{cd|beta}} to {{cd|1.12.0}}. | ||
== Experimental == | == Experimental == | ||
| Line 115: | Line 115: | ||
=== Changes === | === Changes === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
*{{ | *{{cd|EntityBreathableComponent}} | ||
**Changed function {{ | **Changed function {{cd|setAirSupply(value: number): void}} to property {{cd|airSupply: number}} in {{cd|beta}}. | ||
**Added property {{ | **Added property {{cd|readonly}} {{cd|canBreathe: boolean}} to {{cd|beta}}. | ||
*Added class {{ | *Added class {{cd|PlayerCursorInventoryComponent}} which adds read-only access to the players cursor inventory and the ability to clear it. | ||
== Fixes == | == Fixes == | ||
{{ | {{fixes|project=MCPE|fixedin=1.21.10.21 Preview | ||
|;old | |;old | ||
|176334|Paper Doll doesn't show up if Customize Controls is enabled | |176334|Paper Doll doesn't show up if Customize Controls is enabled | ||
| Line 142: | Line 142: | ||
== Notes == | == Notes == | ||
{{ | {{fnlist}} | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
de:Bedrock Edition beta 1.21.10.21 | |||
es:Bedrock Edition Preview 1.21.10.21 | [[Minecraft:de:Bedrock Edition beta 1.21.10.21]] | ||
fr:Édition Bedrock Preview 1.21.10.21 | [[Minecraft:es:Bedrock Edition Preview 1.21.10.21]] | ||
pt:Edição Bedrock Preview 1.21.10.21 | [[Minecraft:fr:Édition Bedrock Preview 1.21.10.21]] | ||
uk:Preview 1.21.10.21 (Bedrock Edition) | [[Minecraft:pt:Edição Bedrock Preview 1.21.10.21]] | ||
zh:基岩版1.21.10.21 | [[Minecraft:uk:Preview 1.21.10.21 (Bedrock Edition)]] | ||
[[Minecraft:zh:基岩版1.21.10.21]] | |||
Latest revision as of 11:03, 26 May 2026
Template:Infobox version Beta 1.21.10.21 (Android) or Preview 1.21.10.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.20Template:Efn, released on May 29, 2024,<ref>Template:Cite</ref> which fixes bugs.
Additions
Gameplay
- Added chat game tip. The tip appears when there are remote players in a world or if cheats are enabled.
- If the chat game tip can be shown for a player, the open chat instructions posted in the chat are removed.
Changes
Blocks
Minecraft:Coral Wall Fan and Minecraft:Dead Coral Wall Fan
- The different coral hang type and dead bit Minecraft:block states for the
coral_fan_hang,coral_fan_hang2, andcoral_fan_hang3IDs have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:BlockSprite coral_fan_hang
|
Template:BlockSprite tube_coral_wall_fan
|
Template:BlockSprite brain_coral_wall_fan
| |
Template:BlockSprite dead_tube_coral_wall_fan
| |
Template:BlockSprite dead_brain_coral_wall_fan
| |
Template:BlockSprite coral_fan_hang2
|
Template:BlockSprite bubble_coral_wall_fan
|
Template:BlockSprite fire_coral_wall_fan
| |
Template:BlockSprite dead_bubble_coral_wall_fan
| |
Template:BlockSprite dead_fire_coral_wall_fan
| |
Template:BlockSprite coral_fan_hang3
|
Template:BlockSprite horn_coral_wall_fan
|
Template:BlockSprite dead_horn_coral_wall_fan
|
- The different stone slab type Minecraft:block states for the
stone_block_slab4ID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:BlockSprite stone_block_slab4
|
Template:BlockSprite mossy_stone_brick_slab
|
Template:BlockSprite smooth_quartz_slab
| |
Template:BlockSprite normal_stone_slab
| |
Template:BlockSprite cut_sandstone_slab
| |
Template:BlockSprite cut_red_sandstone_slab
|
Minecraft:Mossy Stone Brick Slab
- It now has a hardness of 1.5.
General
- Updated the Dressing Room category names for "Headwear", "Outerwear", and "Footwear".
- Added animated title to the loading tips dialog.
- A local World can now be uploaded to a Preview Realm World through the Edit World screen, similar to a non-Preview Realm.
- The control customization screen is now automatically exited when input mode is switched to something other than touch controls.
UI
- Refreshed assets for Achievements screen: all achievements unlocked illustration, no achievement unlocked illustration, and the gamer score icon.
- Added a button for exiting the world from the death screen when in Hardcore mode. (Preview only)
Technical
- Biome components Template:Cd and Template:Cd are now deprecated.
- Template:Cd
- Moved class Template:Cd from Template:Cd to Template:Cd.
- Moved class Template:Cd from Template:Cd to Template:Cd.
- Moved class Template:Cd from Template:Cd to Template:Cd.
- Moved class Template:Cd from Template:Cd to Template:Cd.
- Moved class Template:Cd from Template:Cd to Template:Cd.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Changes
Technical
- Template:Cd
- Changed function Template:Cd to property Template:Cd in Template:Cd.
- Added property Template:Cd Template:Cd to Template:Cd.
- Added class Template:Cd which adds read-only access to the players cursor inventory and the ability to clear it.
Fixes
Template:Fixes Others
- Mounted entities are no longer immune to Wind Charge projectile damage.
- Tweaked the way the dismount position is calculated to better align with moving vehicles. This could result in minor differences when dismounting fast vehicles.
- Typing into the search box on the Realms Stories Members tab no longer overrides the filter options.
- Fixed a crash that could occur when viewing Realms Stories on a busy Realm.
- New lines are no longer removed from Realms Stories posts that are displayed in the story feed.
- Fixed item and block corruption when converting worlds from legacy Console Edition.
Notes
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.10.21 Minecraft:es:Bedrock Edition Preview 1.21.10.21 Minecraft:fr:Édition Bedrock Preview 1.21.10.21 Minecraft:pt:Edição Bedrock Preview 1.21.10.21 Minecraft:uk:Preview 1.21.10.21 (Bedrock Edition) Minecraft:zh:基岩版1.21.10.21