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.60.21: Difference between revisions

From SAS Gaming Wiki
imported>EmeraldBuilder
m Technical: typo.
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
== Additions ==
== Additions ==
=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Pause menu]]'''
'''Pause menu'''
*Added ability to pause the game in singleplayer worlds when entering the pause screen, the feature can be turned on/off from the [[Minecraft:setting]]s in the general section.
*Added ability to pause the game in singleplayer worlds when entering the pause screen, the feature can be turned on/off from the settings in the general section.


=== General ===
=== General ===
'''[[Minecraft:Accessibility]]'''
'''Accessibility'''
*Added narration in the Realms plan picker screen informing the player they can navigate below the "buy" button to get more information about a given plan.
*Added narration in the Realms plan picker screen informing the player they can navigate below the "buy" button to get more information about a given plan.


Line 37: Line 37:
== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Torchflower]]s, [[Minecraft:Pitcher Plant]]s, [[Minecraft:Open Eyeblossom]]s and [[Minecraft:Closed Eyeblossom]]s '''
'''[[Minecraft:Torchflower]]s, [[Minecraft:Pitcher Plant]]s, Open Eyeblossoms and Closed Eyeblossoms '''
*They now increase the probability of a nearby [[Minecraft:sapling]] growing into a [[Minecraft:tree]] with a [[Minecraft:bee nest]].
*They now increase the probability of a nearby [[Minecraft:sapling]] growing into a tree with a bee nest.


=== Mobs ===
=== Mobs ===
'''[[Minecraft:Cat]]'''
'''Cat'''
*Breeding cats with compatible collar colors gives the baby a collar with a mixture of the colors.
*Breeding cats with compatible collar colors gives the baby a collar with a mixture of the colors.


'''[[Minecraft:Creaking]]'''
'''Creaking'''
*Creakings now crumble if their creaking heart is forcibly deactivated through commands.
*Creakings now crumble if their creaking heart is forcibly deactivated through commands.


'''[[Minecraft:Drowned]]'''
'''Drowned'''
*Baby drowned now move with the same speed as baby zombies and baby zombie villagers.
*Baby drowned now move with the same speed as baby zombies and baby zombie villagers.


'''[[Minecraft:Fox]]'''
'''Fox'''
*Foxes now periodically play their "mad" sound while defending a player.
*Foxes now periodically play their "mad" sound while defending a player.


'''[[Minecraft:Sheep]]'''
'''Sheep'''
*Breeding sheep with compatible wool colors gives the baby a mixture of the colors.
*Breeding sheep with compatible wool colors gives the baby a mixture of the colors.


Line 63: Line 63:
*Slightly improved the collision detection between moving blocks and mobs in some cases.
*Slightly improved the collision detection between moving blocks and mobs in some cases.


'''[[Minecraft:Sleeping]]'''
'''Sleeping'''
*Changed wording for lowest number required for player sleeping to skip the night.
*Changed wording for lowest number required for player sleeping to skip the night.


Line 77: Line 77:


'''UI'''
'''UI'''
*Updated the location, labeling and icon usage for [[Minecraft:achievements]] across multiple screens.
*Updated the location, labeling and icon usage for achievements across multiple screens.
*For the achievement % counter, a new book asset replaced the potion bottle and supports multi-tier visual states to celebrate progress, including a delightful animation for 100% completion.  
*For the achievement % counter, a new book asset replaced the potion bottle and supports multi-tier visual states to celebrate progress, including a delightful animation for 100% completion.  
*Consolidated the fancy graphics toggle and ray tracing toggle into a single Graphics Mode dropdown. Fancy and Ray Tracing mode are equivalent to having the previous Fancy and Ray Tracing toggles enabled, and the Simple mode is equivalent to having neither of the previous toggles enabled.
*Consolidated the fancy graphics toggle and ray tracing toggle into a single Graphics Mode dropdown. Fancy and Ray Tracing mode are equivalent to having the previous Fancy and Ray Tracing toggles enabled, and the Simple mode is equivalent to having neither of the previous toggles enabled.


=== Technical ===
=== Technical ===
'''[[Minecraft:API]]'''
'''API'''
*Updated numeric JavaScript enums now properly handle and support reverse value mappings.  
*Updated numeric JavaScript enums now properly handle and support reverse value mappings.  
*{{cd|InputPermissions}}
*{{MC/Cd|InputPermissions}}
**Moved the following {{cd|InputPermissionCategory}} enum values to {{cd|1.17.0}}: {{cd|LateralMovement}}, {{cd|Sneak}}, {{cd|Jump}}, {{cd|Mount}}, {{cd|Dismount}}, {{cd|MoveForward}}, {{cd|MoveBackward}}, {{cd|MoveLeft}}, and {{cd|MoveRight}}.
**Moved the following {{MC/Cd|InputPermissionCategory}} enum values to {{MC/Cd|1.17.0}}: {{MC/Cd|LateralMovement}}, {{MC/Cd|Sneak}}, {{MC/Cd|Jump}}, {{MC/Cd|Mount}}, {{MC/Cd|Dismount}}, {{MC/Cd|MoveForward}}, {{MC/Cd|MoveBackward}}, {{MC/Cd|MoveLeft}}, and {{MC/Cd|MoveRight}}.
**Moved the following methods on {{cd|PlayerInputPermissions}} to {{cd|1.17.0}}:
**Moved the following methods on {{MC/Cd|PlayerInputPermissions}} to {{MC/Cd|1.17.0}}:
***{{cd|isPermissionCategoryEnabled(permissionCategory: InputPermissionCategory): boolean;}}
***{{MC/Cd|isPermissionCategoryEnabled(permissionCategory: InputPermissionCategory): boolean;}}
***{{cd|setPermissionCategory(permissionCategory: InputPermissionCategory, isEnabled: boolean): void;}}
***{{MC/Cd|setPermissionCategory(permissionCategory: InputPermissionCategory, isEnabled: boolean): void;}}
*Removed the {{cd|compostingChance}} available from the {{cd|ItemStack}} API. The composting chance for Vanilla items can now be accessed via the singular {{cd|CompostableItemComponent-}}.
*Removed the {{MC/Cd|compostingChance}} available from the {{MC/Cd|ItemStack}} API. The composting chance for Vanilla items can now be accessed via the singular {{MC/Cd|CompostableItemComponent-}}.


'''[[Minecraft:Block]]s'''
'''[[Minecraft:Block]]s'''
*Removed "Upcoming Creator Feature" toggle requirement for {{cd|minecraft:item_visual}} component.
*Removed "Upcoming Creator Feature" toggle requirement for {{MC/Cd|minecraft:item_visual}} component.
*Updated {{cd|minecraft:material_instances}} component
*Updated {{MC/Cd|minecraft:material_instances}} component
**Removed "Upcoming Creator Features" experiment requirement for {{cd|ambient_occlusion}} field to be {{cd|float}} type.
**Removed "Upcoming Creator Features" experiment requirement for {{MC/Cd|ambient_occlusion}} field to be {{MC/Cd|float}} type.


'''Components'''
'''Components'''
*The [[Minecraft:strider]] now makes use of the {{cd|minecraft:movement_sound_distance_offset}} component for its movement sound distance offset.
*The strider now makes use of the {{MC/Cd|minecraft:movement_sound_distance_offset}} component for its movement sound distance offset.


'''Entity Components'''
'''Entity Components'''
*The {{cd|minecraft:breedable}} component now has a field that enables the offspring's {{cd|minecraft:color}} attribute to be a blend of the parents' {{cd|minecraft:color}}.
*The {{MC/Cd|minecraft:breedable}} component now has a field that enables the offspring's {{MC/Cd|minecraft:color}} attribute to be a blend of the parents' {{MC/Cd|minecraft:color}}.
**{{cd|combine_parent_colors}}, If a color mutation will not happen, the baby will get a combination of the parents' colors if the colors are compatible. Color combinations follow the rules of {{cd|DyeItem}} combinations. If the colors are not compatible the baby will get one of the parents colors chosen randomly.
**{{MC/Cd|combine_parent_colors}}, If a color mutation will not happen, the baby will get a combination of the parents' colors if the colors are compatible. Color combinations follow the rules of {{MC/Cd|DyeItem}} combinations. If the colors are not compatible the baby will get one of the parents colors chosen randomly.
***Valid values: {{cd|true}}, {{cd|false}}.
***Valid values: {{MC/Cd|true}}, {{MC/Cd|false}}.


'''Entity Filters'''
'''Entity Filters'''
*Added new entity filter {{cd|home_distance}}, which checks the distance of an entity from its home.
*Added new entity filter {{MC/Cd|home_distance}}, which checks the distance of an entity from its home.
**Requires the subject entity to have a {{cd|minecraft:home}} component.
**Requires the subject entity to have a {{MC/Cd|minecraft:home}} component.
**Returns {{cd|false}} if the subject has no home or if the home is in a different dimension.
**Returns {{MC/Cd|false}} if the subject has no home or if the home is in a different dimension.
*Added new entity filter {{cd|is_bound_to_creaking_heart}}, which checks if the creaking heart that spawned the subject creaking still exists.
*Added new entity filter {{MC/Cd|is_bound_to_creaking_heart}}, which checks if the creaking heart that spawned the subject creaking still exists.


'''Graphical'''
'''Graphical'''
Line 114: Line 114:


'''[[Minecraft:Item]]s'''
'''[[Minecraft:Item]]s'''
*Added a content warning to the {{cd|minecraft:durability_sensor}} item component's {{cd|particle_type}} when an invalid value is provided.
*Added a content warning to the {{MC/Cd|minecraft:durability_sensor}} item component's {{MC/Cd|particle_type}} when an invalid value is provided.


'''[[Minecraft:Sound]]s'''
'''Sounds'''
*Added {{cd|base}} parameter to block sounds specifying another block sound they should use sounds for if they do not define a sound themselves.
*Added {{MC/Cd|base}} parameter to block sounds specifying another block sound they should use sounds for if they do not define a sound themselves.


== Experimental ==
== Experimental ==
Line 127: Line 127:


'''[[Minecraft:Commands]]'''
'''[[Minecraft:Commands]]'''
*Added support for input glyph replacement for {{cmd|me}} and {{cmd|tell}} commands. For example, using input string {{cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.
*Added support for input glyph replacement for {{MC/Cmd|me}} and {{MC/Cmd|tell}} commands. For example, using input string {{MC/Cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.


'''Components'''
'''Components'''
*Removing a waterlogged custom block using the {{cd|minecraft:liquid_detection}} component with {{cd|stopsLiquidFlowingFromDirection}} enabled for all directions now results in flowing water rather than a stagnant block of water.  
*Removing a waterlogged custom block using the {{MC/Cd|minecraft:liquid_detection}} component with {{MC/Cd|stopsLiquidFlowingFromDirection}} enabled for all directions now results in flowing water rather than a stagnant block of water.  


'''Gameplay'''
'''Gameplay'''
Line 140: Line 140:
'''UI'''
'''UI'''
*Added a new radio button to allow players to select if they want Deferred Video Settings to favor performance or favor visuals.
*Added a new radio button to allow players to select if they want Deferred Video Settings to favor performance or favor visuals.
*Added support for input glyph replacement for signs, signed books, and NPC dialogs. For example, using input string {{cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.
*Added support for input glyph replacement for signs, signed books, and NPC dialogs. For example, using input string {{MC/Cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.


== Fixes ==
== Fixes ==
Line 162: Line 162:
|177105|Exposed Copper Bulb has inconsistent pixels
|177105|Exposed Copper Bulb has inconsistent pixels
|178313|Horses & Donkeys dont make idle Sounds
|178313|Horses & Donkeys dont make idle Sounds
|183944|Sneak button on D-Pad acts like the forward button when flying or when the HUD is hidden via {{cmd|hud}}
|183944|Sneak button on D-Pad acts like the forward button when flying or when the HUD is hidden via {{MC/Cmd|hud}}
|187777|Certain blocks have inconsistent/outdated {{cd|ambient_occlusion_exponent}} values in {{cd|blocks.json}}
|187777|Certain blocks have inconsistent/outdated {{MC/Cd|ambient_occlusion_exponent}} values in {{MC/Cd|blocks.json}}
|188187|Baby wolves/cats do not mix collar colors when born (if available)
|188187|Baby wolves/cats do not mix collar colors when born (if available)
|188216|{{cd|ambient_occlusion_exponent}} field in {{cd|blocks.json}} disappeared from all vanilla resources
|188216|{{MC/Cd|ambient_occlusion_exponent}} field in {{MC/Cd|blocks.json}} disappeared from all vanilla resources
|188221|{{cd|ambient_occlusion_exponent}} field in {{cd|blocks.json}} does nothing in-game
|188221|{{MC/Cd|ambient_occlusion_exponent}} field in {{MC/Cd|blocks.json}} does nothing in-game
|188260|Sculk sensors are not activated upon resin clumps spawning from creaking hearts
|188260|Sculk sensors are not activated upon resin clumps spawning from creaking hearts
|188352|Parity issue: Creakings from creaking hearts despawn on world reload
|188352|Parity issue: Creakings from creaking hearts despawn on world reload
Line 174: Line 174:
*Fixed an issue where users could sometimes not rejoin a Realm they left by using an invite code.  
*Fixed an issue where users could sometimes not rejoin a Realm they left by using an invite code.  
*Fixed players needed to skip night slider on the edit world screen to be able to go to 0%.
*Fixed players needed to skip night slider on the edit world screen to be able to go to 0%.
*Fixed a bug where calling {{cd|Player.hideAllExcept}} could crash the server.
*Fixed a bug where calling {{MC/Cd|Player.hideAllExcept}} could crash the server.
*Fixed edge cases where {{cd|ModalFormData}} scrolls to the bottom when UI is opened.
*Fixed edge cases where {{MC/Cd|ModalFormData}} scrolls to the bottom when UI is opened.
*Fixed a bug that caused a black screen on some PowerVR-based Android devices when using the Deferred Technical Preview. Some PowerVR devices are still known to experience issues.  
*Fixed a bug that caused a black screen on some PowerVR-based Android devices when using the Deferred Technical Preview. Some PowerVR devices are still known to experience issues.  
*Fixed a bug that caused blocks moved by a piston to flicker with the Deferred Technical Preview enabled.
*Fixed a bug that caused blocks moved by a piston to flicker with the Deferred Technical Preview enabled.
Line 184: Line 184:


== 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.60 betas]]
[[Category:Bedrock Edition 1.21.60 betas]]


[[Minecraft:de:Bedrock Edition beta 1.21.60.21]]
de:Bedrock Edition beta 1.21.60.21
[[Minecraft:pt:Edição Bedrock Preview 1.21.60.21]]
pt:Edição Bedrock Preview 1.21.60.21
[[Minecraft:ru:Preview 1.21.60.21 (Bedrock Edition)]]
ru:Preview 1.21.60.21 (Bedrock Edition)
[[Minecraft:uk:Preview 1.21.60.21 (Bedrock Edition)]]
uk:Preview 1.21.60.21 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.60.21]]
zh:基岩版1.21.60.21

Latest revision as of 19:23, 9 April 2026

Template:Infobox version Beta 1.21.60.21 (ChromeOS, Android) or Preview 1.21.60.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Minecraft:Bedrock Edition 1.21.60, released on November 20, 2024,<ref>Template:Cite</ref> which adds the ability to pause the game in singleplayer worlds and fixes bugs.

Additions

Gameplay

Pause menu

  • Added ability to pause the game in singleplayer worlds when entering the pause screen, the feature can be turned on/off from the settings in the general section.

General

Accessibility

  • Added narration in the Realms plan picker screen informing the player they can navigate below the "buy" button to get more information about a given plan.

Filter Profanity Toggle

  • Introduced a new "Filter Profanity" setting on Windows. When on, all text content including chat will perform as it always has; profanities will be filtered for you and others. When off, most profanities, with the exception of some potentially harmful content, will be unfiltered for player and all others who also have the toggle off. The setting is default on for all players and cannot be changed for child accounts or players not signed in. Player can toggle it off in Settings under "General".

Changes

Blocks

Minecraft:Torchflowers, Minecraft:Pitcher Plants, Open Eyeblossoms and Closed Eyeblossoms

  • They now increase the probability of a nearby Minecraft:sapling growing into a tree with a bee nest.

Mobs

Cat

  • Breeding cats with compatible collar colors gives the baby a collar with a mixture of the colors.

Creaking

  • Creakings now crumble if their creaking heart is forcibly deactivated through commands.

Drowned

  • Baby drowned now move with the same speed as baby zombies and baby zombie villagers.

Fox

  • Foxes now periodically play their "mad" sound while defending a player.

Sheep

  • Breeding sheep with compatible wool colors gives the baby a mixture of the colors.

Minecraft:Wolf

  • Breeding wolves now produce offspring with one the parents' collar colors or a mixture of the parents' collar colors if the colors are compatible.

Gameplay

Collision

  • Slightly improved the collision detection between moving blocks and mobs in some cases.

Sleeping

  • Changed wording for lowest number required for player sleeping to skip the night.

General

Minecraft:Realms

  • Removed unnecessary duplicate calls to the Realms API.
  • At the Realms world select screen, when a world slot is selected, the focus will change to the edit world button if it is present, or activate world if not.
  • Added logic to check for Realms trial offer availability on top of the client's trial eligibility before presenting it to players.

Minecraft:Realms Stories

  • Player profile pics in Realms Stories will now load in more reliably.
  • Disabling Realms Stories badge notifications via the Stories settings screen now hides badges in the story feed as well as the play screen.

UI

  • Updated the location, labeling and icon usage for achievements across multiple screens.
  • For the achievement % counter, a new book asset replaced the potion bottle and supports multi-tier visual states to celebrate progress, including a delightful animation for 100% completion.
  • Consolidated the fancy graphics toggle and ray tracing toggle into a single Graphics Mode dropdown. Fancy and Ray Tracing mode are equivalent to having the previous Fancy and Ray Tracing toggles enabled, and the Simple mode is equivalent to having neither of the previous toggles enabled.

Technical

API

  • Updated numeric JavaScript enums now properly handle and support reverse value mappings.
  1. REDIRECT Template:Code

Template:Redr

    • Moved the following
  1. REDIRECT Template:Code

Template:Redr enum values 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,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr.

    • Moved the following methods on
  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

  • Removed the
  1. REDIRECT Template:Code

Template:Redr available from the

  1. REDIRECT Template:Code

Template:Redr API. The composting chance for Vanilla items can now be accessed via the singular

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • Removed "Upcoming Creator Feature" toggle requirement for
  1. REDIRECT Template:Code

Template:Redr component.

  • Updated
  1. REDIRECT Template:Code

Template:Redr component

    • Removed "Upcoming Creator Features" experiment requirement for
  1. REDIRECT Template:Code

Template:Redr field to be

  1. REDIRECT Template:Code

Template:Redr type.

Components

  • The strider now makes use of the
  1. REDIRECT Template:Code

Template:Redr component for its movement sound distance offset.

Entity Components

  • The
  1. REDIRECT Template:Code

Template:Redr component now has a field that enables the offspring's

  1. REDIRECT Template:Code

Template:Redr attribute to be a blend of the parents'

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr, If a color mutation will not happen, the baby will get a combination of the parents' colors if the colors are compatible. Color combinations follow the rules of

  1. REDIRECT Template:Code

Template:Redr combinations. If the colors are not compatible the baby will get one of the parents colors chosen randomly.

      • Valid values:
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr.

Entity Filters

  • Added new entity filter
  1. REDIRECT Template:Code

Template:Redr, which checks the distance of an entity from its home.

    • Requires the subject entity to have a
  1. REDIRECT Template:Code

Template:Redr component.

    • Returns
  1. REDIRECT Template:Code

Template:Redr if the subject has no home or if the home is in a different dimension.

  • Added new entity filter
  1. REDIRECT Template:Code

Template:Redr, which checks if the creaking heart that spawned the subject creaking still exists.

Graphical

  • Improved logic for handling very large textures within atlases. Textures that are guaranteed to overflow the maximum atlas size will now have mips dropped individually rather than forcing the entire atlas to drop mips.

Minecraft:Items

  • Added a content warning to the
  1. REDIRECT Template:Code

Template:Redr item component's

  1. REDIRECT Template:Code

Template:Redr when an invalid value is provided.

Sounds

  • Added
  1. REDIRECT Template:Code

Template:Redr parameter to block sounds specifying another block sound they should use sounds for if they do not define a sound themselves.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Creator Camera: New Third Person Presets", and "Aim Assist" experimental toggles.

Changes

Technical

Add-Ons and Script Engine

  • Updated Aim Assist, now it can only be used in third person camera perspectives. Switching to a unsupported camera type will disable aim assist.

Minecraft:Commands

  • Added support for input glyph replacement for
  1. REDIRECT Template:Command

Template:Redr and

  1. REDIRECT Template:Command

Template:Redr commands. For example, using input string

  1. REDIRECT Template:Code

Template:Redr will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.

Components

  • Removing a waterlogged custom block using the
  1. REDIRECT Template:Code

Template:Redr component with

  1. REDIRECT Template:Code

Template:Redr enabled for all directions now results in flowing water rather than a stagnant block of water.

Gameplay

  • Added easing between two moving cameras when "Creator Camera: New Third Person Presets" experiment is enabled.

Graphical

  • Sub Surface Scattering is now affected by point lights in the Deferred Technical Preview.

UI

  • Added a new radio button to allow players to select if they want Deferred Video Settings to favor performance or favor visuals.
  • Added support for input glyph replacement for signs, signed books, and NPC dialogs. For example, using input string
  1. REDIRECT Template:Code

Template:Redr will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.

Fixes

Template:Fixes Other

  • Creaking no longer plays ambient sounds when aggravated, only when idle.
  • Fixed an issue where users could sometimes not rejoin a Realm they left by using an invite code.
  • Fixed players needed to skip night slider on the edit world screen to be able to go to 0%.
  • Fixed a bug where calling
  1. REDIRECT Template:Code

Template:Redr could crash the server.

  • Fixed edge cases where
  1. REDIRECT Template:Code

Template:Redr scrolls to the bottom when UI is opened.

  • Fixed a bug that caused a black screen on some PowerVR-based Android devices when using the Deferred Technical Preview. Some PowerVR devices are still known to experience issues.
  • Fixed a bug that caused blocks moved by a piston to flicker with the Deferred Technical Preview enabled.
  • Fixed a bug where the seams of certain cubemap faces would be visible in sky reflections in the Deferred Technical Preview.

Trivia

  • This preview was initially incorrectly announced as 1.21.60.20.<ref>Template:Tweet</ref>

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.60.21 pt:Edição Bedrock Preview 1.21.60.21 ru:Preview 1.21.60.21 (Bedrock Edition) uk:Preview 1.21.60.21 (Bedrock Edition) zh:基岩版1.21.60.21