Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.21.0.21: Difference between revisions

From SAS Gaming Wiki
imported>Iactuallycantdothat
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
| nextparent = 1.21.1
| nextparent = 1.21.1
}}<onlyinclude>
}}<onlyinclude>
'''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>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/25773976236557|title=Minecraft Beta & Preview - 1.21.0.21|website=Minecraft Feedback|date=April 10, 2024}}</ref><ref>{{Mcnet|minecraft-preview-1-21-0-21|Minecraft Preview 1.21.0.21|April 10, 2024|Jay Wells}}</ref> which adds new [[Minecraft:enchantment]]s for the [[Minecraft:mace]] and 5 new [[Minecraft:painting]]s under [[Minecraft:experimental gameplay]], and fixes bugs.
'''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>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/25773976236557|title=Minecraft Beta & Preview - 1.21.0.21|website=Minecraft Feedback|date=April 10, 2024}}</ref><ref>{{Mcnet|minecraft-preview-1-21-0-21|Minecraft Preview 1.21.0.21|April 10, 2024|Jay Wells}}</ref> which adds new enchantments for the [[Minecraft:mace]] and 5 new [[Minecraft:painting]]s under experimental gameplay, and fixes bugs.


== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Coral Block]] and [[Minecraft:Dead Coral Block]]'''
'''[[Minecraft:Coral Block]] and [[Minecraft:Dead Coral Block]]'''
* The different [[Minecraft:block states]] for the <code>coral_block</code> ID have now been split up into their own IDs.
* The different block states for the <code>coral_block</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="12" | {{BlockSprite|coral-blocks}} <code>coral_block</code>
| rowspan="12" | {{MC/Blocksprite|coral-blocks}} <code>coral_block</code>
| {{BlockSprite|tube-coral-block}} <code>tube_coral_block</code>
| {{MC/Blocksprite|tube-coral-block}} <code>tube_coral_block</code>
|-
|-
| {{BlockSprite|brain-coral-block}} <code>brain_coral_block</code>
| {{MC/Blocksprite|brain-coral-block}} <code>brain_coral_block</code>
|-
|-
| {{BlockSprite|bubble-coral-block}} <code>bubble_coral_block</code>
| {{MC/Blocksprite|bubble-coral-block}} <code>bubble_coral_block</code>
|-
|-
| {{BlockSprite|fire-coral-block}} <code>fire_coral_block</code>
| {{MC/Blocksprite|fire-coral-block}} <code>fire_coral_block</code>
|-
|-
| {{BlockSprite|horn-coral-block}} <code>horn_coral_block</code>
| {{MC/Blocksprite|horn-coral-block}} <code>horn_coral_block</code>
|-
|-
| {{BlockSprite|dead-tube-coral-block}} <code>dead_tube_coral_block</code>
| {{MC/Blocksprite|dead-tube-coral-block}} <code>dead_tube_coral_block</code>
|-
|-
| {{BlockSprite|dead-brain-coral-block}} <code>dead_brain_coral_block</code>
| {{MC/Blocksprite|dead-brain-coral-block}} <code>dead_brain_coral_block</code>
|-
|-
| {{BlockSprite|dead-bubble-coral-block}} <code>dead_bubble_coral_block</code>
| {{MC/Blocksprite|dead-bubble-coral-block}} <code>dead_bubble_coral_block</code>
|-
|-
| {{BlockSprite|dead-fire-coral-block}} <code>dead_fire_coral_block</code>
| {{MC/Blocksprite|dead-fire-coral-block}} <code>dead_fire_coral_block</code>
|-
|-
| {{BlockSprite|dead-horn-coral-block}} <code>dead_horn_coral_block</code>
| {{MC/Blocksprite|dead-horn-coral-block}} <code>dead_horn_coral_block</code>
|}
|}


=== General ===
=== General ===
'''[[Minecraft:Accessibility]] features'''
'''Accessibility features'''
*Added text-to-speech support for member search results in the Realms Stories Member tab. (''Preview'' Only)  
*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)
*The [[Minecraft:Realms Stories]] Opt In screen now enumerates its active buttons with text-to-speech on. (''Preview'' Only)


'''[[Minecraft:Controls]]'''
'''Controls'''
*Added slide-off persistence to new d-pad touch control scheme.
*Added slide-off persistence to new d-pad touch control scheme.
*Changes positioning and scale of default new touch d-pad control scheme.  
*Changes positioning and scale of default new touch d-pad control scheme.  
Line 67: Line 67:


=== Technical ===
=== Technical ===
'''[[Minecraft:API]]'''
'''API'''
*Moved {{cd|typeId}} and {{cd|Block.matches}} from {{cd|beta}} to {{cd|stable}}.
*Moved {{MC/Cd|typeId}} and {{MC/Cd|Block.matches}} from {{MC/Cd|beta}} to {{MC/Cd|stable}}.
*{{cd|@minecraft/server.BlockType}}
*{{MC/Cd|@minecraft/server.BlockType}}
**Moved {{cd|id}} API from {{cd|beta}} to {{cd|stable v1.11.0}}.
**Moved {{MC/Cd|id}} API from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}.
*{{cd|@minecraft/server.BlockTypes}}
*{{MC/Cd|@minecraft/server.BlockTypes}}
**Moved {{cd|BlockTypes}} API from {{cd|beta}} to {{cd|stable v1.11.0}}.
**Moved {{MC/Cd|BlockTypes}} API from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}.
**Moved {{cd|typeAPI}} from {{cd|beta}} to {{cd|stable v1.11.0}}.
**Moved {{MC/Cd|typeAPI}} from {{MC/Cd|beta}} to {{MC/Cd|stable v1.11.0}}.
*{{cd|@minecraft/server.Block}}
*{{MC/Cd|@minecraft/server.Block}}
**Moved {{cd|type}} API from {{cd|beta}} to {{cd|stable v1.11.0}}.
**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 {{cd|minecraft:geometry}} format version <code>1.21.0</code> and up.  
**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 89: Line 89:
=== Additions ===
=== Additions ===
==== Gameplay ====
==== Gameplay ====
'''[[Minecraft:Effect]]s'''
'''Effects'''
*Added [[Minecraft:Raid Omen]].
*Added Raid Omen.
**Instead of triggering a Raid directly, Bad Omen will transform into a Raid Omen variant with a duration of 30 seconds.
**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.
**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 [[Minecraft:Bucket of Milk]] to clear the Raid Omen to prevent the Raid from starting.
**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 [[Minecraft:Bad Omen]], [[Minecraft:Trial Omen]], and [[Minecraft:Raid Omen]].
*Added activation sounds to Bad Omen, Trial Omen, and Raid Omen.


'''[[Minecraft:Enchantments]]'''
'''Enchantments'''
*The [[Minecraft:mace]] now has three brand new enchantments available for use:
*The [[Minecraft:mace]] now has three brand new enchantments available for use:
**[[Minecraft:Wind Burst]] generates a burst of wind when successfully striking enemies, launching the wielder in the air.
**Wind Burst generates a burst of wind when successfully striking enemies, launching the wielder in the air.
**[[Minecraft:Density]] makes the already heavy mace even heavier, adding additional heft to its smash attack.
**Density makes the already heavy mace even heavier, adding additional heft to its smash attack.
**[[Minecraft:Breach]] allows the mace to bypass a portion of an enemy's armor, striking fear into the hearts of even the most protected enemies.
**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 ====
==== Items ====
'''[[Minecraft:Painting]]s'''
'''[[Minecraft:Painting]]s'''
*Added five new paintings by the artist [[Minecraft:Sarah Boeving]]:
*Added five new paintings by the artist Sarah Boeving:
{| class="wikitable sortable"
{| class="wikitable sortable"
! class="unsortable" scope="col"| Picture
! class="unsortable" scope="col"| Picture
Line 135: Line 135:


==== World generation ====
==== World generation ====
'''[[Minecraft:Trial Chambers]]'''
'''Trial Chambers'''
*Trial Chambers are now more consistently buried by terrain when found underground.
*Trial Chambers are now more consistently buried by terrain when found underground.


==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
*API {{cd|get}} will now handle items whose names have changed so that scripts referencing old names will still work as intended.
*API {{MC/Cd|get}} will now handle items whose names have changed so that scripts referencing old names will still work as intended.
*Added {{cd|ItemComponentUseOnEvent}} for {{cd|beta}}.
*Added {{MC/Cd|ItemComponentUseOnEvent}} for {{MC/Cd|beta}}.
*Updated JavaScript engine:
*Updated JavaScript engine:
**{{cd|BigInt}} support.
**{{MC/Cd|BigInt}} support.
**{{cd|hasOwn}}.
**{{MC/Cd|hasOwn}}.
**Array {{cd|findLast}} and {{cd|at}}.
**Array {{MC/Cd|findLast}} and {{MC/Cd|at}}.
**Miscellaneous bug fixes.
**Miscellaneous bug fixes.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.21.0.21 Preview
{{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 ==
{{reflist}}
{{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]]
[[Minecraft:de:Bedrock Edition beta 1.21.0.21]]
de:Bedrock Edition beta 1.21.0.21
[[Minecraft:es:Bedrock Edition Preview 1.21.0.21]]
es:Bedrock Edition Preview 1.21.0.21
[[Minecraft:fr:Édition Bedrock Preview 1.21.0.21]]
fr:Édition Bedrock Preview 1.21.0.21
[[Minecraft:pt:Edição Bedrock Preview 1.21.0.21]]
pt:Edição Bedrock Preview 1.21.0.21
[[Minecraft:ru:Preview 1.21.0.21 (Bedrock Edition)]]
ru:Preview 1.21.0.21 (Bedrock Edition)
[[Minecraft:uk:Preview 1.21.0.21 (Bedrock Edition)]]
uk:Preview 1.21.0.21 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.0.21]]
zh:基岩版1.21.0.21

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_block ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr coral_block

  1. redirect Template:BlockSprite

Template:Redr tube_coral_block

  1. redirect Template:BlockSprite

Template:Redr brain_coral_block

  1. redirect Template:BlockSprite

Template:Redr bubble_coral_block

  1. redirect Template:BlockSprite

Template:Redr fire_coral_block

  1. redirect Template:BlockSprite

Template:Redr horn_coral_block

  1. redirect Template:BlockSprite

Template:Redr dead_tube_coral_block

  1. redirect Template:BlockSprite

Template:Redr dead_brain_coral_block

  1. redirect Template:BlockSprite

Template:Redr dead_bubble_coral_block

  1. redirect Template:BlockSprite

Template:Redr dead_fire_coral_block

  1. redirect Template:BlockSprite

Template:Redr dead_horn_coral_block

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

Technical

API

  • Moved
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Moved
  1. REDIRECT Template:Code

Template:Redr API from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Moved
  1. REDIRECT Template:Code

Template:Redr API from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Moved
  1. REDIRECT Template:Code

Template:Redr API from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

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
  1. 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

Minecraft:Paintings

  • 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

Minecraft:Mace

  • 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
  1. 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
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

  • Updated JavaScript engine:
  1. REDIRECT Template:Code

Template:Redr support.

  1. REDIRECT Template:Code

Template:Redr.

    • Array
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

    • 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>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

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