Minecraft:Bedrock Edition Preview 1.21.0.21: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 31: | Line 31: | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="12" | {{ | | rowspan="12" | {{MC/Blocksprite|coral-blocks}} <code>coral_block</code> | ||
| {{ | | {{MC/Blocksprite|tube-coral-block}} <code>tube_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|brain-coral-block}} <code>brain_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|bubble-coral-block}} <code>bubble_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|fire-coral-block}} <code>fire_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|horn-coral-block}} <code>horn_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-tube-coral-block}} <code>dead_tube_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-brain-coral-block}} <code>dead_brain_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-bubble-coral-block}} <code>dead_bubble_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-fire-coral-block}} <code>dead_fire_coral_block</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dead-horn-coral-block}} <code>dead_horn_coral_block</code> | ||
|} | |} | ||
| Line 68: | Line 68: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
*Moved {{ | *Moved {{MC/Cd|typeId}} and {{MC/Cd|Block.matches}} from {{MC/Cd|beta}} to {{MC/Cd|stable}}. | ||
*{{ | *{{MC/Cd|@minecraft/server.BlockType}} | ||
**Moved {{ | **Moved {{MC/Cd|id}} API from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}. | ||
*{{ | *{{MC/Cd|@minecraft/server.BlockTypes}} | ||
**Moved {{ | **Moved {{MC/Cd|BlockTypes}} API from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|typeAPI}} from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}. | ||
*{{ | *{{MC/Cd|@minecraft/server.Block}} | ||
**Moved {{ | **Moved {{MC/Cd|type}} API from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}. | ||
'''Blocks''' | '''Blocks''' | ||
*Updated block geometry to allow UV rotations. | *Updated block geometry to allow UV rotations. | ||
**This allows to rotate the specified UV rect in 90 degree increments before applying it to a block face. | **This allows to rotate the specified UV rect in 90 degree increments before applying it to a block face. | ||
**Supported from {{ | **Supported from {{MC/Cd|minecraft:geometry}} format version <code>1.21.0</code> and up. | ||
*Added pivot for scale in the Block Transformation Component. | *Added pivot for scale in the Block Transformation Component. | ||
*Added pivot for rotation in the Block Transformation Component. | *Added pivot for rotation in the Block Transformation Component. | ||
| Line 140: | Line 140: | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
*API {{ | *API {{MC/Cd|get}} will now handle items whose names have changed so that scripts referencing old names will still work as intended. | ||
*Added {{ | *Added {{MC/Cd|ItemComponentUseOnEvent}} for {{MC/Cd|beta}}. | ||
*Updated JavaScript engine: | *Updated JavaScript engine: | ||
**{{ | **{{MC/Cd|BigInt}} support. | ||
**{{ | **{{MC/Cd|hasOwn}}. | ||
**Array {{ | **Array {{MC/Cd|findLast}} and {{MC/Cd|at}}. | ||
**Miscellaneous bug fixes. | **Miscellaneous bug fixes. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/Fixes|project=MCPE|fixedin=1.21.0.21 Preview | ||
|;old | |;old | ||
|174648|Unable to navigate to previously sent messages using keyboard arrow keys [on Xbox] | |174648|Unable to navigate to previously sent messages using keyboard arrow keys [on Xbox] | ||
| Line 165: | Line 165: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.0 betas]] | [[Category:Bedrock Edition 1.21.0 betas]] | ||
Latest revision as of 19:20, 9 April 2026
Template:Infobox version Beta 1.21.0.21 (Android) or Preview 1.21.0.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.0, released on April 10, 2024,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds new enchantments for the Minecraft:mace and 5 new Minecraft:paintings under experimental gameplay, and fixes bugs.
Changes
Blocks
Minecraft:Coral Block and Minecraft:Dead Coral Block
- The different block states for the
coral_blockID 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 |
General
Accessibility features
- Added text-to-speech support for member search results in the Realms Stories Member tab. (Preview Only)
- The Minecraft:Realms Stories Opt In screen now enumerates its active buttons with text-to-speech on. (Preview Only)
Controls
- Added slide-off persistence to new d-pad touch control scheme.
- Changes positioning and scale of default new touch d-pad control scheme.
- Also allows for moving the dpad closer to the hotbar when customizing touch controls.
Education edition toggle
- Chemistry items now appear in the Minecraft:Creative inventory when the Education edition toggle is on.
Technical
API
- Moved
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr API from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr API from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr API from
- REDIRECT Template:Code
- REDIRECT Template:Code
Blocks
- Updated block geometry to allow UV rotations.
- This allows to rotate the specified UV rect in 90 degree increments before applying it to a block face.
- Supported from
- REDIRECT Template:Code
Template:Redr format version 1.21.0 and up.
- Added pivot for scale in the Block Transformation Component.
- Added pivot for rotation in the Block Transformation Component.
Experimental
These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
Additions
Gameplay
Effects
- Added Raid Omen.
- Instead of triggering a Raid directly, Bad Omen will transform into a Raid Omen variant with a duration of 30 seconds.
- Once the Raid Omen expires, a Raid will start at the location the player gained the Raid Omen.
- Like any other effect, players can drink a Bucket of Milk to clear the Raid Omen to prevent the Raid from starting.
- Added activation sounds to Bad Omen, Trial Omen, and Raid Omen.
Enchantments
- The Minecraft:mace now has three brand new enchantments available for use:
- Wind Burst generates a burst of wind when successfully striking enemies, launching the wielder in the air.
- Density makes the already heavy mace even heavier, adding additional heft to its smash attack.
- Breach allows the mace to bypass a portion of an enemy's armor, striking fear into the hearts of even the most protected enemies.
Items
- Added five new paintings by the artist Sarah Boeving:
| Picture | Name | Size |
|---|---|---|
| File:Meditative (texture) JE1 BE1.png | Meditative | 1x1 |
| File:Prairie Ride (texture) JE1 BE1.png | Prairie Ride | 1x2 |
| File:Baroque (texture) JE1 BE1.png | Baroque | 2x2 |
| File:Humble (texture) JE1 BE1.png | Humble | 2x2 |
| File:Unpacked (texture) JE1 BE1.png | Unpacked | 4x4 |
Changes
Blocks
Minecraft:Ominous Trial Spawner
- Ominous Trial Spawners now show a preview of the item that is about to be dropped.
Items
- Added a new explosive particle effect when executing a smash attack with the mace to really show the player's power when using it.
World generation
Trial Chambers
- Trial Chambers are now more consistently buried by terrain when found underground.
Technical
API
- API
- REDIRECT Template:Code
Template:Redr will now handle items whose names have changed so that scripts referencing old names will still work as intended.
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Updated JavaScript engine:
- REDIRECT Template:Code
Template:Redr support.
- REDIRECT Template:Code
- Array
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- Miscellaneous bug fixes.
Fixes
Script error: No such module "fixes". Others
- Fixed a crash that could occur when the player begins losing air.
- Fixed several instances of periods being narrated as "dot" on the Realms Stories "Opt In" screen. (Preview only)
- Fixed some places in documentation generation where elements were accidentally overwritten. This caused a minor amount of documentation to appear or move in the Animations, Blocks, Entities, and Particles files.
- Fixed heightmap textures not rendering correctly in the Deferred Technical Preview.
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.0.21 es:Bedrock Edition Preview 1.21.0.21 fr:Édition Bedrock Preview 1.21.0.21 pt:Edição Bedrock Preview 1.21.0.21 ru:Preview 1.21.0.21 (Bedrock Edition) uk:Preview 1.21.0.21 (Bedrock Edition) zh:基岩版1.21.0.21