Minecraft:Bedrock Edition Preview 1.20.80.21: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
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 | * 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., {{ | * 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 {{ | ** Renamed {{cd|EntityMountTamingComponent}} to {{cd|EntityTameMountComponent}}. | ||
** Renamed {{ | ** Renamed {{cd|setTamed}} to {{cd|tame}}. | ||
* Released {{ | * Released {{cd|BlockComponentTypes}} from {{cd|beta}} to 1.10.0 | ||
* Released {{ | * Released {{cd|EntityComponentTypes}} from {{cd|beta}} to 1.10.0 | ||
* Released {{ | * 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 {{ | * 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]]''' | ||
* {{ | * {{cd|EntityQueryOptions}} | ||
** Added field {{ | ** Added field {{cd|propertyOptions?: EntityQueryPropertyOptions[];}}. | ||
* {{ | * {{cd|EntityQueryPropertyOptions}} | ||
** Added field {{ | ** Added field {{cd|exclude}} - If exclude {{cd|propertyId}}. | ||
** Added field {{ | ** Added field {{cd|propertyId}} - Property ID. | ||
** Added field {{ | ** Added field {{cd|value}} - Target value or comparison. | ||
* {{ | * {{cd|EqualsComparison}} | ||
** Added {{ | ** Added {{cd|equals}}. | ||
* {{ | * {{cd|GreaterThanComparison}} | ||
** Added {{ | ** Added {{cd|greaterThan}}. | ||
* {{ | * {{cd|GreaterThanOrEqualsComparison}} | ||
** Added {{ | ** Added {{cd|greaterThanOrEquals}}. | ||
* {{ | * {{cd|LessThanComparison}} | ||
** Added {{ | ** Added {{cd|lessThan}}. | ||
* {{ | * {{cd|LessThanOrEqualsComparison}} | ||
** Added {{ | ** Added {{cd|lessThanOrEquals}}. | ||
* {{ | * {{cd|NotEqualsComparison}} | ||
** Added {{ | ** Added {{cd|notEquals}}. | ||
* {{ | * {{cd|RangeComparison}} | ||
** Added {{ | ** Added {{cd|lowerBound}} and {{cd|upperBound}}. | ||
** Moved {{ | ** Moved {{cd|worldInitialize}} from {{cd|beta}} to 1.10.0 | ||
* Moved {{ | * Moved {{cd|EntityProjectileComponent}} from {{cd|beta}} to 1.10.0 | ||
* Removed old Vector Please use {{ | * Removed old Vector Please use {{cd|Vector3Utils}} from {{cd|@minecraft/math}} as a replacement. | ||
* {{ | * {{cd|ModalFormData}} | ||
** Added {{ | ** Added {{cd|submitButton}} method for setting the text of the form’s submit button. | ||
* Structure APIs | * Structure APIs | ||
** Added function {{ | ** Added function {{cd|setBlockPermutation(location: Vector3, blockPermutation?: BlockPermutation, waterlogged?: boolean): void}} - Sets the block permutation at a given location within the structure. | ||
** Added function {{ | ** Added function {{cd|saveToWorld(): void}} - Persists the structure as part of the broader world storage. | ||
** Added function {{ | ** Added function {{cd|saveAs(identifier: string, saveMode?: StructureSaveMode): Structure}} - Saves a copy of the structure with a new identifier. | ||
* {{ | * {{cd|EntityHitBlockAfterEvent}} | ||
** Added property {{ | ** Added property {{cd|hitBlockPermutation}} to {{cd|beta}}. | ||
== Fixes == | == Fixes == | ||
{{ | {{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 == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[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
- File:Missing Tile (texture) BE3.png 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, info_update, client request placeholder block, and reserved6.
Items
- The Lead item now renders correctly when the "Hide Hand" Minecraft:setting is selected.
Mobs
- Added 8 new wolves variants:
- File:Woods Wolf JE1 BE1.png Woods Wolf
- File:Striped Wolf JE1 BE1.png Striped Wolf
- File:Spotted Wolf JE1 BE1.png Spotted Wolf
- File:Snowy Wolf JE1 BE1.png Snowy Wolf
- File:Rusty Wolf JE1 BE1.png Rusty Wolf
- File:Chestnut Wolf JE1 BE1.png Chestnut Wolf
- File:Black Wolf JE1 BE1.png Black Wolf
- File:Ashen Wolf JE1 BE1.png Ashen Wolf
- An ordinary wolf is now called Pale Wolf.
- Rabbits are now more likely to spawn in Minecraft:Groves than before.
- 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.
- Now uses the old death screen tilt.<ref>Template:Bug</ref>
- This change is not mentioned in the changelog.
- 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.
- On touch devices, item transfer animation is now rendered above static items.
Technical
- Block Custom Components are temporarily removed
- They should be returning in an upcoming Minecraft:Preview.
- Dynamic imports (e.g., Template:Cd) should be functional again.
- Template:Cd will now return valid types for flattened or refactored block names.
- Template:Cd
- Renamed Template:Cd to Template:Cd.
- Renamed Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to 1.10.0
- Released Template:Cd from Template:Cd to 1.10.0
- Released Template:Cd from Template:Cd 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 damage has been reduced to Template:Hp per hit.
- Dispensed Wind Charges now spawn centered.
Mobs
- 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
- Added item text, status effects, and absorption hearts to the Template:Cmd command’s list of hud elements (Ex: Template:Cmd)
- Template:Cd
- Added field Template:Cd.
- Template:Cd
- Added field Template:Cd - If exclude Template:Cd.
- Added field Template:Cd - Property ID.
- Added field Template:Cd - Target value or comparison.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd.
- Template:Cd
- Added Template:Cd and Template:Cd.
- Moved Template:Cd from Template:Cd to 1.10.0
- Moved Template:Cd from Template:Cd to 1.10.0
- Removed old Vector Please use Template:Cd from Template:Cd as a replacement.
- Template:Cd
- Added Template:Cd method for setting the text of the form’s submit button.
- Structure APIs
- Added function Template:Cd - Sets the block permutation at a given location within the structure.
- Added function Template:Cd - Persists the structure as part of the broader world storage.
- Added function Template:Cd - Saves a copy of the structure with a new identifier.
- Template:Cd
- Added property Template:Cd to Template:Cd.
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: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