Minecraft:Bedrock Edition Preview 1.21.80.20
More actions
Template:Infobox version Beta 1.21.80.20 (ChromeOS, Android) or Preview 1.21.80.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Minecraft:Bedrock Edition 1.21.80, released on March 11, 2025,<ref>Template:Cite</ref> which adds the new Player Locator Bar and fixes bugs.
Changes
General
UI
- Added model to handle Not Enough Disc Space error in Edit World screen, Resource Packs tab.
- Stopped main menu background rotation when entering new player flow
- Stopped main menu background rotation and logo text movement when the "screen animations" option is disabled.
Technical
- Moved Vanilla biome JSON files from an internal folder to the appropriate Vanilla behavior packs.
Components
- The
- REDIRECT Template:Code
Template:Redr component now has three new additional fields:
- REDIRECT Template:Code
Template:Redr defines where riders are placed when dismounting the entity:
- REDIRECT Template:Code
Template:Redr, riders are placed on a valid ground position around the entity, or at the center of the entity's collision box if none is found.
- REDIRECT Template:Code
Template:Redr, riders are placed at the center of the top of the entity's collision box.
- REDIRECT Template:Code
Template:Redr, defines the event to execute on the owner entity when an entity starts riding it.
- REDIRECT Template:Code
Template:Redr, defines the event to execute on the owner entity when an entity stops riding it.
General
- Updated the client side biome component
- REDIRECT Template:Code
Template:Redr field
- REDIRECT Template:Code
Template:Redr to be optional. Added a content error that fires if the component is empty.
Goals
- REDIRECT Template:Code
Template:Redr has been updated with new fields:
- REDIRECT Template:Code
Template:Redr: enables the usage of a new algorithm to find random positions to navigate to. The new algorithm aims to find random positions in the vicinity of solid (i.e. non-air and non-liquid) blocks, and if that fails will fall back to finding a random position in the vicinity of the current dimension's surface level.
- REDIRECT Template:Code
Template:Redr: makes sure there are no blocks present in an inflated area around the target position.
- REDIRECT Template:Code
Template:Redr: allow the mob to have target positions inside liquids.
- REDIRECT Template:Code
Template:Redr: the distance in the horizontal directions to look for nearby surfaces. Only valid when
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr: the distance in the vertical directions to look for nearby surfaces. Only valid when
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr has been updated with the following new fields:
- REDIRECT Template:Code
Template:Redr: If
- REDIRECT Template:Code
Template:Redr, the mob will respect the
- REDIRECT Template:Code
Template:Redr component's
- REDIRECT Template:Code
Template:Redr field when choosing a target to follow. If
- REDIRECT Template:Code
Template:Redr, it will choose target position without considering home restrictions.
- REDIRECT Template:Code
Template:Redr: The type of actor to prefer following. If left unspecified, a random actor among those in range will be chosen.
- REDIRECT Template:Code
Template:Redr: If non-empty, provides criteria for filtering which nearby Mobs can be followed. If empty default criteria will be used, which will exclude players, squid variants, Fish variants, tadpoles, dolphins, and mobs of the same type as the owner of the goal.
- REDIRECT Template:Code
Template:Redr no longer requires the Upcoming Creator Features experiment.
Network Protocol
- Added
- REDIRECT Template:Code
Experimental
These additions and changes are accessible by enabling the "Beta APIs" and "Locator Bar" experimental toggles.
Additions
Gameplay
Player Locator Bar
- The Player Locator Bar is a new UI element on the player HUD that displays the direction of other players in the world.
- When the player locator bar experiment is enabled and there are multiple players in a world, the player locator bar will appear on-screen for each player, replacing the experience bar. The player level number will still be visible as before above the player locator bar.
- The Player Locator Bar will display colored indicators when the camera is facing within 120 degrees towards another player. If another player is 30 degrees above or below the camera's viewport (the screen) an up or down arrow will be displayed.
- Crouching will hide the player, preventing their indicator from appearing on the player locator bar of other players.
- Players in spectator mode are not visible on the player locator bar.
- A mob head or a carved pumpkin will similarly hide players from the player locator bar when worn in the head slot.
- Using a potion of invisibility will also hide players from the player locator bar.
Changes
Technical
API
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr has been changed to read-only.
- REDIRECT Template:Code
Template:Redr method on
- REDIRECT Template:Code
Template:Redr has been renamed to
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr methods
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr will return
- REDIRECT Template:Code
Template:Redr for custom components registered with
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr method
- REDIRECT Template:Code
Template:Redr will return
- REDIRECT Template:Code
Template:Redr for custom components registered with
- REDIRECT Template:Code
- REDIRECT Template:Code
- Class
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
- Removed parameter
- REDIRECT Template:Code
- Added parameter
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
- Removed parameter
- REDIRECT Template:Code
- Removed parameter
- REDIRECT Template:Code
- Added parameter
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
- Removed parameter
- REDIRECT Template:Code
- Added parameter
- REDIRECT Template:Code
- Changed function
- REDIRECT Template:Code
- Removed parameter
- REDIRECT Template:Code
- Added parameter
- REDIRECT Template:Code
- Added interface
- REDIRECT Template:Code
Template:Redr: <syntaxhighlight lang="c++">export interface ModalFormDataDropdownOptions {
defaultValueIndex?: number; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
- Added interface
- REDIRECT Template:Code
Template:Redr: <syntaxhighlight lang="c++">export interface ModalFormDataSliderOptions {
defaultValue?: number; tooltip?: minecraftserver.RawMessage | string; valueStep?: number;
}</syntaxhighlight>
- Added interface
- REDIRECT Template:Code
Template:Redr: <syntaxhighlight lang="c++">export interface ModalFormDataTextFieldOptions {
defaultValue?: string; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
- Added interface
- REDIRECT Template:Code
Template:Redr: <syntaxhighlight lang="c++">export interface ModalFormDataToggleOptions {
defaultValue?: boolean; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
Graphical
- Added caustics to bodies of water in the Deferred Technical Preview. This new feature is enabled by default, and can be further controlled by resource packs.
- Modified exposure to preserve details in scenes with high contrast in lighting (i.e., local exposure).
- Improved the lighting handoff between the sun and moon at sunrise and sunset in the Deferred Technical Preview.
- Made some slight adjustments to volumetric fog density, the sky probe strength and the emissive brightness of the sun and moon sprites in the Deferred Technical Preview.
- Introduced new 'Off' option to the Point Light Quality slider to fully disable analytical point light evaluation in the Deferred Technical Preview.
Technical Experimental
- Removed unused experimental json field
- REDIRECT Template:Code
Template:Redr in the behavior pack biome file.
Fixes
Script error: No such module "fixes". Other
- Fixed a bug that occasionally caused an error when creating a Realm on an empty slot.
- Fixed a crash that could sometimes occur when certain foliage textures fail to load.
- Fixed "Download all missing packs" button not working under specific conditions.
- Fixed an issue with
- REDIRECT Template:Code
Template:Redr in outdated scripts that prevented some states from being set correctly on a number of blocks. Affected blocks include any which have had their directional or placement states recently changed. Scripts created after these blocks were changed may need to be updated to avoid unintended behavior.
- Fixed rotation of Jigsaw sections when Data-Driven Jigsaw Structures is enabled.
- Fixed a bug where the last byte was sometimes lost when reading encrypted files on Xbox, which caused some files to become invalid and fail to load.
- Fixed mirroring of door blocks when part of a structure that is being placed.
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.80.20 es:Bedrock Edition Preview 1.21.80.20 ja:Bedrock Edition Preview 1.21.80.20 pt:Edição Bedrock Preview 1.21.80.20 ru:Preview 1.21.80.20 (Bedrock Edition) uk:Preview 1.21.80.20 (Bedrock Edition) zh:基岩版1.21.80.20