Minecraft:Bedrock Edition Preview 1.21.10.21: Difference between revisions
More actions
imported>Turki Hamdi Fixed server download link |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| 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]]{{MC/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''' | ||
*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''' | ||
* The different coral hang type and dead bit | * 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. | ||
{|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" | {{MC/Blocksprite|coral-fans}} <code>coral_fan_hang</code> | ||
| {{ | | {{MC/Blocksprite|tube-coral-wall-fan}} <code>tube_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|brain-coral-wall-fan}} <code>brain_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-tube-coral-wall-fan}} <code>dead_tube_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-brain-coral-wall-fan}} <code>dead_brain_coral_wall_fan</code> | ||
|- | |- | ||
| rowspan="4" | {{ | | rowspan="4" | {{MC/Blocksprite|coral-fans}} <code>coral_fan_hang2</code> | ||
| {{ | | {{MC/Blocksprite|bubble-coral-wall-fan}} <code>bubble_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|fire-coral-wall-fan}} <code>fire_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-bubble-coral-wall-fan}} <code>dead_bubble_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-fire-coral-wall-fan}} <code>dead_fire_coral_wall_fan</code> | ||
|- | |- | ||
| rowspan="2" | {{ | | rowspan="2" | {{MC/Blocksprite|coral-fans}} <code>coral_fan_hang3</code> | ||
| {{ | | {{MC/Blocksprite|horn-coral-wall-fan}} <code>horn_coral_wall_fan</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-horn-coral-wall-fan}} <code>dead_horn_coral_wall_fan</code> | ||
|} | |} | ||
'''[[Minecraft:Slab]]s''' | '''[[Minecraft:Slab]]s''' | ||
* The different stone slab type | * The different stone slab type 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" | {{MC/Blocksprite|mossy-stone-brick-slab}} <code>stone_block_slab4</code> | ||
| {{ | | {{MC/Blocksprite|mossy-stone-brick-slab}} <code>mossy_stone_brick_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|smooth-quartz-slab}} <code>smooth_quartz_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stone-slab}} <code>normal_stone_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|cut-sandstone-slab}} <code>cut_sandstone_slab</code> | ||
|- | |- | ||
| {{ | | {{MC/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 {{MC/Cd|minecraft:forced_features}} and {{MC/Cd|minecraft:ignore_automatic_features}} are now deprecated. | ||
''' | '''API''' | ||
*{{ | *{{MC/Cd|EntityComponent}} | ||
**Moved class {{ | **Moved class {{MC/Cd|EntityMovementComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{MC/Cd|EntityLavaMovementComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{MC/Cd|EntityMovementGlideComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{MC/Cd|EntityMovementSwayComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.12.0}}. | ||
**Moved class {{ | **Moved class {{MC/Cd|EntityUnderwaterMovementComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.12.0}}. | ||
== Experimental == | == Experimental == | ||
| Line 115: | Line 115: | ||
=== Changes === | === Changes === | ||
==== Technical ==== | ==== Technical ==== | ||
''' | '''API''' | ||
*{{ | *{{MC/Cd|EntityBreathableComponent}} | ||
**Changed function {{ | **Changed function {{MC/Cd|setAirSupply(value: number): void}} to property {{MC/Cd|airSupply: number}} in {{MC/Cd|beta}}. | ||
**Added property {{ | **Added property {{MC/Cd|readonly}} {{MC/Cd|canBreathe: boolean}} to {{MC/Cd|beta}}. | ||
*Added class {{ | *Added class {{MC/Cd|PlayerCursorInventoryComponent}} which adds read-only access to the players cursor inventory and the ability to clear it. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/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 == | ||
{{ | {{MC/Fnlist}} | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
de:Bedrock Edition beta 1.21.10.21 | |||
es:Bedrock Edition Preview 1.21.10.21 | |||
fr:Édition Bedrock Preview 1.21.10.21 | |||
pt:Edição Bedrock Preview 1.21.10.21 | |||
uk:Preview 1.21.10.21 (Bedrock Edition) | |||
zh:基岩版1.21.10.21 | |||
[[Category:Bedrock Edition 1.21.20 betas]] | [[Category:Bedrock Edition 1.21.20 betas]] | ||
Latest revision as of 19:21, 9 April 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.20
- redirect Template:fn, released on May 29, 2024,<ref>Template:Cite</ref> which fixes bugs.
Additions
Gameplay
Game Tips
- 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
Coral Wall Fan and Dead Coral Wall Fan
- The different coral hang type and dead bit 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:Redr |
Template:Redr |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
Template:Redr |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
Template:Redr |
Template:Redr |
- The different stone slab type block states for the
stone_block_slab4ID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:Redr |
Template:Redr |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr are now deprecated.
API
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Experimental
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Changes
Technical
API
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
Template:Redr to property
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added class
- REDIRECT Template:Code
Template:Redr which adds read-only access to the players cursor inventory and the ability to clear it.
Fixes
Script error: No such module "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 group="fn"></references>
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.10.21 es:Bedrock Edition Preview 1.21.10.21 fr:Édition Bedrock Preview 1.21.10.21 pt:Edição Bedrock Preview 1.21.10.21 uk:Preview 1.21.10.21 (Bedrock Edition) zh:基岩版1.21.10.21