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

From SAS Gaming Wiki
imported>Ja17
m ko interwiki
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.60.23''' (Android) or '''Preview 1.20.60.23''' (Windows, iOS, iPadOS, Xbox) is the fourth beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.60]], released on December 13, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/22307322045197|title=Minecraft - Beta & ''Preview'' 1.20.60.23|website=Minecraft Feedback|date=December 13, 2023}}</ref><ref>{{Mcnet|minecraft-preview-1-20-60-23|Minecraft Preview 1.20.60.23|December 13, 2023|Jay Wells}}</ref> which adds the [[Minecraft:armadillo]] mob, [[Minecraft:armadillo scute]]s and [[Minecraft:wolf armor]] behind an experimental toggle and fixes bugs. This is the final beta/''Preview'' released in 2023.
'''Beta 1.20.60.23''' (Android) or '''Preview 1.20.60.23''' (Windows, iOS, iPadOS, Xbox) is the fourth beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.60]], released on December 13, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/22307322045197|title=Minecraft - Beta & ''Preview'' 1.20.60.23|website=Minecraft Feedback|date=December 13, 2023}}</ref><ref>{{Mcnet|minecraft-preview-1-20-60-23|Minecraft Preview 1.20.60.23|December 13, 2023|Jay Wells}}</ref> which adds the armadillo mob, armadillo scutes and wolf armor behind an experimental toggle and fixes bugs. This is the final beta/''Preview'' released in 2023.


== Additions ==
== Additions ==
Line 36: Line 36:
* Added Inbox Screen is being updated with improved navigation<ref>{{tweet|Volgar|1735001079153045667|Howdy, my dears! In case you missed it, there is now new Inbox screen built with Ore UI available in #Minecraft preview builds. It's a work in progress, but hopefully it'd be a hub for release notes, invitations etc}}</ref>.  
* Added Inbox Screen is being updated with improved navigation<ref>{{tweet|Volgar|1735001079153045667|Howdy, my dears! In case you missed it, there is now new Inbox screen built with Ore UI available in #Minecraft preview builds. It's a work in progress, but hopefully it'd be a hub for release notes, invitations etc}}</ref>.  
[[File:New UI - Inbox Screen Menu (Bedrock Preview 1.20.60.23).png|right|thumb|380px|New Inbox Screen.]]
[[File:New UI - Inbox Screen Menu (Bedrock Preview 1.20.60.23).png|right|thumb|380px|New Inbox Screen.]]
'''[[Minecraft:Experiments]]'''
'''Experiments'''
* Added the "Armadillo and Wolf Armor" experimental toggle.
* Added the "Armadillo and Wolf Armor" experimental toggle.
** Contains new [[Minecraft:armadillo]] mob, [[Minecraft:armadillo scute]]s and [[Minecraft:wolf armor]] for [[Minecraft:Bedrock Edition 1.21.0|Minecraft 1.21]].
** Contains new armadillo mob, armadillo scutes and wolf armor for [[Minecraft:Bedrock Edition 1.21.0|Minecraft 1.21]].


==Changes==
==Changes==
Line 44: Line 44:
* Added 4K resolution support for Xbox Series X{{!}}S consoles
* Added 4K resolution support for Xbox Series X{{!}}S consoles
===General===
===General===
'''[[Minecraft:Play Screen]]'''
'''Play Screen'''
* The friends drawer in the new Play screen now allows joining a friend’s world with a join button.
* The friends drawer in the new Play screen now allows joining a friend’s world with a join button.
'''[[Minecraft:World Options|Edit World Screen]]'''
'''Edit World Screen'''
* Edit World is being updated with improved navigation, more descriptions, and a new look and feel that matches the new Create New World Screen. (''Preview'' only)
* Edit World is being updated with improved navigation, more descriptions, and a new look and feel that matches the new Create New World Screen. (''Preview'' only)
[[File:New UI - Edit World Screen Menu (Bedrock Preview 1.20.60.23).png|right|thumb|300px|New Edit World Screen.]]
[[File:New UI - Edit World Screen Menu (Bedrock Preview 1.20.60.23).png|right|thumb|300px|New Edit World Screen.]]
Line 52: Line 52:
===Technical===
===Technical===
'''[[Minecraft:Add-on]]s and Script Engine'''
'''[[Minecraft:Add-on]]s and Script Engine'''
* The {{cd|minecraft:geometry.full_block}} identifier for the {{cd|minecraft:geometry}} block component has been added
* The {{MC/Cd|minecraft:geometry.full_block}} identifier for the {{MC/Cd|minecraft:geometry}} block component has been added
** The {{cd|minecraft:geometry.full_block}} identifier provides a centered 1x1x1 cube geometry
** The {{MC/Cd|minecraft:geometry.full_block}} identifier provides a centered 1x1x1 cube geometry
** When combined with a {{cd|material_instances}} component with {{cd|render_layer: opaque}}, it enables rendering-only capabilities previously included in the {{cd|minecraft:unit_cube}} component including:
** When combined with a {{MC/Cd|material_instances}} component with {{MC/Cd|render_layer: opaque}}, it enables rendering-only capabilities previously included in the {{MC/Cd|minecraft:unit_cube}} component including:
*** Occludes both vanilla and custom neighboring full blocks
*** Occludes both vanilla and custom neighboring full blocks
*** Culls faces that neighbor vanilla and custom neighboring full blocks to improve rendering performance
*** Culls faces that neighbor vanilla and custom neighboring full blocks to improve rendering performance
'''General'''
'''General'''
* Updated listed values for the Vanilla {{cd|orientation}} block state in documentation
* Updated listed values for the Vanilla {{MC/Cd|orientation}} block state in documentation
'''[[Minecraft:API]]'''
'''API'''
* Added Biome Registry biome names and {{cd|StructureFeatureType}} enum to vanilla metadata generation
* Added Biome Registry biome names and {{MC/Cd|StructureFeatureType}} enum to vanilla metadata generation
'''Components'''
'''Components'''
* Added an {{cd|interact_filters}} field to the {{cd|ageable}} component, which allows to specify conditions on when the actor can be fed
* Added an {{MC/Cd|interact_filters}} field to the {{MC/Cd|ageable}} component, which allows to specify conditions on when the actor can be fed
'''[[Minecraft:Molang]]'''
'''[[Minecraft:Molang]]'''
* Released Molang queries from experimental
* Released Molang queries from experimental
** {{cd|query.is_cooldown_type}}
** {{MC/Cd|query.is_cooldown_type}}
** {{cd|query.cooldown_time}}
** {{MC/Cd|query.cooldown_time}}
** {{cd|query.cooldown_time_remaining}}
** {{MC/Cd|query.cooldown_time_remaining}}
** {{cd|query.relative_block_has_any_tag}}
** {{MC/Cd|query.relative_block_has_any_tag}}
** {{cd|query.relative_block_has_all_tags}}
** {{MC/Cd|query.relative_block_has_all_tags}}
** {{cd|query.block_neighbor_has_any_tag}}
** {{MC/Cd|query.block_neighbor_has_any_tag}}
** {{cd|query.block_neighbor_has_all_tags}}
** {{MC/Cd|query.block_neighbor_has_all_tags}}
** {{cd|query.block_has_any_tag}}
** {{MC/Cd|query.block_has_any_tag}}
** {{cd|query.block_has_all_tags}}
** {{MC/Cd|query.block_has_all_tags}}
** {{cd|query.bone_orientation_trs}}
** {{MC/Cd|query.bone_orientation_trs}}
** {{cd|query.bone_orientation_matrix}}
** {{MC/Cd|query.bone_orientation_matrix}}


== Experimental ==
== Experimental ==
Line 81: Line 81:
===Additions===
===Additions===
==== Mobs ====
==== Mobs ====
'''[[Minecraft:Armadillo]]'''
'''Armadillo'''
*Added the Armadillo
*Added the Armadillo
*The Armadillo is a neutral mob.<ref name=ref3>Despite being referred to as a neutral mob on [[Minecraft:minecraft.net]], the armadillo is just a passive mob with a defense mechanic</ref>
*The Armadillo is a neutral mob.<ref name=ref3>Despite being referred to as a neutral mob on minecraft.net, the armadillo is just a passive mob with a defense mechanic</ref>
*Drops Armadillo Scutes periodically
*Drops Armadillo Scutes periodically
*Drops Armadillo Scutes when brushed
*Drops Armadillo Scutes when brushed
Line 111: Line 111:


====Command format====
====Command format====
* Added a new {{cmd|hud}} command that will hide and reset HUD elements visibility.
* Added a new {{MC/Cmd|hud}} command that will hide and reset HUD elements visibility.
** {{cd|/hud hide <hud element>}}
** {{MC/Cd|/hud hide <hud element>}}
** {{cd|/hud reset <hud element>}}
** {{MC/Cd|/hud reset <hud element>}}
* The HUD elements available are:
* The HUD elements available are:
**{{cd|paperdoll}}
**{{MC/Cd|paperdoll}}
**{{cd|armor}}
**{{MC/Cd|armor}}
**{{cd|tooltips}}
**{{MC/Cd|tooltips}}
**{{cd|touch_controls}}
**{{MC/Cd|touch_controls}}
**{{cd|crosshair}}
**{{MC/Cd|crosshair}}
**{{cd|hotbar}}
**{{MC/Cd|hotbar}}
**{{cd|health}}
**{{MC/Cd|health}}
**{{cd|progress_bar}}
**{{MC/Cd|progress_bar}}
**{{cd|hunger}}
**{{MC/Cd|hunger}}
**{{cd|air_bubbles}}
**{{MC/Cd|air_bubbles}}
**{{cd|horse_health}}
**{{MC/Cd|horse_health}}
**{{cd|all}}
**{{MC/Cd|all}}


====Technical====
====Technical====
'''[[Minecraft:API]]'''
'''API'''
*Added item dynamic properties
*Added item dynamic properties
**Added function {{cd|clearDynamicProperties(): void}} - Removes all dynamic properties from the item stack
**Added function {{MC/Cd|clearDynamicProperties(): void}} - Removes all dynamic properties from the item stack
**Added function {{cd|getDynamicProperty(identifier: string): boolean | number | string | Vector3 | undefined}} - Returns the value of the dynamic property with the given identifier if it exists, otherwise returns undefined
**Added function {{MC/Cd|getDynamicProperty(identifier: string): boolean | number | string | Vector3 | undefined}} - Returns the value of the dynamic property with the given identifier if it exists, otherwise returns undefined
**Added function {{cd|getDynamicPropertyIds(): string[]}} - Returns an array of all dynamic property identifiers on the item stack
**Added function {{MC/Cd|getDynamicPropertyIds(): string[]}} - Returns an array of all dynamic property identifiers on the item stack
**Added function {{cd|getDynamicPropertyTotalByteCount(): number}} - Returns the total byte count of all dynamic properties on the item stack
**Added function {{MC/Cd|getDynamicPropertyTotalByteCount(): number}} - Returns the total byte count of all dynamic properties on the item stack
**Added function {{cd|setDynamicProperty(identifier: string, value?: boolean | number | string | Vector3): void}} - Sets the value of the dynamic property with the given identifier. If the value is undefined, the dynamic property will be removed.
**Added function {{MC/Cd|setDynamicProperty(identifier: string, value?: boolean | number | string | Vector3): void}} - Sets the value of the dynamic property with the given identifier. If the value is undefined, the dynamic property will be removed.
*Added class {{cd|EntityProjectileComponent}}. This component is used to shoot a projectile entity and modify its properties
*Added class {{MC/Cd|EntityProjectileComponent}}. This component is used to shoot a projectile entity and modify its properties
*Added interface {{cd|ProjectileShootOptions}}. This interface is used with function {{cd|EntityProjectileComponent.shoot}} to optionally modify the accuracy of the projectile when shot
*Added interface {{MC/Cd|ProjectileShootOptions}}. This interface is used with function {{MC/Cd|EntityProjectileComponent.shoot}} to optionally modify the accuracy of the projectile when shot


=== Changes ===
=== Changes ===
Line 144: Line 144:
* Trial Spawner randomizes the loot table only once each combat, for all players
* Trial Spawner randomizes the loot table only once each combat, for all players
====Mobs====
====Mobs====
'''[[Minecraft:Breeze]]'''
'''Breeze'''
* Updated sounds.
* Updated sounds.
====Technical====
====Technical====
'''[[Minecraft:Add-on]]s and Script Engine'''
'''[[Minecraft:Add-on]]s and Script Engine'''
* The {{cd|minecraft:unit_cube}} block component has been deprecated. Using it in content marked 1.20.60 and beyond will provide a content error
* The {{MC/Cd|minecraft:unit_cube}} block component has been deprecated. Using it in content marked 1.20.60 and beyond will provide a content error
** Using content marked prior to 1.20.60 will have their {{cd|minecraft:unit_cube}} block component upgraded to a {{cd|minecraft:geometry}} block component with a {{cd|minecraft:geometry.full_block}} identifier, but will maintain backwards compatibility with all behaviors
** Using content marked prior to 1.20.60 will have their {{MC/Cd|minecraft:unit_cube}} block component upgraded to a {{MC/Cd|minecraft:geometry}} block component with a {{MC/Cd|minecraft:geometry.full_block}} identifier, but will maintain backwards compatibility with all behaviors
'''[[Minecraft:API]]'''
'''API'''
*Updated function {{cd|addEffect}} to return the added effect (or undefined if it failed).
*Updated function {{MC/Cd|addEffect}} to return the added effect (or undefined if it failed).
'''[[Minecraft:Molang]]'''
'''[[Minecraft:Molang]]'''
* Changed cooldown query slot IDs to be required for container slots with more than one index, logging content errors if not provided
* Changed cooldown query slot IDs to be required for container slots with more than one index, logging content errors if not provided
** {{cd|query.cooldown_time(slotName,slotId)}}
** {{MC/Cd|query.cooldown_time(slotName,slotId)}}
** {{cd|query.cooldown_time_remaining(slotName,slotId)}}
** {{MC/Cd|query.cooldown_time_remaining(slotName,slotId)}}
** {{cd|query.is_cooldown_type(cooldownName,slotName,slotId)}}
** {{MC/Cd|query.is_cooldown_type(cooldownName,slotName,slotId)}}


== Fixes ==
== Fixes ==
Line 179: Line 179:


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


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


[[Category:Bedrock Edition 1.20.60 betas]]
[[Category:Bedrock Edition 1.20.60 betas]]
[[Minecraft:de:Bedrock Edition beta 1.20.60.23]]
de:Bedrock Edition beta 1.20.60.23
[[Minecraft:es:Bedrock Edition beta 1.20.60.23]]
es:Bedrock Edition beta 1.20.60.23
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.60.23]]
ko:Bedrock Edition 프리뷰 1.20.60.23
[[Minecraft:pt:Edição Bedrock Preview 1.20.60.23]]
pt:Edição Bedrock Preview 1.20.60.23
[[Minecraft:uk:Preview 1.20.60.23 (Bedrock Edition)]]
uk:Preview 1.20.60.23 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.60.23]]
zh:基岩版1.20.60.23

Latest revision as of 19:20, 9 April 2026

Template:Infobox version

Beta 1.20.60.23 (Android) or Preview 1.20.60.23 (Windows, iOS, iPadOS, Xbox) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.20.60, released on December 13, 2023,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds the armadillo mob, armadillo scutes and wolf armor behind an experimental toggle and fixes bugs. This is the final beta/Preview released in 2023.

Additions

General

Minecraft:Realms Stories

  • Realms Stories is a new social hub for your Realm
    • Realms Stories features include:
      • The Story Feed – lets you share your greatest gameplay moments with your fellow Realm members
      • The Timeline – lets you see when other members are playing on the Realm
      • The Members tab – shows a list of all Realm members and their permission levels
    • Realms Stories will not be accessible the first time you launch 1.20.60.23. To use Realms Stories, launch the game, close it, and then launch it again.

Inbox Screen

  • Added Inbox Screen is being updated with improved navigation<ref>Template:Tweet</ref>.
File:New UI - Inbox Screen Menu (Bedrock Preview 1.20.60.23).png
New Inbox Screen.

Experiments

  • Added the "Armadillo and Wolf Armor" experimental toggle.
    • Contains new armadillo mob, armadillo scutes and wolf armor for Minecraft 1.21.

Changes

Graphical

  • Added 4K resolution support for Xbox Series X|S consoles

General

Play Screen

  • The friends drawer in the new Play screen now allows joining a friend’s world with a join button.

Edit World Screen

  • Edit World is being updated with improved navigation, more descriptions, and a new look and feel that matches the new Create New World Screen. (Preview only)
File:New UI - Edit World Screen Menu (Bedrock Preview 1.20.60.23).png
New Edit World Screen.

Technical

Minecraft:Add-ons and Script Engine

  • The
  1. REDIRECT Template:Code

Template:Redr identifier for the

  1. REDIRECT Template:Code

Template:Redr block component has been added

    • The
  1. REDIRECT Template:Code

Template:Redr identifier provides a centered 1x1x1 cube geometry

    • When combined with a
  1. REDIRECT Template:Code

Template:Redr component with

  1. REDIRECT Template:Code

Template:Redr, it enables rendering-only capabilities previously included in the

  1. REDIRECT Template:Code

Template:Redr component including:

      • Occludes both vanilla and custom neighboring full blocks
      • Culls faces that neighbor vanilla and custom neighboring full blocks to improve rendering performance

General

  • Updated listed values for the Vanilla
  1. REDIRECT Template:Code

Template:Redr block state in documentation API

  • Added Biome Registry biome names and
  1. REDIRECT Template:Code

Template:Redr enum to vanilla metadata generation Components

  • Added an
  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr component, which allows to specify conditions on when the actor can be fed Minecraft:Molang

  • Released Molang queries from experimental
  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

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Experimental

These additions and changes are accessible by enabling the "Armadillo and Wolf Armor", "Update 1.21", "Beta APIs", "Molang", and "Upcoming Creator Features" experimental toggles.

Additions

Mobs

Armadillo

  • Added the Armadillo
  • The Armadillo is a neutral mob.<ref name=ref3>Despite being referred to as a neutral mob on minecraft.net, the armadillo is just a passive mob with a defense mechanic</ref>
  • Drops Armadillo Scutes periodically
  • Drops Armadillo Scutes when brushed
  • Spawns in Savannas
  • Favorite food is Spider Eyes
  • When an Armadillo detects a threat, it rolls up
    • Threats are:
      • Players who are sprinting
      • Players on a mount or in a vehicle
      • Undead mobs
    • It does not roll up if it is fleeing, in water, in the air, or if being led
    • When an Armadillo is rolled up it does not walk, cannot eat, and will not be tempted by food
    • It continues to scan for threats, and if there are no threats detected for 3 seconds, it will unroll

Items

Minecraft:Armadillo Scutes

  • Can be used to craft Wolf Armor
  • Dropped by Armadillos
  • Dispensers can be used to brush Armadillo Scutes off Armadillos

Minecraft:Wolf Armor

  • Using Wolf Armor on an adult tamed Wolf will equip the armor on the Wolf
    • Only a Wolf's owner can put Wolf Armor on their tamed Wolf, and with this in mind, Dispensers cannot put Wolf Armor on Wolves
  • Using Shears on a Wolf that is wearing armor will make it drop the armor
    • Only a Wolf's owner can shear a Wolf Armor from it, and with this in mind, Dispensers cannot remove Wolf Armor from Wolves
  • Wolf Armor gives the same protection as Diamond Horse Armor
  • If a Wolf dies while wearing armor, it will drop the armor

Command format

  • Added a new
  1. REDIRECT Template:Command

Template:Redr command that will hide and reset HUD elements visibility.

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  • The HUD elements available are:
  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

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Technical

API

  • Added item dynamic properties
    • Added function
  1. REDIRECT Template:Code

Template:Redr - Removes all dynamic properties from the item stack

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Returns the value of the dynamic property with the given identifier if it exists, otherwise returns undefined

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Returns an array of all dynamic property identifiers on the item stack

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Returns the total byte count of all dynamic properties on the item stack

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Sets the value of the dynamic property with the given identifier. If the value is undefined, the dynamic property will be removed.

  • Added class
  1. REDIRECT Template:Code

Template:Redr. This component is used to shoot a projectile entity and modify its properties

  • Added interface
  1. REDIRECT Template:Code

Template:Redr. This interface is used with function

  1. REDIRECT Template:Code

Template:Redr to optionally modify the accuracy of the projectile when shot

Changes

Blocks

Minecraft:Trial Spawner

  • Trial Spawner randomizes the loot table only once each combat, for all players

Mobs

Breeze

  • Updated sounds.

Technical

Minecraft:Add-ons and Script Engine

  • The
  1. REDIRECT Template:Code

Template:Redr block component has been deprecated. Using it in content marked 1.20.60 and beyond will provide a content error

    • Using content marked prior to 1.20.60 will have their
  1. REDIRECT Template:Code

Template:Redr block component upgraded to a

  1. REDIRECT Template:Code

Template:Redr block component with a

  1. REDIRECT Template:Code

Template:Redr identifier, but will maintain backwards compatibility with all behaviors API

  • Updated function
  1. REDIRECT Template:Code

Template:Redr to return the added effect (or undefined if it failed). Minecraft:Molang

  • Changed cooldown query slot IDs to be required for container slots with more than one index, logging content errors if not provided
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Fixes

Template:Fixes Others

  • Breeze wind and wind charge rendering have been tweaked.
  • Fixed an issue where mobs, such as Zombies, were unable to pick up full stacks of items from the ground.
  • The player's body will now cast a shadow in first person mode in the Deferred Technical Preview.
  • The loading screen will no longer turn black on Android when entering a PBR-capable world with the Deferred Technical Preview enabled.
  • Hoppers in Minecarts no longer exhibit ghosting artifacts during camera motion when the Deferred Technical Preview is enabled.
  • The game no longer crashes when exiting a world with the Deferred Technical Preview 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.20.60.23 es:Bedrock Edition beta 1.20.60.23 ko:Bedrock Edition 프리뷰 1.20.60.23 pt:Edição Bedrock Preview 1.20.60.23 uk:Preview 1.20.60.23 (Bedrock Edition) zh:基岩版1.20.60.23