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.50.26: 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 104: Line 104:
=== Technical ===
=== Technical ===
'''API'''
'''API'''
*Vanilla trial spawner NBT {{cd|normalConfig}} and {{cd|ominousConfig}} tags values now support references to common configurations as an alternative to inline configuration.
*Vanilla trial spawner NBT {{MC/Cd|normalConfig}} and {{MC/Cd|ominousConfig}} tags values now support references to common configurations as an alternative to inline configuration.


'''Audio'''
'''Audio'''
*Per-biome ambient sounds are now defined in {{cd|client_biome}} JSON components
*Per-biome ambient sounds are now defined in {{MC/Cd|client_biome}} JSON components
**This uses the new {{cd|minecraft:ambient_sounds}} component
**This uses the new {{MC/Cd|minecraft:ambient_sounds}} component
**Named sounds must be defined in {{cd|individual_named_sounds}} in {{cd|sounds.json}} files.
**Named sounds must be defined in {{MC/Cd|individual_named_sounds}} in {{MC/Cd|sounds.json}} files.


'''[[Minecraft:Biome]]s'''
'''[[Minecraft:Biome]]s'''
*Client biome JSON files now support a {{cd|minecraft:biome_music}} component with a {{cd|volume_multiplier}} field which will gradually affect music volume when the audio listener is inside the corresponding biome.
*Client biome JSON files now support a {{MC/Cd|minecraft:biome_music}} component with a {{MC/Cd|volume_multiplier}} field which will gradually affect music volume when the audio listener is inside the corresponding biome.
**The gradual volume change will take roughly ten seconds and will linearly increase but exponentially decrease.
**The gradual volume change will take roughly ten seconds and will linearly increase but exponentially decrease.


'''[[Minecraft:Block]]s'''
'''[[Minecraft:Block]]s'''
*Added the {{cd|minecraft:liquid_detection}} component which controls the basic liquid detection properties of a block, such as liquidlogging, liquid blocking, and being broken or popped by liquid spread. The only liquid currently supported by the component is water.
*Added the {{MC/Cd|minecraft:liquid_detection}} component which controls the basic liquid detection properties of a block, such as liquidlogging, liquid blocking, and being broken or popped by liquid spread. The only liquid currently supported by the component is water.
*Using the {{cd|minecraft:block_placer}} item component to render the referenced block as the item icon no longer requires the "Upcoming Creator Features" toggle.
*Using the {{MC/Cd|minecraft:block_placer}} item component to render the referenced block as the item icon no longer requires the "Upcoming Creator Features" toggle.


'''Entity Components'''
'''Entity Components'''
*The {{cd|minecraft:looked_at}} component's {{cd|look_at_locations}} field now accepts a list of objects as a parameter, each containing two fields
*The {{MC/Cd|minecraft:looked_at}} component's {{MC/Cd|look_at_locations}} field now accepts a list of objects as a parameter, each containing two fields
**{{cd|location}}, the location of the entity that must be visible
**{{MC/Cd|location}}, the location of the entity that must be visible
***Valid values: {{cd|head}}, {{cd|body}}, {{cd|feet}}
***Valid values: {{MC/Cd|head}}, {{MC/Cd|body}}, {{MC/Cd|feet}}
**{{cd|vertical_offset}}, an optional vertical offset applied to the entity's location
**{{MC/Cd|vertical_offset}}, an optional vertical offset applied to the entity's location


'''[[Minecraft:Molang]]'''
'''[[Minecraft:Molang]]'''
*Moved {{cd|query.client_memory_tier}} to {{cd|stable}}.
*Moved {{MC/Cd|query.client_memory_tier}} to {{MC/Cd|stable}}.
**Removed {{cd|Undetermined}}. It returns a number representing the client RAM memory tier, 0 = {{cd|SuperLow}}, 1 = {{cd|Low}}, 2 = {{cd|Mid}}, 3 = {{cd|High}}, or 4 = {{cd|SuperHigh}}. Available on the Client (Resource Packs) only.
**Removed {{MC/Cd|Undetermined}}. It returns a number representing the client RAM memory tier, 0 = {{MC/Cd|SuperLow}}, 1 = {{MC/Cd|Low}}, 2 = {{MC/Cd|Mid}}, 3 = {{MC/Cd|High}}, or 4 = {{MC/Cd|SuperHigh}}. Available on the Client (Resource Packs) only.
*Moved {{cd|query.server_memory_tier}} to {{cd|stable}}.
*Moved {{MC/Cd|query.server_memory_tier}} to {{MC/Cd|stable}}.
**Removed {{cd|Undetermined}}. It returns a number representing the server RAM memory tier, 0 = {{cd|SuperLow}}, 1 = {{cd|Low}}, 2 = {{cd|Mid}}, 3 = {{cd|High}}, or 4 = {{cd|SuperHigh}}. Available on the server side (Behavior Packs) only.
**Removed {{MC/Cd|Undetermined}}. It returns a number representing the server RAM memory tier, 0 = {{MC/Cd|SuperLow}}, 1 = {{MC/Cd|Low}}, 2 = {{MC/Cd|Mid}}, 3 = {{MC/Cd|High}}, or 4 = {{MC/Cd|SuperHigh}}. Available on the server side (Behavior Packs) only.
*Moved {{cd|query.client_max_render_distance}} to {{cd|stable}}.
*Moved {{MC/Cd|query.client_max_render_distance}} to {{MC/Cd|stable}}.


'''Network Protocol'''
'''Network Protocol'''
*New level sound events added: {{cd|Open}}, {{cd|OpenLong}}, {{cd|Close}}, and {{cd|CloseLong}}
*New level sound events added: {{MC/Cd|Open}}, {{MC/Cd|OpenLong}}, {{MC/Cd|Close}}, and {{MC/Cd|CloseLong}}
*New Particle Type added: {{cd|EyeblossomOpen}}
*New Particle Type added: {{MC/Cd|EyeblossomOpen}}
*New Particle Type added: {{cd|EyeblossomClose}}
*New Particle Type added: {{MC/Cd|EyeblossomClose}}
*New particle type added: {{cd|PaleOakLeaves}}
*New particle type added: {{MC/Cd|PaleOakLeaves}}


'''Scripting API'''
'''Scripting API'''
*Moved {{cd|ClientSystemInfo}} from {{cd|beta}} to {{cd|1.16.0}}.
*Moved {{MC/Cd|ClientSystemInfo}} from {{MC/Cd|beta}} to {{MC/Cd|1.16.0}}.
*Moved {{cd|MemoryTier}} from {{cd|beta}} to {{cd|1.16.0}}.
*Moved {{MC/Cd|MemoryTier}} from {{MC/Cd|beta}} to {{MC/Cd|1.16.0}}.
*Moved {{cd|PlatformType}} from {{cd|beta}} to {{cd|1.16.0}}.
*Moved {{MC/Cd|PlatformType}} from {{MC/Cd|beta}} to {{MC/Cd|1.16.0}}.
*Moved {{cd|SystemInfo}} from {{cd|beta}} to {{cd|1.16.0}}.
*Moved {{MC/Cd|SystemInfo}} from {{MC/Cd|beta}} to {{MC/Cd|1.16.0}}.
*Enum {{cd|MemoryTier}}.
*Enum {{MC/Cd|MemoryTier}}.
**Removed {{cd|Undetermined}} entry.
**Removed {{MC/Cd|Undetermined}} entry.


'''Stability and Performance'''
'''Stability and Performance'''
Line 153: Line 153:
=== Additions ===
=== Additions ===
==== Command format ====
==== Command format ====
'''{{cmd|place}}'''
'''{{MC/Cmd|place}}'''
*Added {{cmd|place|link=none}}.
*Added {{MC/Cmd|place|link=none}}.


==== Technical ====
==== Technical ====
'''Blocks'''
'''Blocks'''
*Added {{cd|minecraft:item_visual}} block component. This component takes nested {{cd|minecraft:geometry}} and {{cd|minecraft:material_instances}} components to configure the item representation of a block
*Added {{MC/Cd|minecraft:item_visual}} block component. This component takes nested {{MC/Cd|minecraft:geometry}} and {{MC/Cd|minecraft:material_instances}} components to configure the item representation of a block
**{{cd|geometry}} and {{cd|material_instances}} fields are required. They utilize the same fields/requirements as {{cd|minecraft:geometry}} and {{cd|minecraft:material_instances}} respectively
**{{MC/Cd|geometry}} and {{MC/Cd|material_instances}} fields are required. They utilize the same fields/requirements as {{MC/Cd|minecraft:geometry}} and {{MC/Cd|minecraft:material_instances}} respectively
**Block must include {{cd|minecraft:geometry}} and {{cd|minecraft:material_instances}} components alongside the {{cd|minecraft:item_visual}} component
**Block must include {{MC/Cd|minecraft:geometry}} and {{MC/Cd|minecraft:material_instances}} components alongside the {{MC/Cd|minecraft:item_visual}} component
**Requires the "Upcoming Creator Features" toggle
**Requires the "Upcoming Creator Features" toggle
*Cobwebs now obey {{cd|blockshape}} and {{cd|textures}} properties set in {{cd|blocks.json}}
*Cobwebs now obey {{MC/Cd|blockshape}} and {{MC/Cd|textures}} properties set in {{MC/Cd|blocks.json}}
**Requires the "Upcoming Creator Features" toggle
**Requires the "Upcoming Creator Features" toggle


'''API'''
'''API'''
*Added access to the composting chance for existing Vanilla items via the {{cd|ItemStack}} API
*Added access to the composting chance for existing Vanilla items via the {{MC/Cd|ItemStack}} API
*Added access to the composting chance for items with {{cd|CompostableItemComponent}} via the Item Component API
*Added access to the composting chance for items with {{MC/Cd|CompostableItemComponent}} via the Item Component API


'''Camera'''
'''Camera'''
*Added the rotation to the camera command for the {{cd|fixed_boom}} camera
*Added the rotation to the camera command for the {{MC/Cd|fixed_boom}} camera


'''Component'''
'''Component'''
*Added the {{cd|minecraft:compostable}} item component to Upcoming Creator Features experimental toggle
*Added the {{MC/Cd|minecraft:compostable}} item component to Upcoming Creator Features experimental toggle


'''Scripting'''
'''Scripting'''
*Added support for input glyph replacement for server forms ({{cd|ActionFormData}}, {{cd|MessageFormData}}, and {{cd|ModalFormData}}).
*Added support for input glyph replacement for server forms ({{MC/Cd|ActionFormData}}, {{MC/Cd|MessageFormData}}, and {{MC/Cd|ModalFormData}}).


'''Structures'''
'''Structures'''
Line 193: Line 193:
|90625|Sky color transitions abruptly between biomes
|90625|Sky color transitions abruptly between biomes
|112420|Blocks sometimes disappear when placed
|112420|Blocks sometimes disappear when placed
|171001|{{cd|rawtext %%%%1}} cannot be escaped correctly
|171001|{{MC/Cd|rawtext %%%%1}} cannot be escaped correctly
|178520|Crash with crafting recipe mod
|178520|Crash with crafting recipe mod
|180725|Cherry Leaves count as custom blocks
|180725|Cherry Leaves count as custom blocks
Line 199: Line 199:
|185354|Jumping when falling onto a slime block no longer cancels the bounce effect
|185354|Jumping when falling onto a slime block no longer cancels the bounce effect
|;previous
|;previous
|186963|Wrong effect seconds is displayed when using {{cmd|/effect}}
|186963|Wrong effect seconds is displayed when using {{MC/Cmd|/effect}}
|187301|Pale oak leaves stop any sapling but pale oak saplings from growing up
|187301|Pale oak leaves stop any sapling but pale oak saplings from growing up
|187302|Some tree leaves stop pale oak saplings from growing up
|187302|Some tree leaves stop pale oak saplings from growing up
Line 215: Line 215:


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

Latest revision as of 19:23, 9 April 2026

Template:Infobox version


Beta 1.21.50.26 (ChromeOS, Android) or Preview 1.21.50.26 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta and fourth Preview version for Minecraft:Bedrock Edition 1.21.50, released on October 30, 2024,<ref>Template:Cite</ref> which fixes bugs.

Changes

Blocks

Minecraft:Creaking Heart

  • Reduced the distance by which the creaking heart can spread resin clumps by one block.
  • Resin clumps can now only spread onto pale oak log, stripped pale oak log, pale oak wood, and stripped pale oak wood.

Minecraft:Eyeblossoms

  • Eyeblossoms now play sounds when opening and closing.
  • Open eyeblossoms now emit ambient sounds when placed on a pale moss block.
  • Eyeblossoms placed in world and in flower pots now emit a particle when opening/closing.
  • Open and closed eyeblossoms can now be used on mooshrooms to obtain their respective suspicious stews when milking.

Minecraft:Glow Lichen

  • Glow lichen now play their step sound when on top of a block an actor is walking on.

Jigsaw

  • Dimension padding is now taken into account when placing the start piece of a jigsaw structure.

Minecraft:Pale Moss Block, Minecraft:Pale Moss Carpet, and Minecraft:Pale Hanging Moss

  • They now burn more quickly but take longer to catch on fire.
  • They can now be ignited by lava.

Pale Oak Leaves

  • They now emit falling leaf particles.

Minecraft:Resin Bricks

  • Recipes for resin brick slabs, stairs, and walls now give the same amount of blocks as the nether brick ones.

Minecraft:Resin Clump

  • Mobs now correctly pathfind over resin clumps.
  • Resin clumps now play their step sound when on top of a block an actor is walking on.

Minecraft:Slime Block

  • Sneaking while landing on a slime block no longer causes fall damage.

Minecraft:Trial Spawner

  • Some trial spawners did not have an extra breeze out at once when ominous.

Vine, Cave Vines, Minecraft:Twisting Vines, and Minecraft:Weeping Vines

  • They now play their correct sounds instead of the nether wart sound.

General

UI

  • Enables selecting disabled buttons on the "join friends" menu while crossplay is turned off.
  • Dualsense gamepads now have correct tooltip icons on mobile devices.
  • Added an option to enable a "pick block" button for touch controls in Creative mode.

Title screen

  • The panorama was changed to showcase pale gardens.

Sounds

Minecraft:Pale Garden

  • Music volume now gradually lowers to zero when entering a Pale Garden and gradually resumes when leaving it.

Mobs

Creaking

  • The volume and pitch of the creaking's step sounds have been adjusted.
  • The attenuation drop-off rate for some of the creaking's sounds is now linear, allowing them to be heard from greater distances.
  • Reduced the speed of non-hostile creakings.
  • Tamed wolves' attacks no longer prevent creakings from attacking the player.
  • Creakings can no longer move when only their feet are observed, and their feet are in soul sand or mud.
  • Creakings can now approach a player which is looking downward, stopping only once they enter the player's field of view.
  • The creaking now sways when hit by a projectile.
  • The creaking's attack animation has been smoothed out for a more natural motion.

Wandering Trader

  • Can now sell pale oak saplings, open eyeblossoms, pale moss blocks, and pale hanging moss.

World generation

Minecraft:Tall Grass

  • Tall grass generates properly with its top part in the pale garden biome.
  • Tall grass generates properly with its top part in the lush caves biome.

Trees

  • All trees can now grow through leaves, with the exception of cherry trees, which cannot grow through their own leaves.
  • All trees can grow on dirt-like blocks

Technical

API

  • Vanilla trial spawner NBT
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr tags values now support references to common configurations as an alternative to inline configuration.

Audio

  • Per-biome ambient sounds are now defined in
  1. REDIRECT Template:Code

Template:Redr JSON components

    • This uses the new
  1. REDIRECT Template:Code

Template:Redr component

    • Named sounds must be defined in
  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr files.

Minecraft:Biomes

  • Client biome JSON files now support a
  1. REDIRECT Template:Code

Template:Redr component with a

  1. REDIRECT Template:Code

Template:Redr field which will gradually affect music volume when the audio listener is inside the corresponding biome.

    • The gradual volume change will take roughly ten seconds and will linearly increase but exponentially decrease.

Minecraft:Blocks

  • Added the
  1. REDIRECT Template:Code

Template:Redr component which controls the basic liquid detection properties of a block, such as liquidlogging, liquid blocking, and being broken or popped by liquid spread. The only liquid currently supported by the component is water.

  • Using the
  1. REDIRECT Template:Code

Template:Redr item component to render the referenced block as the item icon no longer requires the "Upcoming Creator Features" toggle.

Entity Components

  • The
  1. REDIRECT Template:Code

Template:Redr component's

  1. REDIRECT Template:Code

Template:Redr field now accepts a list of objects as a parameter, each containing two fields

  1. REDIRECT Template:Code

Template:Redr, the location of the entity that must be visible

      • Valid values:
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr, an optional vertical offset applied to the entity's location

Minecraft:Molang

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Removed
  1. REDIRECT Template:Code

Template:Redr. It returns a number representing the client RAM memory tier, 0 =

  1. REDIRECT Template:Code

Template:Redr, 1 =

  1. REDIRECT Template:Code

Template:Redr, 2 =

  1. REDIRECT Template:Code

Template:Redr, 3 =

  1. REDIRECT Template:Code

Template:Redr, or 4 =

  1. REDIRECT Template:Code

Template:Redr. Available on the Client (Resource Packs) only.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Removed
  1. REDIRECT Template:Code

Template:Redr. It returns a number representing the server RAM memory tier, 0 =

  1. REDIRECT Template:Code

Template:Redr, 1 =

  1. REDIRECT Template:Code

Template:Redr, 2 =

  1. REDIRECT Template:Code

Template:Redr, 3 =

  1. REDIRECT Template:Code

Template:Redr, or 4 =

  1. REDIRECT Template:Code

Template:Redr. Available on the server side (Behavior Packs) only.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Network Protocol

  • New level sound events added:
  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

  • New Particle Type added:
  1. REDIRECT Template:Code

Template:Redr

  • New Particle Type added:
  1. REDIRECT Template:Code

Template:Redr

  • New particle type added:
  1. REDIRECT Template:Code

Template:Redr

Scripting API

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Enum
  1. REDIRECT Template:Code

Template:Redr.

    • Removed
  1. REDIRECT Template:Code

Template:Redr entry.

Stability and Performance

  • Some stats for packs discovered on launch are stored locally to enable faster future launches on some platforms.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Data-Driven Jigsaw Structures", and "Aim Assist" experimental toggles.

Additions

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Added
  1. REDIRECT Template:Command

Template:Redr.

Technical

Blocks

  • Added
  1. REDIRECT Template:Code

Template:Redr block component. This component takes nested

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr components to configure the item representation of a block

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr fields are required. They utilize the same fields/requirements as

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr respectively

    • Block must include
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr components alongside the

  1. REDIRECT Template:Code

Template:Redr component

    • Requires the "Upcoming Creator Features" toggle
  • Cobwebs now obey
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr properties set in

  1. REDIRECT Template:Code

Template:Redr

    • Requires the "Upcoming Creator Features" toggle

API

  • Added access to the composting chance for existing Vanilla items via the
  1. REDIRECT Template:Code

Template:Redr API

  • Added access to the composting chance for items with
  1. REDIRECT Template:Code

Template:Redr via the Item Component API

Camera

  • Added the rotation to the camera command for the
  1. REDIRECT Template:Code

Template:Redr camera

Component

  • Added the
  1. REDIRECT Template:Code

Template:Redr item component to Upcoming Creator Features experimental toggle

Scripting

  • Added support for input glyph replacement for server forms (
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr).

Structures

  • Expose "Data-Driven Jigsaw Structures" experiment toggle to Creators
    • Creators will be able to modify structure generation rules around placement (location and frequency), layout (how structure pieces are placed relative to one another), and customization (how blocks within a structure piece are modified or replaced).
    • There are 4 new JSON files comprising Jigsaw Structure data:
      • Jigsaw Structures: These are structures that can be constructed throughout the world with various structure pieces. The connection block is a jigsaw block.
      • Processors: A processor can add custom behaviors to the structure that affects how it looks.
      • Structure Sets: Structure sets are JSON that indicate where and how a structure is placed throughout the world.
      • Template Pools: A template pool contains the structure pieces that make up a structure.

Fixes

Template:Fixes Other

  • Resin clump and resin brick items no longer float in the player's hand in 3rd person view.
  • Fixed a bug where loading screens while loading a realm were not showing Realms UI elements.
  • Improved game loading stability.
  • Fixed spacing on Realms Stories and Timeline pages.
  • Fixed a bug where the death screen and new bed screen would sometimes have incorrect textures applied when resource packs were used.

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