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.80.23: 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 31: Line 31:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="12" | {{BlockSprite|dead-coral-fans}} <code>coral_fan_dead</code>
| rowspan="12" | {{MC/Blocksprite|dead-coral-fans}} <code>coral_fan_dead</code>
| {{BlockSprite|dead-tube-coral-fan}} <code>dead_tube_coral_fan</code>
| {{MC/Blocksprite|dead-tube-coral-fan}} <code>dead_tube_coral_fan</code>
|-
|-
| {{BlockSprite|dead-brain-coral-fan}} <code>dead_brain_coral_fan</code>
| {{MC/Blocksprite|dead-brain-coral-fan}} <code>dead_brain_coral_fan</code>
|-
|-
| {{BlockSprite|dead-bubble-coral-fan}} <code>dead_bubble_coral_fan</code>
| {{MC/Blocksprite|dead-bubble-coral-fan}} <code>dead_bubble_coral_fan</code>
|-
|-
| {{BlockSprite|dead-fire-coral-fan}} <code>dead_fire_coral_fan</code>
| {{MC/Blocksprite|dead-fire-coral-fan}} <code>dead_fire_coral_fan</code>
|-
|-
| {{BlockSprite|dead-horn-coral-fan}} <code>dead_horn_coral_fan</code>
| {{MC/Blocksprite|dead-horn-coral-fan}} <code>dead_horn_coral_fan</code>
|}
|}


Line 49: Line 49:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="12" | {{BlockSprite|flowers}} <code>red_flower</code>
| rowspan="12" | {{MC/Blocksprite|flowers}} <code>red_flower</code>
| {{BlockSprite|poppy}} <code>poppy</code>
| {{MC/Blocksprite|poppy}} <code>poppy</code>
|-
|-
| {{BlockSprite|blue-orchid}} <code>blue_orchid</code>
| {{MC/Blocksprite|blue-orchid}} <code>blue_orchid</code>
|-
|-
| {{BlockSprite|allium}} <code>allium</code>
| {{MC/Blocksprite|allium}} <code>allium</code>
|-
|-
| {{BlockSprite|azure-bluet}} <code>azure_bluet</code>
| {{MC/Blocksprite|azure-bluet}} <code>azure_bluet</code>
|-
|-
| {{BlockSprite|red-tulip}} <code>red_tulip</code>
| {{MC/Blocksprite|red-tulip}} <code>red_tulip</code>
|-
|-
| {{BlockSprite|orange-tulip}} <code>orange_tulip</code>
| {{MC/Blocksprite|orange-tulip}} <code>orange_tulip</code>
|-
|-
| {{BlockSprite|white-tulip}} <code>white_tulip</code>
| {{MC/Blocksprite|white-tulip}} <code>white_tulip</code>
|-
|-
| {{BlockSprite|pink-tulip}} <code>pink_tulip</code>
| {{MC/Blocksprite|pink-tulip}} <code>pink_tulip</code>
|-
|-
| {{BlockSprite|oxeye-daisy}} <code>oxeye_daisy</code>
| {{MC/Blocksprite|oxeye-daisy}} <code>oxeye_daisy</code>
|-
|-
| {{BlockSprite|cornflower}} <code>cornflower</code>
| {{MC/Blocksprite|cornflower}} <code>cornflower</code>
|-
|-
| {{BlockSprite|lily-of-the-valley}} <code>lily_of_the_valley</code>
| {{MC/Blocksprite|lily-of-the-valley}} <code>lily_of_the_valley</code>
|}
|}


===Command format===
===Command format===
'''{{cmd|/hud}}'''
'''{{MC/Cmd|/hud}}'''
*Moved the {{cmd|/hud}} command out of Upcoming Creator Features experimental toggle.
*Moved the {{MC/Cmd|/hud}} command out of Upcoming Creator Features experimental toggle.


===General===
===General===
Line 97: Line 97:


'''[[Minecraft:Wolf]]'''
'''[[Minecraft:Wolf]]'''
*The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the {{cmd|/summon}} command have been broadened:
*The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the {{MC/Cmd|/summon}} command have been broadened:
**Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag {{cd|minecraft:jungle}}.  
**Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag {{MC/Cd|minecraft:jungle}}.  
**Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag {{cd|minecraft:savanna}}.  
**Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag {{MC/Cd|minecraft:savanna}}.  
**Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag {{cd|minecraft:mesa}}.
**Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag {{MC/Cd|minecraft:mesa}}.


===Technical===
===Technical===
'''Components'''
'''Components'''
* Added the {{cd|minecraft:body_rotation_blocked}} component, which prevents an entity from visually rotating their body to match their own facing direction.
* Added the {{MC/Cd|minecraft:body_rotation_blocked}} component, which prevents an entity from visually rotating their body to match their own facing direction.
* The durations and cooldowns of {{cd|behavior.timer_flag_1}}, {{cd|behavior.timer_flag_2}}, and {{cd|behavior.timer_flag_3}} are now correctly randomized on both start and stop, rather than only on spawn.
* The durations and cooldowns of {{MC/Cd|behavior.timer_flag_1}}, {{MC/Cd|behavior.timer_flag_2}}, and {{MC/Cd|behavior.timer_flag_3}} are now correctly randomized on both start and stop, rather than only on spawn.


'''Recipes'''
'''Recipes'''
* Added {{cd|assume_symmetry}} boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs.
* Added {{MC/Cd|assume_symmetry}} boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs.


== Experimental ==
== Experimental ==
Line 120: Line 120:
====Technical====
====Technical====
'''API'''
'''API'''
*Added an optional {{cd|SpawnEntityOptions}} with a boolean {{cd|initialPersistence}} field to the {{cd|spawnEntity(…)}} function to support persistent entities in Editor tooling.
*Added an optional {{MC/Cd|SpawnEntityOptions}} with a boolean {{MC/Cd|initialPersistence}} field to the {{MC/Cd|spawnEntity(…)}} function to support persistent entities in Editor tooling.
*Moved {{cd|getItemStack(amount?: number, withData?: boolean): ItemStack | undefined}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|getItemStack(amount?: number, withData?: boolean): ItemStack | undefined}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|getItemStack(amount?: number): ItemStack | undefined}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|getItemStack(amount?: number): ItemStack | undefined}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*{{cd|EntityAgeableComponent}}
*{{MC/Cd|EntityAgeableComponent}}
**Added property {{cd|transformToItem}} to {{cd|beta}}.
**Added property {{MC/Cd|transformToItem}} to {{MC/Cd|beta}}.
*{{cd|EntityDefinitionFeedItem}}
*{{MC/Cd|EntityDefinitionFeedItem}}
**Updated property {{cd|item}} to return name with namespace in {{cd|beta}}.
**Updated property {{MC/Cd|item}} to return name with namespace in {{MC/Cd|beta}}.
*Moved {{cd|EntityTypeFamilyComponent}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|EntityTypeFamilyComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Added {{cd|BlockComponentTickEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentTickEvent}} for {{MC/Cd|beta}}.
**Added {{cd|onTick}}.
**Added {{MC/Cd|onTick}}.
*Added {{cd|BlockComponentEntityFallOnEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentEntityFallOnEvent}} for {{MC/Cd|beta}}.
**Added {{cd|onEntityFallOn}}.
**Added {{MC/Cd|onEntityFallOn}}.
*Added {{cd|BlockComponentPlayerPlaceBeforeEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentPlayerPlaceBeforeEvent}} for {{MC/Cd|beta}}.
**Added {{cd|beforeOnPlayerPlace}}.
**Added {{MC/Cd|beforeOnPlayerPlace}}.
*Added {{cd|BlockComponentPlayerInteractEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentPlayerInteractEvent}} for {{MC/Cd|beta}}.
**Added {{cd|onPlayerInteract}}.
**Added {{MC/Cd|onPlayerInteract}}.
*Added {{cd|BlockComponentPlayerDestroyEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentPlayerDestroyEvent}} for {{MC/Cd|beta}}.
**Added {{cd|onPlayerDestroy}}.
**Added {{MC/Cd|onPlayerDestroy}}.
*Added {{cd|BlockComponentOnPlaceEvent}} for {{cd|beta}}.
*Added {{MC/Cd|BlockComponentOnPlaceEvent}} for {{MC/Cd|beta}}.
**Added {{cd|onPlace}}.
**Added {{MC/Cd|onPlace}}.
*Added {{cd|ItemComponentRegistry}} for {{cd|beta}}.
*Added {{MC/Cd|ItemComponentRegistry}} for {{MC/Cd|beta}}.
*Added {{cd|ItemCustomComponent}} for {{cd|beta}}.
*Added {{MC/Cd|ItemCustomComponent}} for {{MC/Cd|beta}}.
*Added {{cd|ItemComponentUseEvent}} for {{cd|beta}}.
*Added {{MC/Cd|ItemComponentUseEvent}} for {{MC/Cd|beta}}.
**Moved {{cd|structureManager}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|structureManager}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Structure Manager
*Structure Manager
**Moved {{cd|createEmpty}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|createEmpty}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|delete}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|delete}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|get}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|get}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|place}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|place}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|id}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|id}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|getBlockPermutation}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|getBlockPermutation}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|getIsWaterlogged}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|getIsWaterlogged}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
**Moved {{cd|isValid}} from {{cd|beta}} to {{cd|1.10.0}}.
**Moved {{MC/Cd|isValid}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|StructureSaveMode}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructureSaveMode}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|StructureRotation}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructureRotation}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|StructureAnimationMode}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructureAnimationMode}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|StructureMirrorAxis}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructureMirrorAxis}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Removed {{cd|StructureReadOptions}}.
*Removed {{MC/Cd|StructureReadOptions}}.
*Moved {{cd|StructureCreateOptions}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructureCreateOptions}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|StructurePlaceOptions}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|StructurePlaceOptions}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.
*Moved {{cd|InvalidStructureError}} from {{cd|beta}} to {{cd|1.10.0}}.
*Moved {{MC/Cd|InvalidStructureError}} from {{MC/Cd|beta}} to {{MC/Cd|1.10.0}}.


'''Blocks'''
'''Blocks'''
*Added {{cd|minecraft:entity_fall_on}} block component behind the Beta API experiment.
*Added {{MC/Cd|minecraft:entity_fall_on}} block component behind the Beta API experiment.
*Added {{cd|minecraft:tick}} block component behind the Beta API experiment.
*Added {{MC/Cd|minecraft:tick}} block component behind the Beta API experiment.


'''Entity Components'''
'''Entity Components'''
*Added property {{cd|passengerMaxWidth}} to {{cd|EntityRideableComponent}}.
*Added property {{MC/Cd|passengerMaxWidth}} to {{MC/Cd|EntityRideableComponent}}.
*Added property {{cd|seatRotation}} to {{cd|Seat}}.
*Added property {{MC/Cd|seatRotation}} to {{MC/Cd|Seat}}.


'''Items'''
'''Items'''
*Added {{cd|minecraft:custom_components}} item component under the Beta APIs feature flag.
*Added {{MC/Cd|minecraft:custom_components}} item component under the Beta APIs feature flag.


== Fixes ==
== Fixes ==
Line 194: Line 194:
*Fixed a crash during the load process of localization strings.
*Fixed a crash during the load process of localization strings.
*Fixed a bug where some recipes did not show up when recipe unlocking was on.
*Fixed a bug where some recipes did not show up when recipe unlocking was on.
{{fixes|project=MCL|fixedin=1.20.80.23 Preview
{{MC/Fixes|project=MCL|fixedin=1.20.80.23 Preview
|;old
|;old
|24096|When using Quick Launch feature of MCL, the world registers me like a new user
|24096|When using Quick Launch feature of MCL, the world registers me like a new user
Line 200: Line 200:


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

Latest revision as of 19:20, 9 April 2026

Template:Infobox version Beta 1.20.80.23 (Android) or Preview 1.20.80.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.20.80, released on March 20, 2024,<ref>Template:Cite</ref> which adds trial chambers maps under experimental gameplay, and fixes bugs.

Changes

Blocks

Minecraft:Dead Coral Fan

  • The different coral color block states for the coral_fan_dead ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr coral_fan_dead

  1. redirect Template:BlockSprite

Template:Redr dead_tube_coral_fan

  1. redirect Template:BlockSprite

Template:Redr dead_brain_coral_fan

  1. redirect Template:BlockSprite

Template:Redr dead_bubble_coral_fan

  1. redirect Template:BlockSprite

Template:Redr dead_fire_coral_fan

  1. redirect Template:BlockSprite

Template:Redr dead_horn_coral_fan

Minecraft:Flower

  • The different block states for the red_flower ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr red_flower

  1. redirect Template:BlockSprite

Template:Redr poppy

  1. redirect Template:BlockSprite

Template:Redr blue_orchid

  1. redirect Template:BlockSprite

Template:Redr allium

  1. redirect Template:BlockSprite

Template:Redr azure_bluet

  1. redirect Template:BlockSprite

Template:Redr red_tulip

  1. redirect Template:BlockSprite

Template:Redr orange_tulip

  1. redirect Template:BlockSprite

Template:Redr white_tulip

  1. redirect Template:BlockSprite

Template:Redr pink_tulip

  1. redirect Template:BlockSprite

Template:Redr oxeye_daisy

  1. redirect Template:BlockSprite

Template:Redr cornflower

  1. redirect Template:BlockSprite

Template:Redr lily_of_the_valley

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Moved the
  1. REDIRECT Template:Command

Template:Redr command out of Upcoming Creator Features experimental toggle.

General

Add friends screen

  • Added multiple features including:
    • Lists of recommended and suggested friends.
    • Improved search to give partial results while you are typing.
    • Ability to share your profile information through a QR code or a share link.
    • A handy button that copies your Gamertag to the clipboard.
File:New UI - Search for Players Screen Menu (Bedrock Preview 1.20.80.23).png
New Search for Players Screen.

Death screen

  • The updated "You Died!" screen is no longer experimental.

World Options

  • Renamed "Harcore" switch to "Hardcore".

Mobs

Armadillo

  • Armadillos no longer rotate to look at the player shortly after rolling up.

Minecraft:Wolf

  • The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the
  1. REDIRECT Template:Command

Template:Redr command have been broadened:

    • Rusty Wolf is now selected in all Jungle biomes, as defined by the biome tag
  1. REDIRECT Template:Code

Template:Redr.

    • Spotted Wolf is now selected in all Savanna biomes, as defined by the biome tag
  1. REDIRECT Template:Code

Template:Redr.

    • Striped Wolf is now selected in all Badlands biomes, as defined by the biome tag
  1. REDIRECT Template:Code

Template:Redr.

Technical

Components

  • Added the
  1. REDIRECT Template:Code

Template:Redr component, which prevents an entity from visually rotating their body to match their own facing direction.

  • The durations and cooldowns of
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr are now correctly randomized on both start and stop, rather than only on spawn.

Recipes

  • Added
  1. REDIRECT Template:Code

Template:Redr boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs.

Experimental

These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.

Additions

Items

Minecraft:Explorer Maps

  • Added trial chambers maps, which can be purchased from a cartographer.

Changes

Technical

API

  • Added an optional
  1. REDIRECT Template:Code

Template:Redr with a boolean

  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr function to support persistent entities in Editor tooling.

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

  1. REDIRECT Template:Code

Template:Redr

    • Added property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Updated property
  1. REDIRECT Template:Code

Template:Redr to return name with namespace in

  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.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  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.

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

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

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

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

Blocks

  • Added
  1. REDIRECT Template:Code

Template:Redr block component behind the Beta API experiment.

  • Added
  1. REDIRECT Template:Code

Template:Redr block component behind the Beta API experiment.

Entity Components

  • Added property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Items

  • Added
  1. REDIRECT Template:Code

Template:Redr item component under the Beta APIs feature flag.

Fixes

Template:Fixes Others

  • Guest users in split-screen multiplayer will no longer trigger Realm Events.
  • Fixed an issue where enabling Realms Stories required a restart. (Preview Only)
  • Players can now see themselves in the ‘Recently Played’ section of Realms Stories, if they have played recently.
  • Other bug fixes and stability updates.
  • Fixed a bug that prevented custom features in behavior packs from loading.
  • Fixed a crash during the load process of localization strings.
  • Fixed a bug where some recipes did not show up when recipe unlocking was on.

Script error: No such module "fixes".

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