minecraft.wiki-mirror/wiki_backup/Bedrock_Edition_Preview_1.20.80.21.txt
2024-12-19 14:26:43 -05:00

175 lines
8.1 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{Infobox version
| edition = bedrock
| type = Preview
| internal = '''Windows''': 1.20.8021.0<br>'''Xbox''': 1.20.8021.70<br>'''Android, iOS, iPadOS''': 1.20.80.21
| image = Bedrock 1.20.80.21 PatchNotes.png
| image2 = Bedrock 1.20.80.21.png
| build = 22548469
| editorver = 0.5.8
| versioncode = '''Android''':<br>
952008021armeabi-v7a34<br>
962008021x8634<br>
972008021arm64-v8a34<br>
982008021x86_6434<br>
| date = March 6, 2024
| server = 1.20.80.21
| serverdl = '''Server'''<br>[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.80.21.zip Windows]<br>[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.80.21.zip Linux]
| parent = 1.20.80
| prevparent = 1.20.70
| prev = Preview 1.20.80.20
| next = Preview 1.20.80.22
| nextparent = 1.20.81
}}<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 [[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.
== Changes ==
=== Textures ===
; Missing tile
* [[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 [[Unknown|unknown]], [[Info update|info_update]], [[Client_request_placeholder_block|client request placeholder block]], and [[Reserved6|reserved6]].
=== Items ===
; [[Lead]]
* The Lead item now renders correctly when the "Hide Hand" [[option]] is selected.
=== Mobs ===
; [[Wolf]]
* Added 8 new wolves variants:
** [[File:Woods Wolf JE1 BE1.png|32px]] Woods Wolf
** [[File:Striped Wolf JE1 BE1.png|32px]] Striped Wolf
** [[File:Spotted Wolf JE1 BE1.png|32px]] Spotted Wolf
** [[File:Snowy Wolf JE1 BE1.png|32px]] Snowy Wolf
** [[File:Rusty Wolf JE1 BE1.png|32px]] Rusty Wolf
** [[File:Chestnut Wolf JE1 BE1.png|32px]] Chestnut Wolf
** [[File:Black Wolf JE1 BE1.png|32px]] Black Wolf
** [[File:Ashen Wolf JE1 BE1.png|32px]] Ashen Wolf
* An ordinary wolf is now called Pale Wolf.
; [[Rabbit]]
* Rabbits are now more likely to spawn in [[Grove]]s than before.
; [[Fox]]
* Foxes are now less likely to spawn in Groves than before.
=== General ===
; [[Featured servers]]
[[File:NewServerTabScreen.png|right|thumb|300px|New Server Tab Screen.]]
* Changed the server tab and the add external server screen.
** Added Server Activities and News to each featured server.
; New [[death screen]]
* Now uses the old death screen tilt.<ref>{{bug|MCPE-179365}}</ref>
** This change is ''not'' mentioned in the changelog.
; [[Realms]]
* Applied consistent grayed out behavior across all Stories screens for avatars of players opted out of [[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.
; [[UI]]
* On touch devices, item transfer animation is now rendered above static items.
=== Technical ===
; [[API]]
* Block Custom Components are temporarily removed
** They should be returning in an upcoming ''[[Preview]]''.
* Dynamic imports (e.g., {{cd|import("/my-module.js")}}) should be functional again.
* {{cd|BlockTypes}} will now return valid types for flattened or refactored block names.
* {{cd|EntityMountTamingComponent}}
** Renamed {{cd|EntityMountTamingComponent}} to {{cd|EntityTameMountComponent}}.
** Renamed {{cd|setTamed}} to {{cd|tame}}.
* Released {{cd|BlockComponentTypes}} from {{cd|beta}} to 1.10.0
* Released {{cd|EntityComponentTypes}} from {{cd|beta}} to 1.10.0
* Released {{cd|ItemComponentTypes}} from {{cd|beta}} to 1.10.0
== Experimental ==
These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
=== Changes ===
==== Items ====
; [[Wind Charge]]
* Wind Charge damage has been reduced to {{hp|1}} per hit.
* Dispensed Wind Charges now spawn centered.
==== Mobs ====
; [[Bogged]]
* The Bogged texture and model have been updated.
* The Bogged now drops two [[mushroom]]s (either both red/brown or one of each) when sheared.
==== Technical ====
; [[Commands]]
* Added item text, status effects, and absorption hearts to the {{cmd|hud}} commands list of hud elements (Ex: {{cmd|/hud @s hide item_text}})
; [[API]]
* {{cd|EntityQueryOptions}}
** Added field {{cd|propertyOptions?: EntityQueryPropertyOptions[];}}.
* {{cd|EntityQueryPropertyOptions}}
** Added field {{cd|exclude}} - If exclude {{cd|propertyId}}.
** Added field {{cd|propertyId}} - Property ID.
** Added field {{cd|value}} - Target value or comparison.
* {{cd|EqualsComparison}}
** Added {{cd|equals}}.
* {{cd|GreaterThanComparison}}
** Added {{cd|greaterThan}}.
* {{cd|GreaterThanOrEqualsComparison}}
** Added {{cd|greaterThanOrEquals}}.
* {{cd|LessThanComparison}}
** Added {{cd|lessThan}}.
* {{cd|LessThanOrEqualsComparison}}
** Added {{cd|lessThanOrEquals}}.
* {{cd|NotEqualsComparison}}
** Added {{cd|notEquals}}.
* {{cd|RangeComparison}}
** Added {{cd|lowerBound}} and {{cd|upperBound}}.
** Moved {{cd|worldInitialize}} from {{cd|beta}} to 1.10.0
* Moved {{cd|EntityProjectileComponent}} from {{cd|beta}} to 1.10.0
* Removed old Vector Please use {{cd|Vector3Utils}} from {{cd|@minecraft/math}} as a replacement.
* {{cd|ModalFormData}}
** Added {{cd|submitButton}} method for setting the text of the forms submit button.
* Structure APIs
** Added function {{cd|setBlockPermutation(location: Vector3, blockPermutation?: BlockPermutation, waterlogged?: boolean): void}} - Sets the block permutation at a given location within the structure.
** Added function {{cd|saveToWorld(): void}} - Persists the structure as part of the broader world storage.
** Added function {{cd|saveAs(identifier: string, saveMode?: StructureSaveMode): Structure}} - Saves a copy of the structure with a new identifier.
* {{cd|EntityHitBlockAfterEvent}}
** Added property {{cd|hitBlockPermutation}} to {{cd|beta}}.
== Fixes ==
{{fixes|project=MCPE|fixedin=1.20.80.21 Preview
|;old
|19740|Wolves don't jump while chasing mobs.
|170317|Smithing templates cannot be applied to custom armors
|176634|Lava and water can no longer be collected immediately
|176919|Trial Chambers Generate Through Bedrock Layer
|178549|Trail ruins do not generate in the same seed and location on some Android devices
|178885|Trial Chamber is not generated on some Android devices
|178886|Wind charge is not centered horizontally when thrown vertically
|178890|Wind charge briefly blocks vision when thrown
|178892|When using Wind Charge to launch yourself upwards, you will also be sent backwards
|178896|Wind charge is spawned too close to the player when thrown
|178897|Wind charges don't deal extra knockback to crouching players
|178903|Wind charges shot by players deal more damage
|otherissuescount=6}}
; 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.</onlyinclude>
== References ==
{{reflist}}
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
[[Category:Bedrock Edition 1.20.80 betas]]
[[Category:Betas released in 2024]]
[[de:Bedrock Edition beta 1.20.80.21]]
[[es:Bedrock Edition Preview 1.20.80.21]]
[[pt:Edição Bedrock Preview 1.20.80.21]]
[[ru:Preview 1.20.80.21 (Bedrock Edition)]]
[[uk:Preview 1.20.80.21 (Bedrock Edition)]]
[[zh:基岩版1.20.80.21]]