Minecraft:Bedrock Edition 1.21.80: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{Dangerous version|type=data-loss|edition=bedrock|version=release|Exiting a world on Xbox can result in it disappearing from the world list.<ref>{{Bug|MCPE-218647||Xbox: World deleted/disappeared|Fixed}}</ref>}} | {{Dangerous version|type=data-loss|edition=bedrock|version=release|Exiting a world on Xbox can result in it disappearing from the [[Minecraft:Select World|world list]].<ref>{{Bug|MCPE-218647||Xbox: World deleted/disappeared|Fixed}}</ref>}} | ||
{{Infobox version | {{Infobox version | ||
| title = v1.21.80 | | title = v1.21.80 | ||
| Line 26: | Line 26: | ||
| nextparent = 1.21.90 | | nextparent = 1.21.90 | ||
}} | }} | ||
'''1.21.80''' is a minor update for ''[[Minecraft:Bedrock Edition]]'' released on May 6, 2025, which adds flat world presets and a few experimental features for Chase the Skies.<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/36236281562637-Minecraft-1-21-80-Bedrock|title=Minecraft - 1.21.80 (Bedrock)|website=Minecraft Feedback|date=May 6, 2025}}</ref><ref>{{cite|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/update1.21.80?view=minecraft-bedrock-stable|title=Minecraft Bedrock 1.21.80 Update Notes for Creators|website=Microsoft Learn|date=May 6, 2025}}</ref> | '''1.21.80''' is a minor update for ''[[Minecraft:Bedrock Edition]]'' released on May 6, 2025, which adds flat world presets and a few experimental features for [[Minecraft:Chase the Skies]].<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/36236281562637-Minecraft-1-21-80-Bedrock|title=Minecraft - 1.21.80 (Bedrock)|website=Minecraft Feedback|date=May 6, 2025}}</ref><ref>{{cite|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/update1.21.80?view=minecraft-bedrock-stable|title=Minecraft Bedrock 1.21.80 Update Notes for Creators|website=Microsoft Learn|date=May 6, 2025}}</ref> | ||
== Additions == | == Additions == | ||
=== General === | === General === | ||
'''Flat world presets''' | '''[[Minecraft:Flat]] world presets''' | ||
[[File:New UI - Create New World Screen Menu "Advanced" Tab Settings - Flat World Toggle ON Button (Bedrock Preview 1.21.80.22).png|380px|thumb|New [[Create New World#Advanced|Create New World]] in "Advanced" tab - Flat World toggle on screen]] | [[File:New UI - Create New World Screen Menu "Advanced" Tab Settings - Flat World Toggle ON Button (Bedrock Preview 1.21.80.22).png|380px|thumb|New [[Create New World#Advanced|Create New World]] in "Advanced" tab - Flat World toggle on screen]] | ||
*It is now possible to select a flat world preset in the Advanced tab of the create new world screen when flat world mode has been enabled. | *It is now possible to select a flat world preset in the Advanced tab of the [[Minecraft:Create New World|create new world]] screen when flat world mode has been enabled. | ||
*Player can now have more variety in flat worlds with the following presets: | *Player can now have more variety in flat worlds with the following presets: | ||
**Classic Flat | **Classic Flat | ||
| Line 45: | Line 45: | ||
== Changes == | == Changes == | ||
=== Blocks === | === Blocks === | ||
'''Flowers, [[Minecraft:Bamboo]], [[Minecraft:Hanging Roots]], [[Minecraft:Mangrove Propagule]], [[Minecraft:Nether Sprouts]], [[Minecraft:Coral Fan]]s, [[Minecraft:Coral]], double tall plants, [[Minecraft:Pointed Dripstone]], [[Minecraft:Tall Grass]], and Dry Grass''' | '''[[Minecraft:Flowers]], [[Minecraft:Bamboo]], [[Minecraft:Hanging Roots]], [[Minecraft:Mangrove Propagule]], [[Minecraft:Nether Sprouts]], [[Minecraft:Coral Fan]]s, [[Minecraft:Coral]], 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 {{ | * They now have the same random offset range and values as {{JE}}. | ||
=== Mobs === | === Mobs === | ||
| Line 72: | Line 72: | ||
* Enabled Filter Profanity toggle on console platforms. | * Enabled Filter Profanity toggle on console platforms. | ||
'''UI''' | '''[[Minecraft:UI]]''' | ||
*Added modal to handle Not Enough Disc Space error in Edit World screen, Resource Packs tab. | *Added modal 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 when entering new player flow | ||
| Line 81: | Line 81: | ||
*Updated the friends drawer status to tell if a friend is playing in the same world as a player. | *Updated the friends drawer status to tell if a friend is playing in the same world as a player. | ||
'''VR''' | '''[[Minecraft:VR]]''' | ||
*Removed access to virtual and mixed reality gameplay. | *Removed access to virtual and mixed reality gameplay. | ||
| Line 88: | Line 88: | ||
*Data driven Jigsaw Structures have been put back behind the experimental toggle. | *Data driven Jigsaw Structures have been put back behind the experimental toggle. | ||
'''Trail Ruins''' | '''[[Minecraft:Trail Ruins]]''' | ||
*Trail ruins generate at the same location in old growth birch | *Trail ruins generate at the same location in [[Minecraft:old growth birch forest]]s between ''Java'' and ''Bedrock'' on the same world seed. | ||
=== Technical === | === Technical === | ||
'''API''' | '''[[Minecraft:API]]''' | ||
*Moved the following {{ | *Moved the following {{cd|Player}} methods from {{cd|beta}} to {{cd|v1.18.0}}: | ||
**{{ | **{{cd|setPropertyOverrideForEntity}} | ||
**{{ | **{{cd|removePropertyOverrideForEntity}} | ||
**{{ | **{{cd|clearPropertyOverridesForEntity}} | ||
*Moved {{ | *Moved {{cd|enum Difficulty}} from {{cd|beta}} to {{cd|v1.19.0}}. | ||
*{{ | *{{cd|World}} | ||
**Moved {{ | **Moved {{cd|getDifficulty(): Difficulty}} from {{cd|beta}} to {{cd|v1.19.0}}. | ||
**Moved {{ | **Moved {{cd|setDifficulty(difficulty: Difficulty): void}} from {{cd|beta}} to {{cd|v1.19.0}}. | ||
*Moved the following {{ | *Moved the following {{cd|Player methods}} from {{cd|beta}} to {{cd|v1.19.0}}. | ||
*Renamed {{ | *Renamed {{cd|BoundingBox}} to {{cd|BlockBoundingBox}} and released from {{cd|beta}} to {{cd|v1.19.0}}. | ||
*Renamed {{ | *Renamed {{cd|BoundingBoxUtils}} to {{cd|BlockBoundingBoxUtils}}. | ||
*Moved {{ | *Moved {{cd|dimension.placeFeature}} and {{cd|dimension.placeFeatureRule}} from {{cd|beta}} to {{cd|v1.19.0}}. | ||
:{{ | :{{cd|@minecraft/server 1.19.0}} | ||
*Moved methods {{ | *Moved methods {{cd|StructureManager.placeJigsaw}} and {{cd|StructureManager.placeJigsawStructure}} from {{cd|beta}} to {{cd|1.19.0}}. | ||
*Moved interface {{ | *Moved interface {{cd|JigsawPlaceOptions}} from {{cd|beta}} to {{cd|1.19.0}}. | ||
*Moved interface {{ | *Moved interface {{cd|JigsawStructurePlaceOptions}} from {{cd|beta}} to {{cd|1.19.0}}. | ||
*Moved error class {{ | *Moved error class {{cd|PlaceJigsawError}} from {{cd|beta}} to {{cd|1.19.0}}. | ||
'''[[Minecraft:Biome]]s''' | '''[[Minecraft:Biome]]s''' | ||
*Moved Vanilla biome JSON files from an internal folder to the appropriate Vanilla behavior packs. | *Moved Vanilla biome JSON files from an internal folder to the appropriate Vanilla behavior packs. | ||
*Added {{ | *Added {{cd|music_definition}} field to {{cd|minecraft:biome_music}} component in {{cd|client_biome}} json files to control the music played in the biome. The default music will be determined by the dimension if the {{cd|biome_music}} component or {{cd|music_definition}} property is left off. An empty string can be used if the biome is intended to be silent. | ||
*Removed remainder of support for unused {{ | *Removed remainder of support for unused {{cd|minecraft:consolidated_features}} and {{cd|minecraft:legacy_world_generation_rules}} JSON components. | ||
'''Block Components''' | '''Block Components''' | ||
*Removed Upcoming Creator Features experiment requirement for field {{ | *Removed Upcoming Creator Features experiment requirement for field {{cd|isotropic}} in {{cd|minecraft:material_instances}} component. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
*Blocks using the {{ | *Blocks using the {{cd|minecraft:block_placer}} component now can get added as loose items in the creative inventory and recipe book again. | ||
*From 1.21.80 onward, when using a {{ | *From 1.21.80 onward, when using a {{cd|minecraft:geometry}} component or {{cd|minecraft:material_instances}} component, you must include both. | ||
*New {{ | *New {{cd|render_method}} type available for {{cd|minecraft:material_instances}}. 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. | ||
**{{ | **{{cd|render_method}}: {{cd|blend_to_opaque}} | ||
**{{ | **{{cd|render_method}}: {{cd|alpha_test_to_opaque}} | ||
**{{ | **{{cd|render_method}}: {{cd|alpha_test_single_sided_to_opaque}} | ||
*The field {{ | *The field {{cd|tint_method}} in the {{cd|minecraft:map_color}} component no longer requires the "upcoming creator features" toggle. | ||
*The field {{ | *The field {{cd|tint_method}} in the {{cd|minecraft:destruction_particles}} component no longer requires the "upcoming creator features" toggle. | ||
*The field {{ | *The field {{cd|tint_method}} in the {{cd|minecraft:material_instances"}} component no longer requires the "upcoming creator features" toggle. | ||
'''[[Minecraft:Commands]]''' | '''[[Minecraft:Commands]]''' | ||
*Released {{ | *Released {{cmd|place structure}} and {{cmd|place jigsaw}} out of the Data-Driven Jigsaw Structures experiment. | ||
'''Components''' | '''Components''' | ||
*The {{ | *The {{cd|minecraft:rideable}} component now has three new additional fields: | ||
**{{ | **{{cd|dismount_mode}} defines where riders are placed when dismounting the entity: | ||
***{{ | ***{{cd|default}}, 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. | ||
***{{ | ***{{cd|on_top_center}}, riders are placed at the center of the top of the entity's collision box. | ||
**{{ | **{{cd|on_rider_enter_event}}, defines the event to execute on the owner entity when an entity starts riding it. | ||
**{{ | **{{cd|on_rider_exit_event}}, defines the event to execute on the owner entity when an entity stops riding it. | ||
*Content errors will log missing texture references in the {{ | *Content errors will log missing texture references in the {{cd|minecraft:icon}} item component. | ||
*The {{ | *The {{cd|minecraft:rideable}} component's {{cd|Seat}} definition now has two additional fields: | ||
**{{ | **{{cd|third_person_camera_radius}} can be used to set a different camera radius when in third person or third person front camera. The value needs to be in the range {{cd|[1.0, 64.0]}}. Value {{cd|0.0}} is ignored. | ||
**{{ | **{{cd|camera_relax_distance_smoothing}} adds springiness to the camera movement when the camera moves back to its radius after being pushed closer to the player by and obstacle. A higher value means a stiffer spring. The value needs to be in the range {{cd|[1.0, 32.0]}}. Value {{cd|0.0}} is ignored. | ||
*The {{ | *The {{cd|minecraft:leashable}} component now support multiple presets: | ||
**A list of presets can be defined in the new {{ | **A list of presets can be defined in the new {{cd|presets}} field. | ||
**Each preset determines how the entity behaves when leashed to another entity. | **Each preset determines how the entity behaves when leashed to another entity. | ||
**A preset is selected when the entity is leashed and remains active until it is leashed to something else. | **A preset is selected when the entity is leashed and remains active until it is leashed to something else. | ||
**The first preset whose {{ | **The first preset whose {{cd|filter}} conditions are met will be applied. | ||
**If no presets match, a default configuration is used instead. | **If no presets match, a default configuration is used instead. | ||
**The following fields are now part of each preset: | **The following fields are now part of each preset: | ||
***{{ | ***{{cd|filter}}: Defines the condition that selects this preset out of all the presets upon leashing. | ||
***{{ | ***{{cd|soft_distance}}: Distance at which the spring effect begins. | ||
***{{ | ***{{cd|hard_distance}}: Distance at which the leash stiffens. | ||
***{{ | ***{{cd|max_distance}}: Distance at which the leash breaks. | ||
***{{ | ***{{cd|can_be_stolen}}: Determines if a player can steal the leashed entity using a lead. | ||
*Added validation for block asset references in components. | *Added validation for block asset references in components. | ||
**Content errors will log missing block references for the following components: | **Content errors will log missing block references for the following components: | ||
***item component {{ | ***item component {{cd|minecraft:digger}} | ||
***item component {{ | ***item component {{cd|minecraft:entity_placer}} | ||
***item component {{ | ***item component {{cd|minecraft:block_placer}} | ||
***spawn rules component {{ | ***spawn rules component {{cd|minecraft:spawns_on_block_filter}} | ||
***spawn rules component {{ | ***spawn rules component {{cd|minecraft:spawns_on_block_prevented_filter}} | ||
***spawn rules component {{ | ***spawn rules component {{cd|minecraft:spawns_above_block_filter}} | ||
**{{ | **{{cd|can_be_stolen}} has been moved from {{cd|presets}} back to being a direct sub-field of the {{cd|minecraft:leashable}} component. | ||
*Introduced a {{ | *Introduced a {{cd|drop_item_y_offset}} parameter to the {{cd|minecraft:interact}} component. | ||
**Defines a custom y-axis offset for when an item is dropped. | **Defines a custom y-axis offset for when an item is dropped. | ||
**Requires {{ | **Requires {{cd|drop_item_slot}} to be specified. | ||
*The {{ | *The {{cd|minecraft:leashable}} component's {{cd|on_unleash}} trigger triggers on the leash breaking with format version {{cd|1.21.80}} and later. | ||
**The old behavior is still available to opt in to by setting {{ | **The old behavior is still available to opt in to by setting {{cd|on_unleash_interact_only}} to {{cd|true}}. | ||
*Content errors will log missing entity references in the {{ | *Content errors will log missing entity references in the {{cd|minecraft:entity_placer}} and {{cd|minecraft:projectile}} item components. | ||
'''Documentation''' | '''Documentation''' | ||
*Include {{ | *Include {{cd|biome}} and {{cd|client_biome}} JSON files in generated documentation. | ||
'''Entity Filters''' | '''Entity Filters''' | ||
*Added new entity filter {{ | *Added new entity filter {{cd|has_equipment_tag}}, works like {{cd|has_equipment}} but takes an item tag instead of an item name. | ||
'''General''' | '''General''' | ||
*Updated the client side biome component {{ | *Updated the client side biome component {{cd|minecraft:water_appearance}} field {{cd|surface_color}} to be optional. Added a content error that fires if the component is empty. | ||
'''Goals''' | '''Goals''' | ||
*{{ | *{{cd|minecraft:behavior.float_wander}} has been updated with new fields: | ||
**{{ | **{{cd|navigate_around_surface}}: 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. | ||
**{{ | **{{cd|additional_collision_buffer}}: makes sure there are no blocks present in an inflated area around the target position. | ||
**{{ | **{{cd|allow_navigating_through_liquids}}: allow the mob to have target positions inside liquids. | ||
**{{ | **{{cd|surface_xz_dist}}: the distance in the horizontal directions to look for nearby surfaces. Only valid when {{cd|navigate_around_surface}} is {{cd|true}}. | ||
**{{ | **{{cd|surface_y_dist}}: the distance in the vertical directions to look for nearby surfaces. Only valid when {{cd|navigate_around_surface}} is {{cd|true}}. | ||
*{{ | *{{cd|minecraft:behavior.follow_mob}} has been updated with the following new fields: | ||
**{{ | **{{cd|use_home_position_restriction}}: If {{cd|true}}, the mob will respect the {{cd|minecraft:home}} component's {{cd|restriction_radius}} field when choosing a target to follow. If {{cd|false}}, it will choose target position without considering home restrictions. | ||
**{{ | **{{cd|preferred_actor_type}}: The type of actor to prefer following. If left unspecified, a random actor among those in range will be chosen. | ||
**{{ | **{{cd|filters}}: 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. | ||
*Added fields to {{ | *Added fields to {{cd|minecraft:behavior.tempt}} goal: | ||
**The {{ | **The {{cd|stop_distance}} field specifies a custom distance for when the tempted mob should stop moving towards the player. | ||
**The {{ | **The {{cd|on_start}} field specifies the event to trigger when the goal starts. | ||
**The {{ | **The {{cd|on_end}} field specifies the event to trigger when the goal ends. | ||
*Added {{ | *Added {{cd|minecraft:behavior.float_tempt}} goal, which allows a tempted mob to move in a line towards the player: | ||
**This goal is a variant of the {{ | **This goal is a variant of the {{cd|minecraft:behavior.tempt}} goal and shares the same fields | ||
**Requires the mob to be in a floating state (e.g. use the {{ | **Requires the mob to be in a floating state (e.g. use the {{cd|minecraft:navigation.float}} component) | ||
'''Graphical''' | '''Graphical''' | ||
*Added support for multiple locators for use with leashes for rendering multiple ropes between two entities. | *Added support for multiple locators for use with leashes for rendering multiple ropes between two entities. | ||
*{{ | *{{cd|multi_lead_n}}: | ||
**Where {{cd|n {{=}} {1, 2, 3, 4<nowiki>}</nowiki>}} defines locators when the entity is leashed to a different entity. | **Where {{cd|n {{=}} {1, 2, 3, 4<nowiki>}</nowiki>}} defines locators when the entity is leashed to a different entity. | ||
**Used if and only if it has a corresponding {{ | **Used if and only if it has a corresponding {{cd|multi_lead_hold_n}} and the number n is equal on the two entites. | ||
*{{ | *{{cd|multi_lead_hold_n}} | ||
**Where {{cd|n {{=}} {1, 2, 3, 4<nowiki>}</nowiki>}} defines locators where the entity is leashing a different entity. | **Where {{cd|n {{=}} {1, 2, 3, 4<nowiki>}</nowiki>}} defines locators where the entity is leashing a different entity. | ||
**Used if and only if it has a corresponding {{ | **Used if and only if it has a corresponding {{cd|multi_lead_n}} and the number n is equal on the two entites. | ||
*{{ | *{{cd|lead}} | ||
**is set to origin if it is not defined in the geo. | **is set to origin if it is not defined in the geo. | ||
*{{ | *{{cd|lead_hold}} | ||
**is set to origin if it is not defined in the geo. | **is set to origin if it is not defined in the geo. | ||
'''Items''' | '''Items''' | ||
*Bundles' open icons are now specified via {{ | *Bundles' open icons are now specified via {{cd|IconItemComponent}}. 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 {{cd|item_texture.json}}. | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
*{{ | *{{cd|query.graphics_mode_is_any}} no longer requires the Upcoming Creator Features experiment. | ||
*Added the {{ | *Added the {{cd|query.leashed_entity_count}} Molang query, which allows querying how many entities have the given entity as their leash holder. | ||
*Added {{ | *Added {{cd|query.has_any_leashed_entity_of_type}} 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: {{ | **Usage: {{cd|query.has_any_leashed_entity_of_type( 'minecraft:sheep', 'minecraft:creeper' )}} | ||
'''Network Protocol''' | '''Network Protocol''' | ||
*Added {{ | *Added {{cd|ActorFlags::DOES_SERVER_AUTH_ONLY_DISMOUNT}}. | ||
'''Stability and performance''' | '''Stability and performance''' | ||
| Line 230: | Line 230: | ||
'''[[Minecraft:Structure]]s''' | '''[[Minecraft:Structure]]s''' | ||
*Exposed new fields to data driven jigsaw structures: {{ | *Exposed new fields to data driven jigsaw structures: {{cd|start_height}}, {{cd|dimensional_padding}}, {{cd|pool_aliases}}, {{cd|max_distance_from_center}} | ||
*Made {{ | *Made {{cd|height_map_projection}} optional and changed {{cd|anchor}} to {{cd|start_jigsaw_name}} | ||
== Experimental == | == Experimental == | ||
| Line 260: | Line 260: | ||
==== Blocks ==== | ==== Blocks ==== | ||
'''[[File:Dried Ghast JE1 BE1.png|class=pixel-image|width=33x33]] [[Minecraft:Dried | '''[[File:Dried Ghast JE1 BE1.png|class=pixel-image|width=33x33]] [[Minecraft:Dried ghast]]''' | ||
* Found in Nether fossils in soul sand valleys. | * Found in [[Minecraft:Nether fossils]] in [[Minecraft:Soul Sand Valley|soul sand valleys]]. | ||
* Can be crafted with 1 | * Can be crafted with 1 bone block and 8 ghast tears. | ||
{{Crafting | {{Crafting | ||
|A1 = Ghast Tear | |A1 = Ghast Tear | ||
| Line 276: | Line 276: | ||
|ignoreusage = 1 | |ignoreusage = 1 | ||
}} | }} | ||
* When waterlogged, it undergoes 3 states over about 20 minutes until it spawns a ghastling mob. | * 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. | * 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. | * If mined during the waterlogging, it will revert to its "dry" state regardless of what state it has reached during waterlogging. | ||
| Line 282: | Line 282: | ||
==== Command format ==== | ==== Command format ==== | ||
'''{{ | '''{{cmd|/controlscheme}}''' | ||
* Added the {{ | * Added the {{cmd|/controlscheme}} command for switching control schemes when the Experimental Creator Camera toggle is enabled. | ||
==== Items ==== | ==== Items ==== | ||
'''{{ | '''{{animate|White Harness.png;Light Gray Harness.png;Gray Harness.png;Black Harness.png;Brown Harness.png;Red Harness.png;Orange Harness.png;Yellow Harness.png;Lime Harness.png;Green Harness.png;Cyan Harness.png;Light Blue Harness.png;Blue Harness.png;Purple Harness.png;Magenta Harness.png;Pink Harness.png|32px|class=pixel-image}} [[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. | * Crafted out of 3 leather, 2 glass and 1 wool, the harness will have the same color as the wool used when crafting. | ||
{{Crafting | {{Crafting | ||
| Line 309: | Line 309: | ||
* Can be removed from the happy ghast using [[Minecraft:shears]] but only when no players are mounted. | * Can be removed from the happy ghast using [[Minecraft:shears]] but only when no players are mounted. | ||
'''[[File:Happy_Ghast_Spawn_Egg_JE1_BE1.png|class=pixel-image|width=32x32]] Happy | '''[[File:Happy_Ghast_Spawn_Egg_JE1_BE1.png|class=pixel-image|width=32x32]] [[Minecraft:Happy ghast spawn egg]]''' | ||
* Used to spawn a happy ghast. | * Used to spawn a [[Minecraft:happy ghast]]. | ||
==== Mobs ==== | ==== Mobs ==== | ||
'''[[File:Happy_Ghast.gif|width=37x37]] Happy | '''[[File:Happy_Ghast.gif|width=37x37]] [[Minecraft:Happy ghast]]''' | ||
* A rideable entity, which can be equipped with a [[Minecraft:harness]] and ridden by up to four players. | * 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. | * Can be stood on, similar to a Shulker. | ||
| Line 320: | Line 320: | ||
** Spawned after a [[Minecraft:Dried Ghast|dried ghast]] gets hydrated in [[Minecraft:water]]. | ** Spawned after a [[Minecraft:Dried Ghast|dried ghast]] gets hydrated in [[Minecraft:water]]. | ||
** Can be fed snowballs to speed up their growth. | ** Can be fed snowballs to speed up their growth. | ||
** Can be summoned using the command: {{ | ** Can be summoned using the command: {{cmd|/summon happy_ghast ~ ~ ~ ~ ~ minecraft:spawn_baby}}. | ||
==== Gameplay ==== | ==== Gameplay ==== | ||
'''Game | '''[[Minecraft:Game rule]]s''' | ||
* Added the game rule command {{ | * Added the game rule command {{cd|locatorBar}} to enable or disable the [[Minecraft:locator bar]] feature. | ||
'''Player Locator Bar''' | '''[[Minecraft:Player Locator Bar]]''' | ||
*The Player Locator Bar (or Locator Bar) is a new UI element on the player HUD that displays the direction of other players in the world. | *The Player Locator Bar (or 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. | **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. | ||
| Line 338: | Line 338: | ||
'''[[Minecraft:Vibrant Visuals]]''' | '''[[Minecraft:Vibrant Visuals]]''' | ||
[[File:Vibrant Visuals menu (Bedrock Preview 1.21.80.25).png|thumb|Vibrant Visuals settings]] | [[File:Vibrant Visuals menu (Bedrock Preview 1.21.80.25).png|thumb|Vibrant Visuals settings]] | ||
* The Deferred Technical Preview is now available outside of ''[[Minecraft:Minecraft Preview]]'' using the Vibrant Visuals experiment. | * The [[Minecraft:Deferred Technical Preview]] is now available outside of ''[[Minecraft:Minecraft Preview]]'' using the Vibrant Visuals experiment. | ||
* New vanilla PBR textures and deferred lighting configurations have been added. | * New vanilla PBR textures and deferred lighting configurations have been added. | ||
* 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". | * 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". | ||
| Line 344: | Line 344: | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
:{{ | :{{cd|@minecraft/server 2.0.0-beta}} | ||
*{{ | *{{cd|EntitySkinIdComponent}} has been changed to read-only in version {{cd|2.0 beta}} | ||
*Added property {{ | *Added property {{cd|localizationKey}} to {{cd|Entity}}, {{cd|Block}}, and {{cd|ItemStack}} which returns the key used for finding the localized names of these objects. | ||
:Added new Container APIs: | :Added new Container APIs: | ||
*{{ | *{{cd|contains(ItemStack)}}: Attempts to find an instance of an item inside the container. | ||
*{{ | *{{cd|firstEmptySlot()}}: Finds the index of the first empty slot inside the container. | ||
*{{ | *{{cd|irstItem()}}: Finds the index of the first item inside the container. | ||
*{{ | *{{cd|find(ItemStack)}}: Find the index of the first instance of an item inside the container. | ||
*{{ | *{{cd|reverseFind(ItemStack)}}: Find the index of the last instance of an item inside the container. | ||
*Added {{ | *Added {{cd|CustomCommandOrigin}} to custom command script callback. | ||
*Added {{ | *Added {{cd|CustomCommandSource}} enum. | ||
*Renamed {{ | *Renamed {{cd|CustomCommandPermissionLevel}} to {{cd|CommandPermissionLevel}}. | ||
*Renamed {{ | *Renamed {{cd|CustomCommandParamType.Position}} to {{cd|CustomCommandParamType.Location}}. | ||
*{{ | *{{cd|BlockCustomComponent}} now take an optional {{cd|CustomComponentParameters}} object for Custom Components V2 experiment as a second argument to event callbacks in {{cd|2.0.0-beta}}. | ||
*{{ | *{{cd|CustomComponentParameters}} added to {{cd|2.0.0-beta}}. | ||
**params property added to {{ | **params property added to {{cd|CustomComponentparameters}} to {{cd|2.0.0-beta}}. | ||
*{{ | *{{cd|ItemCustomComponent}} now take an optional {{cd|CustomComponentParameters}} object for Custom Components V2 experiment as a second argument to event callbacks in {{cd|2.0.0-beta}}. | ||
*{{ | *{{cd|EntityFrictionModifierComponent}} has been changed to read-only in version {{cd|2.0.0-beta}}. | ||
:{{ | :{{cd|@mincraft/server-admin}} | ||
*Added {{ | *Added {{cd|AsyncPlayerJoinBeforeEvent}} | ||
**Added {{ | **Added {{cd|beforeEvents.asyncPlayerJoin}}, {{cd|AsyncPlayerJoinBeforeEvent}}, and {{cd|AsyncPlayerJoinBeforeEventSignal}} to allow creators to delay players joining the world. | ||
**{{ | **{{cd|AsyncPlayerJoinBeforeEventSignal.subscribe}} 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. | ||
:Custom Commands | :Custom Commands | ||
*Added support for custom commands authored in script. The new {{ | *Added support for custom commands authored in script. The new {{cd|CustomCommandRegistry}} is provided when listening to {{cd|ModuleStartupEvent}}. | ||
**Additional types added: | **Additional types added: | ||
***{{ | ***{{cd|CustomCommandRegistry}} | ||
***{{ | ***{{cd|CustomCommandPermissionLevel}} | ||
***{{ | ***{{cd|CustomCommandParamType}} | ||
***{{ | ***{{cd|CustomCommandResult}} and {{cd|CustomCommandStatus}} | ||
***{{ | ***{{cd|CustomCommandParameter}} | ||
'''Blocks''' | '''Blocks''' | ||
*When Custom Components V2 experiment is enabled, {{ | *When Custom Components V2 experiment is enabled, {{cd|minecraft:custom_components}} component is deprecated in {{cd|1.21.80}} and higher format versions. | ||
*When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in {{ | *When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in {{cd|1.21.80}} and higher format versions. Example: | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
"components": { | "components": { | ||
| Line 387: | Line 387: | ||
} | } | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
*New field {{ | *New field {{cd|condition}} added to the culling rules schema. It provides more control over which neighbor blocks will trigger a face or part to be culled. | ||
**The supported values are {{ | **The supported values are {{cd|default}}, {{cd|same_culling_layer}}, {{cd|same_block}} and {{cd|same_block_permutation}}. | ||
***{{ | ***{{cd|default}} will pass the condition if the neighbor block is full and opaque. | ||
****All conditions are an extension of {{ | ****All conditions are an extension of {{cd|default}}, meaning a full and opaque neighbor will always be a passing condition, before the extended {{cd|same_*}} condition is checked. | ||
***{{ | ***{{cd|same_culling_layer}} will pass the condition if the neighbor block shares the same {{cd|culling_layer}} as the block being occluded, defined in the geometry component. | ||
****If either of the culling layers being compared is {{ | ****If either of the culling layers being compared is {{cd|minecraft:culling_layer.undefined}}, the condition will never pass. | ||
***{{ | ***{{cd|same_block}} will pass the condition if the neighbor block has the same identifier. | ||
***{{ | ***{{cd|same_block_permutation}} will pass the condition if the neighbor block has the same identifier and is the exact same permutation. | ||
**Additionally, the feature is currently only usable behind the "upcoming creator features" toggle. | **Additionally, the feature is currently only usable behind the "upcoming creator features" toggle. | ||
*New field {{ | *New field {{cd|culling_layer}} added to the block's geometry component. It allows different blocks to be grouped together when using the {{cd|same_culling_layer}} condition in a culling rules file. | ||
**When using the {{ | **When using the {{cd|minecraft}} namespace, the only allowed culling layer identifiers are: {{cd|minecraft:culling_layer.undefined}} or {{cd|minecraft:culling_layer.leaves}}. | ||
**Additionally, the feature is currently only usable behind the "upcoming creator features" toggle. | **Additionally, the feature is currently only usable behind the "upcoming creator features" toggle. | ||
| Line 408: | Line 408: | ||
*Added Vibrant Visuals experiment. | *Added Vibrant Visuals experiment. | ||
'''Gameplay''' | '''[[Minecraft:Gameplay]]''' | ||
*Added {{ | *Added {{cd|minecraft:replace_biomes}} component to allow for custom biomes to replace portions of vanilla biomes. To use, add to custom biome files in behavior packs. | ||
'''Graphical''' | '''Graphical''' | ||
| Line 415: | Line 415: | ||
*Increased the range of cloud rendering in the Deferred Technical Preview. | *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 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, {{ | *Added pixelated shadows to the Deferred Technical Preview. This new effect can be controlled with the new shadows JSON schema, {{cd|shadows/global.json}}. This file adds new settings that control the style of shadows in the game. Available parameters are {{cd|shadow_stlye}}, which can be {{cd|soft_shadows}} or {{cd|blocky_shadows}}, and {{cd|texel_size}}. {{cd|soft_shadows}} are the default style, while {{cd|blocky_shadows}} results in shadows that are pixelated in appearance. When {{cd|blocky_shadows}} are enabled, {{cd|texel_size}} controls the size of the pixelation effect. {{cd|texel_size}} 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 {{cd|blocky_shadows}}, but this is not required. An example version of what {{cd|shadows/global.json}} could look like is as follows: | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
{ | { | ||
| Line 426: | Line 426: | ||
'''Items''' | '''Items''' | ||
*When Custom Components V2 experiment is enabled, minecraft:custom_components component is deprecated in {{ | *When Custom Components V2 experiment is enabled, minecraft:custom_components component is deprecated in {{cd|1.21.80}} and higher format versions. | ||
*When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in {{ | *When Custom Components V2 experiment is enabled, custom components are flattened inline with other components and allow parameters in {{cd|1.21.80}} and higher format versions. Example: | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
"components": { | "components": { | ||
| Line 438: | Line 438: | ||
=== Changes === | === Changes === | ||
==== Mobs ==== | ==== Mobs ==== | ||
'''Ghast''' | '''[[Minecraft:Ghast]]''' | ||
*Updated the ghast texture to be higher resolution. This makes it in line with the new happy ghast. | *Updated the ghast texture to be higher resolution. This makes it in line with the new happy ghast. | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
:{{ | :{{cd|@minecraft/server 2.0.0-beta}} | ||
*{{ | *{{cd|EntityPushThroughComponent}} has been changed to read-only. | ||
*{{ | *{{cd|resetHudElements}} method on {{cd|ScreenDisplay}} has been renamed to {{cd|resetHudElementsVisibility}}. | ||
*{{ | *{{cd|ItemStack}} methods {{cd|getComponent}} and {{cd|getComponents}} will return {{cd|ItemCustomComponentInstance}} for custom components registered with {{cd|ItemComponentRegistry}}. | ||
*{{ | *{{cd|ItemStack}} method {{cd|hasComponent}} will return {{cd|true}} for custom components registered with {{cd|ItemComponentRegistry}}. | ||
:{{ | :{{cd|@minecraft/server-ui 2.0.0-beta}} | ||
*Class {{ | *Class {{cd|ModalFormData}}. | ||
**Changed function {{ | **Changed function {{cd|dropdown}}. | ||
***Removed parameter {{ | ***Removed parameter {{cd|defaultValueIndex?: number}}. | ||
***Added parameter {{ | ***Added parameter {{cd|dropdownOptions?: ModalFormDataDropdownOptions}}. | ||
**Changed function {{ | **Changed function {{cd|slider}}. | ||
***Removed parameter {{ | ***Removed parameter {{cd|valueStep: number,}}. | ||
***Removed parameter {{ | ***Removed parameter {{cd|defaultValue?: number}}. | ||
***Added parameter {{ | ***Added parameter {{cd|sliderOptions?: ModalFormDataSliderOptions}}. | ||
**Changed function {{ | **Changed function {{cd|textField}}. | ||
***Removed parameter {{ | ***Removed parameter {{cd|defaultValue?: minecraftserver.RawMessage | string}}. | ||
***Added parameter {{ | ***Added parameter {{cd|textFieldOptions?: ModalFormDataTextFieldOptions}}. | ||
**Changed function {{ | **Changed function {{cd|toggle}}. | ||
***Removed parameter {{ | ***Removed parameter {{cd|defaultValue?: boolean}}. | ||
***Added parameter {{ | ***Added parameter {{cd|toggleOptions?: ModalFormDataToggleOptions}}. | ||
*Added interface {{ | *Added interface {{cd|ModalFormDataDropdownOptions}}: | ||
<syntaxhighlight lang="c++">export interface ModalFormDataDropdownOptions { | <syntaxhighlight lang="c++">export interface ModalFormDataDropdownOptions { | ||
defaultValueIndex?: number; | defaultValueIndex?: number; | ||
tooltip?: minecraftserver.RawMessage | string; | tooltip?: minecraftserver.RawMessage | string; | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
*Added interface {{ | *Added interface {{cd|ModalFormDataSliderOptions}}: | ||
<syntaxhighlight lang="c++">export interface ModalFormDataSliderOptions { | <syntaxhighlight lang="c++">export interface ModalFormDataSliderOptions { | ||
defaultValue?: number; | defaultValue?: number; | ||
| Line 474: | Line 474: | ||
valueStep?: number; | valueStep?: number; | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
*Added interface {{ | *Added interface {{cd|ModalFormDataTextFieldOptions}}: | ||
<syntaxhighlight lang="c++">export interface ModalFormDataTextFieldOptions { | <syntaxhighlight lang="c++">export interface ModalFormDataTextFieldOptions { | ||
defaultValue?: string; | defaultValue?: string; | ||
tooltip?: minecraftserver.RawMessage | string; | tooltip?: minecraftserver.RawMessage | string; | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
*Added interface {{ | *Added interface {{cd|ModalFormDataToggleOptions}}: | ||
<syntaxhighlight lang="c++">export interface ModalFormDataToggleOptions { | <syntaxhighlight lang="c++">export interface ModalFormDataToggleOptions { | ||
defaultValue?: boolean; | defaultValue?: boolean; | ||
tooltip?: minecraftserver.RawMessage | string; | tooltip?: minecraftserver.RawMessage | string; | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
*{{ | *{{cd|EntityMarkVariantComponent}} has been changed to read-only in version {{cd|2.0 beta}}. | ||
:{{ | :{{cd|@minecraft/server 2.0.0-beta}} | ||
*Coroutines (promises) are now flushed in early execution to allow async imports to interact with early execution APIs like Custom Components and Custom Commands. | *Coroutines (promises) are now flushed in early execution to allow async imports to interact with early execution APIs like Custom Components and Custom Commands. | ||
*Added support for custom command enums. | *Added support for custom command enums. | ||
*Added {{ | *Added {{cd|Enum}} type to {{cd|CustomCommandParamType}}. | ||
*{{ | *{{cd|spawnEntity}} method of {{cd|Dimension}} no longer supports using a spawn event inside the {{cd|identifier}} parameter. {{cd|SpawnEntityOptions}} interface now has an optional string member {{cd|spawnEvent?: string}} for specifying a spawn event to be sent to the entity when it is spawned. Please update any existing usages of spawn events inside {{cd|identifier}} to instead use this new {{cd|spawnEvent}} option. For example {{cd|spawnEntity("minecraft:horse<minecraft:ageable_grow_up>", {x:0, y:0, z:0})}} should become {{cd|spawnEntity("minecraft:horse", {x:0, y:0, z:0}, {spawnEvent: 'minecraft:ageable_grow_up'})}} | ||
*{{ | *{{cd|EntityGroundOffsetComponent}} has been removed. | ||
*{{ | *{{cd|Block}} method {{cd|getComponent}} will return {{cd|BlockCustomComponentInstance}} for custom components registered with {{cd|BlockComponentRegistry}} in {{cd|2.0.0}}. | ||
:{{ | :{{cd|@minecraft/server-ui 2.0.0-beta}} | ||
*Class {{ | *Class {{cd|ModalFormResponse}}. | ||
**Changed type for {{ | **Changed type for {{cd|formValues}} property from {{cd|(boolean | number | string)[] to (boolean | number | string | undefined)[]}}. | ||
*** New Signature: {{ | *** New Signature: {{cd|formValues?: (boolean | number | string | undefined)[]}}. | ||
*** Old Signature: {{ | *** Old Signature: {{cd|formValues?: (boolean | number | string)[]}}. | ||
**{{ | **{{cd|formValues}} array now contains entries for all the elements provided by the request. It means that labels, headers, and dividers are considered into the response with an {{cd|undefined}} value. | ||
'''Blocks''' | '''Blocks''' | ||
*Always add a missing {{ | *Always add a missing {{cd|Destruction Particles}} component to {{cd|blocks}} that have a {{cd|Material Instances}} component, using the {{cd|down}} material as reference: | ||
**The {{ | **The {{cd|texture}} field in {{cd|minecraft:destruction_particles}} is now optional; if not provided or empty, it will be populated from the {{cd|Material Instances}} component. | ||
'''Graphical''' | '''Graphical''' | ||
*Updated the format of {{ | *Updated the format of {{cd|lighting/global.json}} to include support for controlling the new End light flash in [[Minecraft:Vibrant Visuals]]. The {{cd|directional_lights}} section now has two groups: {{cd|orbital}}, which contains the lighting information around the sun and moon, and {{cd|flash}}, which contains information about the [[Minecraft:End]] light flash. The {{cd|flash}} section supports an {{cd|illuminance}} field which controls the max illuminance of the End light flash, and a {{cd|color}} field, which controls the color of the flash. Example JSON with this new format follows: | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
{ | { | ||
| Line 553: | Line 553: | ||
'''Technical Experimental''' | '''Technical Experimental''' | ||
*Removed unused experimental json field {{ | *Removed unused experimental json field {{cd|minecraft:nether_surface}} in the behavior pack biome file. | ||
== Fixes == | == Fixes == | ||
| Line 580: | Line 580: | ||
|184704|Impossible to customize controls while in Spectator mode | |184704|Impossible to customize controls while in Spectator mode | ||
|186584|Controls can still be customized while you are dead in hardcore mode | |186584|Controls can still be customized while you are dead in hardcore mode | ||
|186699|Setting the gamerule {{ | |186699|Setting the gamerule {{cd|doLimitedCrafting}} to {{cd|true}} does not stop players from crafting unknown recipes | ||
|188731|Spawn Under Nether Portal after traveling to the overworld | |188731|Spawn Under Nether Portal after traveling to the overworld | ||
|188975|Seed is not inputted into the "World seed" box when selecting a seed in the seed picker after suspending/minimizing the game with Screen Animations disabled | |188975|Seed is not inputted into the "World seed" box when selecting a seed in the seed picker after suspending/minimizing the game with Screen Animations disabled | ||
| Line 605: | Line 605: | ||
*Fixed a crash that could sometimes occur when certain foliage textures fail to load. | *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 "Download all missing packs" button not working under specific conditions. | ||
*Fixed an issue with {{ | *Fixed an issue with {{cd|BlockPermutation::withState}} 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 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 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. | ||
| Line 612: | Line 612: | ||
*Worlds are no longer missing from the storage menu. | *Worlds are no longer missing from the storage menu. | ||
*Bundle tooltip no longer sometimes renders as if having a different amount of items. | *Bundle tooltip no longer sometimes renders as if having a different amount of items. | ||
*Block using the {{ | *Block using the {{cd|minecraft:destruction_particles}} component will now correctly be sent to player connecting to a host. | ||
*Fixed an issue where Text To Speech wasn't working on Android Fire Tablet devices. | *Fixed an issue where Text To Speech wasn't working on Android Fire Tablet devices. | ||
*Fixed an issue where the player would momentarily lay under or beside a Bed when going to sleep. | *Fixed an issue where the player would momentarily lay under or beside a Bed when going to sleep. | ||
*Fixed a crash when clicking several times while trying to upload a world to an inactive Realm slot. | *Fixed a crash when clicking several times while trying to upload a world to an inactive Realm slot. | ||
*Fixed an issue that caused a crash while generating chunks. | *Fixed an issue that caused a crash while generating chunks. | ||
*Fixed an issue which prevented the {{ | *Fixed an issue which prevented the {{keys|Esc}} keyboard shortcut from working in certain scenarios on the death screen. | ||
*Bundle slot selection using gamepad right stick no longer skips slots when playing in splitscreen. | *Bundle slot selection using gamepad right stick no longer skips slots when playing in splitscreen. | ||
*Stacks are now correctly splitting across slots when moving cursor and holding the left mouse button to split a stack evenly across slots. | *Stacks are now correctly splitting across slots when moving cursor and holding the left mouse button to split a stack evenly across slots. | ||
| Line 626: | Line 626: | ||
*Bundle UI now correctly disappears when interacting with Inventory tabs in Pocket UI. | *Bundle UI now correctly disappears when interacting with Inventory tabs in Pocket UI. | ||
*Fixed a bug where the game would be unresponsive for a short while after leaving the bed screen. | *Fixed a bug where the game would be unresponsive for a short while after leaving the bed screen. | ||
*Fixed isotropic textures in {{ | *Fixed isotropic textures in {{cd|minecraft:material_instances}} being squashed and stretched for non-square face. | ||
*Empty open Bundle icon now renders correctly when Bundles are tapped with Touch Controls. | *Empty open Bundle icon now renders correctly when Bundles are tapped with Touch Controls. | ||
*Fixed bugs causing marketplace addon content to sometimes not load in a world. | *Fixed bugs causing marketplace addon content to sometimes not load in a world. | ||
| Line 634: | Line 634: | ||
== Videos == | == Videos == | ||
:'''Updates for Creators''' | :'''Updates for Creators''' | ||
{{ | {{yt|EbW3TLSum7U}} | ||
==References== | ==References== | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
de:Bedrock Edition 1.21.80 | [[Minecraft:de:Bedrock Edition 1.21.80]] | ||
es:Bedrock Edition 1.21.80 | [[Minecraft:es:Bedrock Edition 1.21.80]] | ||
ja:Bedrock Edition 1.21.80 | [[Minecraft:ja:Bedrock Edition 1.21.80]] | ||
pt:Edição Bedrock 1.21.80 | [[Minecraft:pt:Edição Bedrock 1.21.80]] | ||
uk:1.21.80 (Bedrock Edition) | [[Minecraft:uk:1.21.80 (Bedrock Edition)]] | ||
zh:基岩版1.21.80 | [[Minecraft:zh:基岩版1.21.80]] | ||
ru:1.21.80 (Bedrock Edition) | [[Minecraft:ru:1.21.80 (Bedrock Edition)]] | ||
Latest revision as of 11:01, 17 April 2026
Template:Dangerous version Template:Infobox version 1.21.80 is a minor update for Minecraft:Bedrock Edition released on May 6, 2025, which adds flat world presets and a few experimental features for Minecraft:Chase the Skies.<ref>Template:Cite</ref><ref>Template:Cite</ref>
Additions
General
Minecraft:Flat world presets
- It is now possible to select a flat world preset in the Advanced tab of the create new world screen when flat world mode has been enabled.
- Player can now have more variety in flat worlds with the following presets:
- Classic Flat
- Tunnelers' Dream
- Water World (an endless ocean)
- Overworld
- Snowy Kingdom
- Bottomless Pit
- Desert
- Redstone Ready (flat sandstone)
Changes
Blocks
Minecraft:Flowers, Minecraft:Bamboo, Minecraft:Hanging Roots, Minecraft:Mangrove Propagule, Minecraft:Nether Sprouts, Minecraft:Coral Fans, Minecraft:Coral, 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.
Mobs
General
- A recent change that caused "invincible pet" mobs to despawn has been reverted.
- Mobs in worlds opened during Preview may have despawned, but players updating to the 1.21.70 release should be unaffected.
Items
- Changed elytra so that while gliding, using a firework will only be used as a boost even if placed on a block.
General
- Realms server hosting region preference selection:
- Added a new "Advanced" tab to the Realms settings screen.
- In the advanced tab, Realm owners can select which datacenter region they would like to host their Realm in.
- Options include a list of regions, or allowing the Realms service to automatically select the best region for the Realm owner or the first player to join the Realm in a given session.
- Note that this selection is a preference only and due to server capacity, your Realm may be hosted in a different region than selected.
- In that case, the next closest region to your preference will be selected.
- Added a message during joining a Realm to indicate which server region your Realm is assigned to for that session.
- More information will be shared about Realms server hosting with the next full release.
- Enabled Filter Profanity toggle on console platforms.
- Added modal 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.
- Adding "Manage Storage" button if download fails due to lack of space with instructions on what needs to be cleared out.
- Adding "Clear Download Cache" button to storage for clearing files that got stuck due to a downloading error.
- Auto clearing the download cache on startup if it detects that it is running out of space.
- Updated the friends drawer status to tell if a friend is playing in the same world as a player.
- Removed access to virtual and mixed reality gameplay.
World generation
- Data driven Jigsaw Structures have been put back behind the experimental toggle.
- Trail ruins generate at the same location in Minecraft:old growth birch forests between Java and Bedrock on the same world seed.
Technical
- Moved the following Template:Cd methods from Template:Cd to Template:Cd:
- 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.
- Moved methods Template:Cd and Template:Cd from Template:Cd to Template:Cd.
- Moved interface Template:Cd from Template:Cd to Template:Cd.
- Moved interface Template:Cd from Template:Cd to Template:Cd.
- Moved error class Template:Cd from Template:Cd to Template:Cd.
- Moved Vanilla biome JSON files from an internal folder to the appropriate Vanilla behavior packs.
- Added Template:Cd field to Template:Cd component in Template:Cd json files to control the music played in the biome. The default music will be determined by the dimension if the Template:Cd component or Template:Cd property is left off. An empty string can be used if the biome is intended to be silent.
- Removed remainder of support for unused Template:Cd and Template:Cd JSON components.
Block Components
- Removed Upcoming Creator Features experiment requirement for field Template:Cd in Template:Cd component.
- Blocks using the Template:Cd component now can get added as loose items in the creative inventory and recipe book again.
- From 1.21.80 onward, when using a Template:Cd component or Template:Cd component, you must include both.
- 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.
- Released Template:Cmd and Template:Cmd out of the Data-Driven Jigsaw Structures experiment.
Components
- The Template:Cd component now has three new additional fields:
- Template:Cd defines where riders are placed when dismounting the entity:
- Template:Cd, 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.
- Template:Cd, riders are placed at the center of the top of the entity's collision box.
- Template:Cd, defines the event to execute on the owner entity when an entity starts riding it.
- Template:Cd, defines the event to execute on the owner entity when an entity stops riding it.
- Template:Cd defines where riders are placed when dismounting the entity:
- Content errors will log missing texture references in the Template:Cd item component.
- The Template:Cd component's Template:Cd definition now has two additional fields:
- Template:Cd can be used to set a different camera radius when in third person or third person front camera. The value needs to be in the range Template:Cd. Value Template:Cd is ignored.
- Template:Cd adds springiness to the camera movement when the camera moves back to its radius after being pushed closer to the player by and obstacle. A higher value means a stiffer spring. The value needs to be in the range Template:Cd. Value Template:Cd is ignored.
- The Template:Cd component now support multiple presets:
- A list of presets can be defined in the new Template:Cd field.
- Each preset determines how the entity behaves when leashed to another entity.
- A preset is selected when the entity is leashed and remains active until it is leashed to something else.
- The first preset whose Template:Cd conditions are met will be applied.
- If no presets match, a default configuration is used instead.
- The following fields are now part of each preset:
- Template:Cd: Defines the condition that selects this preset out of all the presets upon leashing.
- Template:Cd: Distance at which the spring effect begins.
- Template:Cd: Distance at which the leash stiffens.
- Template:Cd: Distance at which the leash breaks.
- Template:Cd: Determines if a player can steal the leashed entity using a lead.
- Added validation for block asset references in components.
- Content errors will log missing block references for the following components:
- item component Template:Cd
- item component Template:Cd
- item component Template:Cd
- spawn rules component Template:Cd
- spawn rules component Template:Cd
- spawn rules component Template:Cd
- Template:Cd has been moved from Template:Cd back to being a direct sub-field of the Template:Cd component.
- Content errors will log missing block references for the following 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.
- Content errors will log missing entity references in the Template:Cd and Template:Cd item components.
Documentation
- Include Template:Cd and Template:Cd JSON files in generated documentation.
Entity Filters
- Added new entity filter Template:Cd, works like Template:Cd but takes an item tag instead of an item name.
General
- Updated the client side biome component Template:Cd field Template:Cd to be optional. Added a content error that fires if the component is empty.
Goals
- Template:Cd has been updated with new fields:
- Template:Cd: 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.
- Template:Cd: makes sure there are no blocks present in an inflated area around the target position.
- Template:Cd: allow the mob to have target positions inside liquids.
- Template:Cd: the distance in the horizontal directions to look for nearby surfaces. Only valid when Template:Cd is Template:Cd.
- Template:Cd: the distance in the vertical directions to look for nearby surfaces. Only valid when Template:Cd is Template:Cd.
- Template:Cd has been updated with the following new fields:
- Template:Cd: If Template:Cd, the mob will respect the Template:Cd component's Template:Cd field when choosing a target to follow. If Template:Cd, it will choose target position without considering home restrictions.
- Template:Cd: The type of actor to prefer following. If left unspecified, a random actor among those in range will be chosen.
- Template:Cd: 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.
- Added fields to Template:Cd goal:
- The Template:Cd field specifies a custom distance for when the tempted mob should stop moving towards the player.
- The Template:Cd field specifies the event to trigger when the goal starts.
- The Template:Cd field specifies the event to trigger when the goal ends.
- Added Template:Cd goal, which allows a tempted mob to move in a line towards the player:
- This goal is a variant of the Template:Cd goal and shares the same fields
- Requires the mob to be in a floating state (e.g. use the Template:Cd component)
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.
- Template:Cd no longer requires the Upcoming Creator Features experiment.
- Added the Template:Cd Molang query, which allows querying how many entities have the given entity as their leash holder.
- 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
Network Protocol
- Added Template:Cd.
Stability and performance
- Make friends drawer and play screen more performant using a cached view.
- Exposed new fields to data driven jigsaw structures: Template:Cd, Template:Cd, Template:Cd, Template:Cd
- Made Template:Cd optional and changed Template:Cd to Template:Cd
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Locator Bar", "Custom Components V2", "Drop 2 2025", "Custom biomes", "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.
Command format
- Added the Template:Cmd command for switching control schemes when the Experimental Creator Camera toggle is enabled.
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 Minecraft:snowballs and a Minecraft:harness.
- File:Ghastling (pre-release).gif Baby versions are called ghastlings.
- Spawned after a dried ghast gets hydrated in Minecraft:water.
- Can be fed 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.
- The Player Locator Bar (or 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 visible only to players in spectator mode.
- 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.
Graphical
- The Minecraft:Deferred Technical Preview is now available outside of Minecraft:Minecraft Preview using the Vibrant Visuals experiment.
- New vanilla PBR textures and deferred lighting configurations have been added.
- 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
- Template:Cd has been changed to read-only in version Template:Cd
- Added property Template:Cd to Template:Cd, Template:Cd, and Template:Cd which returns the key used for finding the localized names of these objects.
- Added new Container APIs:
- Template:Cd: Attempts to find an instance of an item inside the container.
- Template:Cd: Finds the index of the first empty slot inside the container.
- Template:Cd: Finds the index of the first item inside the container.
- Template:Cd: Find the index of the first instance of an item inside the container.
- Template:Cd: Find the index of the last instance of an item inside the container.
- 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.
- Custom Commands
- Added support for custom commands authored in script. The new Template:Cd is provided when listening to Template:Cd.
- Additional types added:
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>
- New field Template:Cd added to the culling rules schema. It provides more control over which neighbor blocks will trigger a face or part to be culled.
- The supported values are Template:Cd, Template:Cd, Template:Cd and Template:Cd.
- Template:Cd will pass the condition if the neighbor block is full and opaque.
- All conditions are an extension of Template:Cd, meaning a full and opaque neighbor will always be a passing condition, before the extended Template:Cd condition is checked.
- Template:Cd will pass the condition if the neighbor block shares the same Template:Cd as the block being occluded, defined in the geometry component.
- If either of the culling layers being compared is Template:Cd, the condition will never pass.
- Template:Cd will pass the condition if the neighbor block has the same identifier.
- Template:Cd will pass the condition if the neighbor block has the same identifier and is the exact same permutation.
- Template:Cd will pass the condition if the neighbor block is full and opaque.
- Additionally, the feature is currently only usable behind the "upcoming creator features" toggle.
- The supported values are Template:Cd, Template:Cd, Template:Cd and Template:Cd.
- New field Template:Cd added to the block's geometry component. It allows different blocks to be grouped together when using the Template:Cd condition in a culling rules file.
- When using the Template:Cd namespace, the only allowed culling layer identifiers are: Template:Cd or Template:Cd.
- Additionally, the feature is currently only usable behind the "upcoming creator features" toggle.
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.
- Added Template:Cd component to allow for custom biomes to replace portions of vanilla biomes. To use, add to custom biome files in behavior packs.
Graphical
- Added a new lighting model for clouds in the Deferred Technical Preview, now called Minecraft:Vibrant Visuals. 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.
Technical
API
- Template:Cd has been changed to read-only.
- Template:Cd method on Template:Cd has been renamed to Template:Cd.
- Template:Cd methods Template:Cd and Template:Cd will return Template:Cd for custom components registered with Template:Cd.
- Template:Cd method Template:Cd will return Template:Cd for custom components registered with Template:Cd.
- Class Template:Cd.
- Changed function Template:Cd.
- Removed parameter Template:Cd.
- Added parameter Template:Cd.
- Changed function Template:Cd.
- Removed parameter Template:Cd.
- Removed parameter Template:Cd.
- Added parameter Template:Cd.
- Changed function Template:Cd.
- Removed parameter Template:Cd.
- Added parameter Template:Cd.
- Changed function Template:Cd.
- Removed parameter Template:Cd.
- Added parameter Template:Cd.
- Changed function Template:Cd.
- Added interface Template:Cd:
<syntaxhighlight lang="c++">export interface ModalFormDataDropdownOptions {
defaultValueIndex?: number; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
- Added interface Template:Cd:
<syntaxhighlight lang="c++">export interface ModalFormDataSliderOptions {
defaultValue?: number; tooltip?: minecraftserver.RawMessage | string; valueStep?: number;
}</syntaxhighlight>
- Added interface Template:Cd:
<syntaxhighlight lang="c++">export interface ModalFormDataTextFieldOptions {
defaultValue?: string; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
- Added interface Template:Cd:
<syntaxhighlight lang="c++">export interface ModalFormDataToggleOptions {
defaultValue?: boolean; tooltip?: minecraftserver.RawMessage | string;
}</syntaxhighlight>
- Template:Cd has been changed to read-only in version Template:Cd.
- Coroutines (promises) are now flushed in early execution to allow async imports to interact with early execution APIs like Custom Components and Custom Commands.
- Added support for custom command enums.
- Added Template:Cd type to Template:Cd.
- Template:Cd method of Template:Cd no longer supports using a spawn event inside the Template:Cd parameter. Template:Cd interface now has an optional string member Template:Cd for specifying a spawn event to be sent to the entity when it is spawned. Please update any existing usages of spawn events inside Template:Cd to instead use this new Template:Cd option. For example Template:Cd should become Template:Cd
- Template:Cd has been removed.
- Template:Cd method Template:Cd will return Template:Cd for custom components registered with Template:Cd in Template:Cd.
- Class Template:Cd.
- Changed type for Template:Cd property from Template:Cd.
- New Signature: Template:Cd.
- Old Signature: Template:Cd.
- Template:Cd array now contains entries for all the elements provided by the request. It means that labels, headers, and dividers are considered into the response with an Template:Cd value.
- Changed type for Template:Cd property from Template:Cd.
Blocks
- Always add a missing Template:Cd component to Template:Cd that have a Template:Cd component, using the Template:Cd material as reference:
- The Template:Cd field in Template:Cd is now optional; if not provided or empty, it will be populated from the Template:Cd component.
Graphical
- Updated the format of Template:Cd to include support for controlling the new End light flash in Minecraft:Vibrant Visuals. The Template:Cd section now has two groups: Template:Cd, which contains the lighting information around the sun and moon, and Template:Cd, which contains information about the Minecraft:End light flash. The Template:Cd section supports an Template:Cd field which controls the max illuminance of the End light flash, and a Template:Cd field, which controls the color of the flash. Example JSON with this new format follows:
<syntaxhighlight lang="c++"> {
"format_version": "1.21.80",
"minecraft:lighting_settings": {
"description": {
"identifier": "minecraft:default_lighting"
},
"directional_lights": {
"orbital": {
"sun": {
"illuminance": {
"0.0": 1.0,
},
"color": {
"0.0": [ 255, 255, 0 ]
}
},
"moon": {
"illuminance": {
"0.0": 1.0,
},
"color": {
"0.0": [ 0, 0, 255 ]
}
},
"orbital_offset_degrees": 5.0
},
"flash": {
"illuminance": 1.0,
"color": [ 255, 0, 255 ]
}
},
"emissive": {
"desaturation": 0.2
},
"ambient": {
"color": "#FFFFFF",
"illuminance": 0.4
},
"sky": {
"intensity": 0.8
}
}
}</syntaxhighlight>
Technical Experimental
- Removed unused experimental json field Template:Cd in the behavior pack biome file.
Fixes
Template: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 Template:Cd 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.
- Fixed ambient occlusion issue for non 1x1x1 blocks. When a block around any of these smaller non 1x1x1 blocks is broken, the AO computation is correctly applied to the face in the direction of that broken block. Previously the wrong face could be seen getting lightened/darkened. A list of blocks affected: stairs, walls, gates, buttons, cakes, plates, fences, anvil, grindstone, hopper, bell, lectern, eggs, brewing stand.
- Worlds are no longer missing from the storage menu.
- Bundle tooltip no longer sometimes renders as if having a different amount of items.
- Block using the Template:Cd component will now correctly be sent to player connecting to a host.
- Fixed an issue where Text To Speech wasn't working on Android Fire Tablet devices.
- Fixed an issue where the player would momentarily lay under or beside a Bed when going to sleep.
- Fixed a crash when clicking several times while trying to upload a world to an inactive Realm slot.
- Fixed an issue that caused a crash while generating chunks.
- Fixed an issue which prevented the Template:Keys keyboard shortcut from working in certain scenarios on the death screen.
- Bundle slot selection using gamepad right stick no longer skips slots when playing in splitscreen.
- Stacks are now correctly splitting across slots when moving cursor and holding the left mouse button to split a stack evenly across slots.
- Fixed a bug where worlds set to Creative would be created with cheats turned on.
- 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.
- Stained glass now renders with correct colors when using Vibrant Visuals.
- Bundle UI now correctly disappears when interacting with Inventory tabs in Pocket UI.
- Fixed a bug where the game would be unresponsive for a short while after leaving the bed screen.
- Fixed isotropic textures in Template:Cd being squashed and stretched for non-square face.
- Empty open Bundle icon now renders correctly when Bundles are tapped with Touch Controls.
- Fixed bugs causing marketplace addon content to sometimes not load in a world.
- Fixed a crash caused by buffer overrun in the data driven renderer when multiple values wrote to overlay color.
- Fixed null pointer de-referencing crash in chunk rendering.
Videos
- Updates for Creators
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition 1.21.80 Minecraft:es:Bedrock Edition 1.21.80 Minecraft:ja:Bedrock Edition 1.21.80 Minecraft:pt:Edição Bedrock 1.21.80 Minecraft:uk:1.21.80 (Bedrock Edition) Minecraft:zh:基岩版1.21.80 Minecraft:ru:1.21.80 (Bedrock Edition)