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)
Remove broken links to missing pages
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]]
Line 54: Line 54:


=== 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 {{cd|typeId}} and {{cd|Block.matches}} from {{cd|beta}} to {{cd|stable}}.
*{{cd|@minecraft/server.BlockType}}
*{{cd|@minecraft/server.BlockType}}
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 {{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 {{cd|ItemComponentUseOnEvent}} for {{cd|beta}}.
Line 171: Line 171:


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

Revision as of 15:25, 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
Template:BlockSprite coral_block Template:BlockSprite tube_coral_block
Template:BlockSprite brain_coral_block
Template:BlockSprite bubble_coral_block
Template:BlockSprite fire_coral_block
Template:BlockSprite horn_coral_block
Template:BlockSprite dead_tube_coral_block
Template:BlockSprite dead_brain_coral_block
Template:BlockSprite dead_bubble_coral_block
Template:BlockSprite dead_fire_coral_block
Template:BlockSprite 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

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 Template:Cd 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

Fixes

Template: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

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions 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