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.20.80.21: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 21: Line 21:
| nextparent = 1.20.81
| nextparent = 1.20.81
}}<onlyinclude>
}}<onlyinclude>
'''Beta 1.20.80.21''' (Android) or '''Preview 1.20.80.21''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.80]], released on March 6, 2024,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/24711734982925|title=Minecraft Beta & Preview - 1.20.80.21|website=Minecraft Feedback|date=March 6, 2024}}</ref><ref>{{Mcnet|minecraft-preview-1-20-80-21|Minecraft Preview 1.20.80.21|March 6, 2024|Matt Gartzke}}</ref> which adds 8 new types of wolves, changes the server selection menu, and fixes bugs.
'''Beta 1.20.80.21''' (Android) or '''Preview 1.20.80.21''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.80]], released on March 6, 2024,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/24711734982925|title=Minecraft Beta & Preview - 1.20.80.21|website=Minecraft Feedback|date=March 6, 2024}}</ref><ref>{{Mcnet|minecraft-preview-1-20-80-21|Minecraft Preview 1.20.80.21|March 6, 2024|Matt Gartzke}}</ref> which adds 8 new types of [[Minecraft:wolves]], changes the server selection menu, and fixes bugs.


== Changes ==
== Changes ==
Line 27: Line 27:
'''Missing tile'''
'''Missing tile'''
* [[File:Missing Tile (texture) BE3.png|32px]] Updated the missing tile texture to a dirt block with brown question mark.
* [[File:Missing Tile (texture) BE3.png|32px]] Updated the missing tile texture to a dirt block with brown question mark.
** This change affects blocks and items that use the texture, like [[Minecraft:Unknown|unknown]], [[Minecraft:Info update|info_update]], client request placeholder block, and [[Minecraft:Reserved6|reserved6]].
** This change affects blocks and items that use the texture, like [[Minecraft:Unknown|unknown]], [[Minecraft:Info update|info_update]], [[Minecraft:Client_request_placeholder_block|client request placeholder block]], and [[Minecraft:Reserved6|reserved6]].


=== Items ===
=== Items ===
'''[[Minecraft:Lead]]'''
'''[[Minecraft:Lead]]'''
* The Lead item now renders correctly when the "Hide Hand" setting is selected.
* The Lead item now renders correctly when the "Hide Hand" [[Minecraft:setting]] is selected.


=== Mobs ===
=== Mobs ===
Line 46: Line 46:
* An ordinary wolf is now called Pale Wolf.
* An ordinary wolf is now called Pale Wolf.


'''Rabbit'''
'''[[Minecraft:Rabbit]]'''
* Rabbits are now more likely to spawn in Groves than before.
* Rabbits are now more likely to spawn in [[Minecraft:Grove]]s than before.


'''Fox'''
'''[[Minecraft:Fox]]'''
* Foxes are now less likely to spawn in Groves than before.
* Foxes are now less likely to spawn in Groves than before.


Line 58: Line 58:
[[File:New UI - Play Screen Menu "Servers" Tab (Bedrock Preview 1.20.80.21).png|right|thumb|380px|New Server Tab Screen.]]
[[File:New UI - Play Screen Menu "Servers" Tab (Bedrock Preview 1.20.80.21).png|right|thumb|380px|New Server Tab Screen.]]


'''New death screen'''
'''New [[Minecraft:death screen]]'''
* Now uses the old death screen tilt.<ref>{{bug|MCPE-179365}}</ref>
* Now uses the old death screen tilt.<ref>{{bug|MCPE-179365}}</ref>
** This change is ''not'' mentioned in the changelog.
** This change is ''not'' mentioned in the changelog.
Line 68: Line 68:
* Like/comment/option buttons widened to accommodate languages with longer words.
* Like/comment/option buttons widened to accommodate languages with longer words.


'''UI'''
'''[[Minecraft:UI]]'''
* On touch devices, item transfer animation is now rendered above static items.
* On touch devices, item transfer animation is now rendered above static items.


=== Technical ===
=== Technical ===
'''API'''
'''[[Minecraft:API]]'''
* Block Custom Components are temporarily removed
* Block Custom Components are temporarily removed
** They should be returning in an upcoming ''Preview''.
** They should be returning in an upcoming ''[[Minecraft:Preview]]''.
* Dynamic imports (e.g., {{MC/Cd|import("/my-module.js")}}) should be functional again.
* Dynamic imports (e.g., {{cd|import("/my-module.js")}}) should be functional again.
* {{MC/Cd|BlockTypes}} will now return valid types for flattened or refactored block names.
* {{cd|BlockTypes}} will now return valid types for flattened or refactored block names.
* {{MC/Cd|EntityMountTamingComponent}}
* {{cd|EntityMountTamingComponent}}
** Renamed {{MC/Cd|EntityMountTamingComponent}} to {{MC/Cd|EntityTameMountComponent}}.
** Renamed {{cd|EntityMountTamingComponent}} to {{cd|EntityTameMountComponent}}.
** Renamed {{MC/Cd|setTamed}} to {{MC/Cd|tame}}.
** Renamed {{cd|setTamed}} to {{cd|tame}}.
* Released {{MC/Cd|BlockComponentTypes}} from {{MC/Cd|beta}} to 1.10.0
* Released {{cd|BlockComponentTypes}} from {{cd|beta}} to 1.10.0
* Released {{MC/Cd|EntityComponentTypes}} from {{MC/Cd|beta}} to 1.10.0
* Released {{cd|EntityComponentTypes}} from {{cd|beta}} to 1.10.0
* Released {{MC/Cd|ItemComponentTypes}} from {{MC/Cd|beta}} to 1.10.0
* Released {{cd|ItemComponentTypes}} from {{cd|beta}} to 1.10.0


== Experimental ==
== Experimental ==
Line 94: Line 94:


==== Mobs ====
==== Mobs ====
'''Bogged'''
'''[[Minecraft:Bogged]]'''
* The Bogged texture and model have been updated.
* The Bogged texture and model have been updated.
* The Bogged now drops two [[Minecraft:mushroom]]s (either both red/brown or one of each) when sheared.
* The Bogged now drops two [[Minecraft:mushroom]]s (either both red/brown or one of each) when sheared.
Line 100: Line 100:
==== Technical ====
==== Technical ====
'''[[Minecraft:Commands]]'''
'''[[Minecraft:Commands]]'''
* Added item text, status effects, and absorption hearts to the {{MC/Cmd|hud}} command’s list of hud elements (Ex: {{MC/Cmd|/hud @s hide item_text}})
* Added item text, status effects, and absorption hearts to the {{cmd|hud}} command’s list of hud elements (Ex: {{cmd|/hud @s hide item_text}})


'''API'''
'''[[Minecraft:API]]'''
* {{MC/Cd|EntityQueryOptions}}
* {{cd|EntityQueryOptions}}
** Added field {{MC/Cd|propertyOptions?: EntityQueryPropertyOptions[];}}.
** Added field {{cd|propertyOptions?: EntityQueryPropertyOptions[];}}.
* {{MC/Cd|EntityQueryPropertyOptions}}
* {{cd|EntityQueryPropertyOptions}}
** Added field {{MC/Cd|exclude}} - If exclude {{MC/Cd|propertyId}}.
** Added field {{cd|exclude}} - If exclude {{cd|propertyId}}.
** Added field {{MC/Cd|propertyId}} - Property ID.
** Added field {{cd|propertyId}} - Property ID.
** Added field {{MC/Cd|value}} - Target value or comparison.
** Added field {{cd|value}} - Target value or comparison.
* {{MC/Cd|EqualsComparison}}
* {{cd|EqualsComparison}}
** Added {{MC/Cd|equals}}.
** Added {{cd|equals}}.
* {{MC/Cd|GreaterThanComparison}}
* {{cd|GreaterThanComparison}}
** Added {{MC/Cd|greaterThan}}.
** Added {{cd|greaterThan}}.
* {{MC/Cd|GreaterThanOrEqualsComparison}}
* {{cd|GreaterThanOrEqualsComparison}}
** Added {{MC/Cd|greaterThanOrEquals}}.
** Added {{cd|greaterThanOrEquals}}.
* {{MC/Cd|LessThanComparison}}
* {{cd|LessThanComparison}}
** Added {{MC/Cd|lessThan}}.
** Added {{cd|lessThan}}.
* {{MC/Cd|LessThanOrEqualsComparison}}
* {{cd|LessThanOrEqualsComparison}}
** Added {{MC/Cd|lessThanOrEquals}}.
** Added {{cd|lessThanOrEquals}}.
* {{MC/Cd|NotEqualsComparison}}
* {{cd|NotEqualsComparison}}
** Added {{MC/Cd|notEquals}}.
** Added {{cd|notEquals}}.
* {{MC/Cd|RangeComparison}}
* {{cd|RangeComparison}}
** Added {{MC/Cd|lowerBound}} and {{MC/Cd|upperBound}}.
** Added {{cd|lowerBound}} and {{cd|upperBound}}.
** Moved {{MC/Cd|worldInitialize}} from {{MC/Cd|beta}} to 1.10.0
** Moved {{cd|worldInitialize}} from {{cd|beta}} to 1.10.0
* Moved {{MC/Cd|EntityProjectileComponent}} from {{MC/Cd|beta}} to 1.10.0
* Moved {{cd|EntityProjectileComponent}} from {{cd|beta}} to 1.10.0
* Removed old Vector Please use {{MC/Cd|Vector3Utils}} from {{MC/Cd|@minecraft/math}} as a replacement.
* Removed old Vector Please use {{cd|Vector3Utils}} from {{cd|@minecraft/math}} as a replacement.
* {{MC/Cd|ModalFormData}}
* {{cd|ModalFormData}}
** Added {{MC/Cd|submitButton}} method for setting the text of the form’s submit button.
** Added {{cd|submitButton}} method for setting the text of the form’s submit button.
* Structure APIs
* Structure APIs
** Added function {{MC/Cd|setBlockPermutation(location: Vector3, blockPermutation?: BlockPermutation, waterlogged?: boolean): void}} - Sets the block permutation at a given location within the structure.
** Added function {{cd|setBlockPermutation(location: Vector3, blockPermutation?: BlockPermutation, waterlogged?: boolean): void}} - Sets the block permutation at a given location within the structure.
** Added function {{MC/Cd|saveToWorld(): void}} - Persists the structure as part of the broader world storage.
** Added function {{cd|saveToWorld(): void}} - Persists the structure as part of the broader world storage.
** Added function {{MC/Cd|saveAs(identifier: string, saveMode?: StructureSaveMode): Structure}} - Saves a copy of the structure with a new identifier.
** Added function {{cd|saveAs(identifier: string, saveMode?: StructureSaveMode): Structure}} - Saves a copy of the structure with a new identifier.
* {{MC/Cd|EntityHitBlockAfterEvent}}
* {{cd|EntityHitBlockAfterEvent}}
** Added property {{MC/Cd|hitBlockPermutation}} to {{MC/Cd|beta}}.
** Added property {{cd|hitBlockPermutation}} to {{cd|beta}}.


== Fixes ==
== Fixes ==
{{MC/Fixes|project=MCPE|fixedin=1.20.80.21 Preview
{{fixes|project=MCPE|fixedin=1.20.80.21 Preview
|;old
|;old
|19740|Wolves don't jump while chasing mobs.
|19740|Wolves don't jump while chasing mobs.
Line 160: Line 160:


== References ==
== References ==
{{MC/Reflist}}
{{reflist}}


== Navigation ==
== Navigation ==
{{MC/Navbox Bedrock Edition versions|1.2x}}
{{Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.20.80 betas]]
[[Minecraft:de:Bedrock Edition beta 1.20.80.21]]
de:Bedrock Edition beta 1.20.80.21
[[Minecraft:es:Bedrock Edition Preview 1.20.80.21]]
es:Bedrock Edition Preview 1.20.80.21
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.80.21]]
ko:Bedrock Edition 프리뷰 1.20.80.21
[[Minecraft:pt:Edição Bedrock Preview 1.20.80.21]]
pt:Edição Bedrock Preview 1.20.80.21
[[Minecraft:ru:Preview 1.20.80.21 (Bedrock Edition)]]
ru:Preview 1.20.80.21 (Bedrock Edition)
[[Minecraft:uk:Preview 1.20.80.21 (Bedrock Edition)]]
uk:Preview 1.20.80.21 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.80.21]]
zh:基岩版1.20.80.21

Latest revision as of 11:03, 26 May 2026

Template:Infobox version Beta 1.20.80.21 (Android) or Preview 1.20.80.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.20.80, released on March 6, 2024,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds 8 new types of Minecraft:wolves, changes the server selection menu, and fixes bugs.

Changes

Textures

Missing tile

Items

Minecraft:Lead

  • The Lead item now renders correctly when the "Hide Hand" Minecraft:setting is selected.

Mobs

Minecraft:Wolf

Minecraft:Rabbit

Minecraft:Fox

  • Foxes are now less likely to spawn in Groves than before.

General

Minecraft:Featured servers screen

  • Changed the server tab and the add external server screen.
    • Added Server Activities and News to each featured server.
File:New UI - Play Screen Menu "Servers" Tab (Bedrock Preview 1.20.80.21).png
New Server Tab Screen.

New Minecraft:death screen

  • Now uses the old death screen tilt.<ref>Template:Bug</ref>
    • This change is not mentioned in the changelog.

Minecraft:Realms

  • Applied consistent grayed out behavior across all Stories screens for avatars of players opted out of Minecraft:Realms Stories.
  • Players are now redirected to the first Story page upon posting a new Story.
  • Selected screenshot will now be saved with story draft if you back out of the "Add Story" page before posting.
  • Like/comment/option buttons widened to accommodate languages with longer words.

Minecraft:UI

  • On touch devices, item transfer animation is now rendered above static items.

Technical

Minecraft:API

Experimental

These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.

Changes

Items

Minecraft:Wind Charge

  • Wind Charge damage has been reduced to Template:Hp per hit.
  • Dispensed Wind Charges now spawn centered.

Mobs

Minecraft:Bogged

  • The Bogged texture and model have been updated.
  • The Bogged now drops two Minecraft:mushrooms (either both red/brown or one of each) when sheared.

Technical

Minecraft:Commands

  • Added item text, status effects, and absorption hearts to the Template:Cmd command’s list of hud elements (Ex: Template:Cmd)

Minecraft:API

Fixes

Template:Fixes Others

  • Fixed an issue in the Stories opt in flow where a player could be soft locked.
  • Fixed an issue where a user would be unable to see what they were typing if they typed more text than would fit in the textbox.
  • Fixed a bug that prevented recipes without unlock criteria from showing up in the recipe book.
  • Resolves issue where "Signing in…" text might not show on the main menu while sign in is actually in progress.
  • Reduced the strength of saturation in the Deferred Technical Preview.
  • Fixed a crash that could occur when Point Light Shadows were turned on in the Deferred Technical Preview.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition beta 1.20.80.21 Minecraft:es:Bedrock Edition Preview 1.20.80.21 Minecraft:ko:Bedrock Edition 프리뷰 1.20.80.21 Minecraft:pt:Edição Bedrock Preview 1.20.80.21 Minecraft:ru:Preview 1.20.80.21 (Bedrock Edition) Minecraft:uk:Preview 1.20.80.21 (Bedrock Edition) Minecraft:zh:基岩版1.20.80.21