Minecraft:Bedrock Edition Preview 1.21.80.25
More actions
Template:Infobox version Beta 1.21.80.25 (ChromeOS, Android) or Preview 1.21.80.25 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.21.80, released on April 3, 2025,<ref>Template:Cite</ref><ref>Template:Cite</ref> which adds Minecraft:dried ghasts, Minecraft:ghastlings, Minecraft:happy ghasts, Minecraft:harnesses, Minecraft:Vibrant Visuals, and fixes bugs.
Changes
Blocks
Minecraft:Flowers, Minecraft:Bamboo, Minecraft:Hanging Roots, Minecraft:Mangrove Propagule, Minecraft:Nether Sprouts, Minecraft:Coral Fans, Minecraft:Coral plants, double tall Minecraft:plants, Minecraft:Pointed Dripstone, Minecraft:Tall Grass, and Minecraft:Dry Grass
- They now have the same random offset range and values as Template:JE.
General
- Enabled Filter Profanity toggle on PlayStation platforms.
Technical
- Moved Template:Cd from Template:Cd to Template:Cd.
- Template:Cd
- Moved Template:Cd from Template:Cd to Template:Cd.
- Moved Template:Cd from Template:Cd to Template:Cd.
- Moved the following Template:Cd from Template:Cd to Template:Cd.
- Renamed Template:Cd to Template:Cd and released from Template:Cd to Template:Cd.
- Renamed Template:Cd to Template:Cd.
- Moved Template:Cd and Template:Cd from Template:Cd to Template:Cd.
- Removed remainder of support for unused Template:Cd and Template:Cd JSON components.
Blocks
- New Template:Cd type available for Template:Cd. They are meant to support the same behavior of block turning opaque in the far rendering like Leaves in contrast to other disappearing like bamboo stalk.
- The field Template:Cd in the Template:Cd component no longer requires the "upcoming creator features" toggle.
- The field Template:Cd in the Template:Cd component no longer requires the "upcoming creator features" toggle.
- The field Template:Cd in the Template:Cd component no longer requires the "upcoming creator features" toggle.
Components
- Introduced a Template:Cd parameter to the Template:Cd component.
- Defines a custom y-axis offset for when an item is dropped.
- Requires Template:Cd to be specified.
- The Template:Cd component's Template:Cd trigger triggers on the leash breaking with format version Template:Cd and later.
- The old behavior is still available to opt in to by setting Template:Cd to Template:Cd.
Entity Filters
- Added new entity filter Template:Cd, works like Template:Cd but takes an item tag instead of an item name.
Graphical
- Added support for multiple locators for use with leashes for rendering multiple ropes between two entities.
- Template:Cd:
- Where Template:Cd defines locators when the entity is leashed to a different entity.
- Used if and only if it has a corresponding Template:Cd and the number n is equal on the two entites.
- Template:Cd
- Where Template:Cd defines locators where the entity is leashing a different entity.
- Used if and only if it has a corresponding Template:Cd and the number n is equal on the two entites.
- Template:Cd
- is set to origin if it is not defined in the geo.
- Template:Cd
- is set to origin if it is not defined in the geo.
Items
- Bundles' open icons are now specified via Template:Cd. This addresses the issue where a missing texture would appear for an opened custom Bundle. Bundle icon paths have also now be separated into unique keys in Template:Cd.
- Added Template:Cd which takes a list of entity identities and checks if the actor has any of the listed entities leashed. Available on both the client and the server.
- Usage: Template:Cd
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Custom Components V2", "Drop 2 2025", "Experimental Creator Camera Features" and "Vibrant Visuals" experimental toggles.
Additions
Blocks
width=33x33 Minecraft:Dried Ghast
- Found in Minecraft:Nether fossils in soul sand valleys.
- Can be crafted with 1 bone block and 8 ghast tears.
- When Minecraft:waterlogged, it undergoes 3 states over about 20 minutes until it spawns a Minecraft:ghastling mob.
- Makes sounds and shows particles depending on state.
- If mined during the waterlogging, it will revert to its "dry" state regardless of what state it has reached during waterlogging.
- Will revert states back to its initial "dry" state when it is taken away from being waterlogged, using the same time scale.
Items
Template:Animate Minecraft:Harness
- Crafted out of 3 leather, 2 glass and 1 wool, the harness will have the same color as the wool used when crafting.
- Can be re-dyed.
- Can only be equipped on a happy ghast.
- Allows up to 4 players to mount the happy ghast.
- Can be removed from the happy ghast using Minecraft:shears but only when no players are mounted.
width=32x32 Minecraft:Happy Ghast Spawn Egg
- Used to spawn a Minecraft:happy ghast.
Mobs
width=37x37 Minecraft:Happy Ghast
- A rideable entity, which can be equipped with a Minecraft:harness and ridden by up to four players.
- Can be stood on, similar to a Shulker.
- When not being ridden, will approach players holding snowballs.
- File:Ghastling (pre-release).gif Baby versions are called Minecraft:ghastlings.
- Spawned after a dried ghast gets hydrated in Minecraft:water.
- Can be fed Minecraft:snowballs to speed up their growth.
- Can be summoned using the command: Template:Cmd.
Gameplay
- Added the game rule command Template:Cd to enable or disable the Minecraft:locator bar feature.
- A form of Shaders for Bedrock Edition.
- It is customizable and has two different built-in forms: Favor Performance, and Favor Visuals. Specific feature and visual settings can also be adjusted by expanding "Vibrant Visuals Options".
Technical
API
- Added Template:Cd to custom command script callback.
- Added Template:Cd enum.
- Renamed Template:Cd to Template:Cd.
- Renamed Template:Cd to Template:Cd.
- Template:Cd now take an optional Template:Cd object for Custom Components V2 experiment as a second argument to event callbacks in Template:Cd.
- Template:Cd added to Template:Cd.
- params property added to Template:Cd to Template:Cd.
- Template:Cd now take an optional Template:Cd object for Custom Components V2 experiment as a second argument to event callbacks in Template:Cd.
- Template:Cd has been changed to read-only in version Template:Cd.
- Added Template:Cd
- Added Template:Cd, Template:Cd, and Template:Cd to allow creators to delay players joining the world.
- Template:Cd is different than other events because the callback it accepts returns a promise. Once the promise is resolved, the player will join the world, or if the promise is rejected the player will be disconnected without joining the server. The player will be at the loading screen while the promise is pending.
Blocks
- When Custom Components V2 experiment is enabled, Template:Cd component is deprecated in Template:Cd and higher format versions.
- When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in Template:Cd and higher format versions. Example:
<syntaxhighlight lang="c++"> "components": {
"example_namespace:example_component": {
"someParam": 3,
"anotherParam": "test"
}
}</syntaxhighlight>
Cameras
- Changed approach for the easing between moving targets under the Experimental Creator Camera Features toggle.
Experiments
- Added Drop 2 2025 experiment.
- Added Custom Components V2 experiment.
- Added Vibrant Visuals experiment.
Graphical
- Added a new lighting model for clouds in the Deferred Technical Preview. The lighting parameters can not be configured at this time.
- Increased the range of cloud rendering in the Deferred Technical Preview.
- Added pixelated reflections to the Deferred Technical Preview. This new effect will cause reflections to align to the texel grid of textures in the world.
- Added pixelated shadows to the Deferred Technical Preview. This new effect can be controlled with the new shadows JSON schema, Template:Cd. This file adds new settings that control the style of shadows in the game. Available parameters are Template:Cd, which can be Template:Cd or Template:Cd, and Template:Cd. Template:Cd are the default style, while Template:Cd results in shadows that are pixelated in appearance. When Template:Cd are enabled, Template:Cd controls the size of the pixelation effect. Template:Cd should be equivalent to the block texture size in order to achieve a one to one mapping between the pixels in a texture and the pixelated effect created by enabling Template:Cd, but this is not required. An example version of what Template:Cd could look like is as follows:
<syntaxhighlight lang="c++"> {
"format_version": "1.21.80",
"minecraft:shadow_settings": {
"shadow_style": "blocky_shadows",
"texel_size": 16
}
}</syntaxhighlight>
Items
- When Custom Components V2 experiment is enabled, minecraft:custom_components component is deprecated in Template:Cd and higher format versions.
- When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in Template:Cd and higher format versions. Example:
<syntaxhighlight lang="c++"> "components": {
"example_namespace:example_component": {
"someParam": 3,
"anotherParam": "test"
}
}</syntaxhighlight>
Changes
Mobs
- Updated the ghast texture to be higher resolution. This makes it in line with the new happy ghast.
Fixes
Template:Fixes Other
- Fixed a bug that a player can sprint in water faster than swimming.
- Fixed a bug where incorrect Json errors would appear for valid item texture references.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.80.25 Minecraft:ja:Bedrock Edition Preview 1.21.80.25 Minecraft:lzh:基石版一點二一點八〇點二五 Minecraft:pt:Edição Bedrock Preview 1.21.80.25 Minecraft:ru:Preview 1.21.80.25 (Bedrock Edition) Minecraft:uk:Preview 1.21.80.25 (Bedrock Edition) Minecraft:zh:基岩版1.21.80.25