Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.21.80.21: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 39: Line 39:
=== Technical ===
=== Technical ===
'''API'''
'''API'''
*Moved the following {{cd|player}} methods from {{cd|beta}} to {{cd|v1.18.0}}:
*Moved the following {{MC/Cd|player}} methods from {{MC/Cd|beta}} to {{MC/Cd|v1.18.0}}:
**{{cd|setPropertyOverrideForEntity}}
**{{MC/Cd|setPropertyOverrideForEntity}}
**{{cd|removePropertyOverrideForEntity}}
**{{MC/Cd|removePropertyOverrideForEntity}}
**{{cd|clearPropertyOverridesForEntity}}
**{{MC/Cd|clearPropertyOverridesForEntity}}


'''[[Minecraft:Biome]]s'''
'''[[Minecraft:Biome]]s'''
*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.
*Added {{MC/Cd|music_definition}} field to {{MC/Cd|minecraft:biome_music}} component in {{MC/Cd|client_biome}} json files to control the music played in the biome. The default music will be determined by the dimension if the {{MC/Cd|biome_music}} component or {{MC/Cd|music_definition}} property is left off. An empty string can be used if the biome is intended to be silent.


'''[[Minecraft:Block]]s'''
'''[[Minecraft:Block]]s'''
*Blocks using the {{cd|minecraft:block_placer}} component now can get added as loose items in the creative inventory and recipe book again.
*Blocks using the {{MC/Cd|minecraft:block_placer}} component now can get added as loose items in the creative inventory and recipe book again.


'''Components'''
'''Components'''
*Content errors will log missing texture references in the {{cd|minecraft:icon}} item component.
*Content errors will log missing texture references in the {{MC/Cd|minecraft:icon}} item component.
*The {{cd|minecraft:rideable}} component's {{cd|Seat}} definition now has two additional fields:
*The {{MC/Cd|minecraft:rideable}} component's {{MC/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.
**{{MC/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 {{MC/Cd|[1.0, 64.0]}}. Value {{MC/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.
**{{MC/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 {{MC/Cd|[1.0, 32.0]}}. Value {{MC/Cd|0.0}} is ignored.
*The {{cd|minecraft:leashable}} component now support multiple presets:
*The {{MC/Cd|minecraft:leashable}} component now support multiple presets:
**A list of presets can be defined in the new {{cd|presets}} field.
**A list of presets can be defined in the new {{MC/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 {{cd|filter}} conditions are met will be applied.
**The first preset whose {{MC/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.
***{{MC/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.
***{{MC/Cd|soft_distance}}: Distance at which the spring effect begins.
***{{cd|hard_distance}}: Distance at which the leash stiffens.
***{{MC/Cd|hard_distance}}: Distance at which the leash stiffens.
***{{cd|max_distance}}: Distance at which the leash breaks.
***{{MC/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.
***{{MC/Cd|can_be_stolen}}: Determines if a player can steal the leashed entity using a lead.


'''[[Minecraft:Molang]]'''
'''[[Minecraft:Molang]]'''
*Added the {{cd|query.leashed_entity_count}} Molang query, which allows querying how many entities have the given entity as their leash holder.
*Added the {{MC/Cd|query.leashed_entity_count}} Molang query, which allows querying how many entities have the given entity as their leash holder.


'''Stability and performance'''
'''Stability and performance'''
Line 84: Line 84:
==== Technical ====
==== Technical ====
'''API'''
'''API'''
*{{cd|EntityMarkVariantComponent}} has been changed to read-only in version {{cd|2.0 beta}}.
*{{MC/Cd|EntityMarkVariantComponent}} has been changed to read-only in version {{MC/Cd|2.0 beta}}.


'''Blocks'''
'''Blocks'''
*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:
*Always add a missing {{MC/Cd|Destruction Particles}} component to {{MC/Cd|blocks}} that have a {{MC/Cd|Material Instances}} component, using the {{MC/Cd|down}} material as reference:
**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.
**The {{MC/Cd|texture}} field in {{MC/Cd|minecraft:destruction_particles}} is now optional; if not provided or empty, it will be populated from the {{MC/Cd|Material Instances}} component.


'''Graphical'''
'''Graphical'''
Line 95: Line 95:


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.21.80.21 Preview
{{MC/Fixes|project=MCPE|fixedin=1.21.80.21 Preview
|;old
|;old
|188731|Spawn Under Nether Portal after traveling to the overworld
|188731|Spawn Under Nether Portal after traveling to the overworld
Line 105: Line 105:
*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 {{cd|minecraft:destruction_particles}} component will now correctly be sent to player connecting to a host.
*Block using the {{MC/Cd|minecraft:destruction_particles}} component will now correctly be sent to player connecting to a host.
*Fixed a bug that caused the Editor to crash when the Deferred Technical Preview was enabled.</onlyinclude>
*Fixed a bug that caused the Editor to crash when the Deferred Technical Preview was enabled.</onlyinclude>


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.21.80 betas]]
[[Category:Bedrock Edition 1.21.80 betas]]

Latest revision as of 19:24, 9 April 2026

Template:Infobox version Beta 1.21.80.21 (ChromeOS, Android) or Preview 1.21.80.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.80, released on March 18, 2025,<ref>Template:Cite</ref> which fixes bugs.

Changes

General

UI

  • 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.

VR

  • Removed access to virtual and mixed reality gameplay.

Mobs

General

  • A recent change that caused "invincible pet" mobs to despawn have reverted.
    • Mobs in worlds opened during Preview may have despawned, but players updating to the upcoming 1.21.70 release should be unaffected.

Technical

API

  • Moved the following
  1. REDIRECT Template:Code

Template:Redr methods from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Minecraft:Biomes

  • Added
  1. REDIRECT Template:Code

Template:Redr field to

  1. REDIRECT Template:Code

Template:Redr component in

  1. REDIRECT Template:Code

Template:Redr json files to control the music played in the biome. The default music will be determined by the dimension if the

  1. REDIRECT Template:Code

Template:Redr component or

  1. REDIRECT Template:Code

Template:Redr property is left off. An empty string can be used if the biome is intended to be silent.

Minecraft:Blocks

  • Blocks using the
  1. REDIRECT Template:Code

Template:Redr component now can get added as loose items in the creative inventory and recipe book again.

Components

  • Content errors will log missing texture references in the
  1. REDIRECT Template:Code

Template:Redr item component.

  • The
  1. REDIRECT Template:Code

Template:Redr component's

  1. REDIRECT Template:Code

Template:Redr definition now has two additional fields:

  1. REDIRECT Template:Code

Template:Redr 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

  1. REDIRECT Template:Code

Template:Redr. Value

  1. REDIRECT Template:Code

Template:Redr is ignored.

  1. REDIRECT Template:Code

Template:Redr 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

  1. REDIRECT Template:Code

Template:Redr. Value

  1. REDIRECT Template:Code

Template:Redr is ignored.

  • The
  1. REDIRECT Template:Code

Template:Redr component now support multiple presets:

    • A list of presets can be defined in the new
  1. REDIRECT Template:Code

Template:Redr 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
  1. REDIRECT Template:Code

Template:Redr 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:
  1. REDIRECT Template:Code

Template:Redr: Defines the condition that selects this preset out of all the presets upon leashing.

  1. REDIRECT Template:Code

Template:Redr: Distance at which the spring effect begins.

  1. REDIRECT Template:Code

Template:Redr: Distance at which the leash stiffens.

  1. REDIRECT Template:Code

Template:Redr: Distance at which the leash breaks.

  1. REDIRECT Template:Code

Template:Redr: Determines if a player can steal the leashed entity using a lead.

Minecraft:Molang

  • Added the
  1. REDIRECT Template:Code

Template:Redr Molang query, which allows querying how many entities have the given entity as their leash holder.

Stability and performance

  • Make friends drawer and play screen more performant using a cached view.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Locator Bar" experimental toggles.

Changes

Gameplay

Player Locator Bar

Technical

API

  1. REDIRECT Template:Code

Template:Redr has been changed to read-only in version

  1. REDIRECT Template:Code

Template:Redr.

Blocks

  • Always add a missing
  1. REDIRECT Template:Code

Template:Redr component to

  1. REDIRECT Template:Code

Template:Redr that have a

  1. REDIRECT Template:Code

Template:Redr component, using the

  1. REDIRECT Template:Code

Template:Redr material as reference:

    • The
  1. REDIRECT Template:Code

Template:Redr field in

  1. REDIRECT Template:Code

Template:Redr is now optional; if not provided or empty, it will be populated from the

  1. REDIRECT Template:Code

Template:Redr component.

Graphical

  • Enforced minimum Android, iOS, and iPadOS requirements for devices running the Deferred Technical Preview for maintained performance, stability, and visuals moving forward. For Android, a Adreno 640, Mali-G68, Mali-G77, or Xclipse 530 GPU or higher is required. On iOS devices, an A12 Bionic chip or later is required. On iPadOS devices, an A12 Bionic or M1 chip or later is required.
  • Disabled local exposure on all platforms because of a bug that can cause massive visual corruption in the Deferred Technical Preview. Developers will re-enable the technology in a future update once the issue has been resolved.

Fixes

Script error: No such module "fixes". Other

  • 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
  1. REDIRECT Template:Code

Template:Redr component will now correctly be sent to player connecting to a host.

  • Fixed a bug that caused the Editor to crash when the Deferred Technical Preview was enabled.

References

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.21.80.21 pt:Edição Bedrock Preview 1.21.80.21 ru:Preview 1.21.80.21 (Bedrock Edition) uk:Preview 1.21.80.21 (Bedrock Edition) zh:基岩版1.21.80.21