Bedrock Edition Preview 1.20.80.23
Preview 1.20.80.23


| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date |
March 20, 2024 | ||||||
| Server version | |||||||
| Editor version | |||||||
| Build version |
22989705 | ||||||
| Internal version |
Windows, Xbox: 1.20.8023.0 | ||||||
| Version code |
Android: | ||||||
| Type |
Preview | ||||||
| Preview for | |||||||
| Downloads | |||||||
| Protocol version |
671 | ||||||
| |||||||
{
"title": "Preview 1.20.80.23",
"images": [
"Bedrock 1.20.80.23 PatchNotes.png",
"Bedrock 1.20.80.23.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "March 20, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.80.23 article, displayed as 1.20.80.23)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.5.10 article, displayed as 0.5.10)",
"label": "(link to Bedrock Editor article, displayed as Editor) version"
},
{
"field": "22989705",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.20.8023.0<br>'''Android, iOS, iPadOS''': 1.20.80.23",
"label": "Internal version"
},
{
"field": "<small>'''Android''':<br>\n952008023(armeabi-v7a,34)<br>\n962008023(x86,34)<br>\n972008023(arm64-v8a,34)<br>\n982008023(x86_64,34)<br></small>",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.20.80 article, displayed as 1.20.80)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.20.80.23.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.80.23.zip Linux]",
"label": "Downloads"
},
{
"field": "671",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.73|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.20.73]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.80|1.20.80]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.81| 1.20.81 <span style=\"margin-right:-0.35em\">►</span>►]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.80.22|◄ Preview 1.20.80.22]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.80.23'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.80.24| Preview 1.20.80.24 ►]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.80.23 (Android) or Preview 1.20.80.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Bedrock Edition 1.20.80, released on March 20, 2024,[1] which adds trial chambers maps under experimental gameplay, and fixes bugs.
Changes
Blocks
- The different coral color block states for the
coral_fan_deadID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
coral_fan_dead
|
dead_tube_coral_fan
|
dead_brain_coral_fan
| |
dead_bubble_coral_fan
| |
dead_fire_coral_fan
| |
dead_horn_coral_fan
|
- The different block states for the
red_flowerID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
red_flower
|
poppy
|
blue_orchid
| |
allium
| |
azure_bluet
| |
red_tulip
| |
orange_tulip
| |
white_tulip
| |
pink_tulip
| |
oxeye_daisy
| |
cornflower
| |
lily_of_the_valley
|
Command format
/hud
- Moved the
/hudcommand out of Upcoming Creator Features experimental toggle.
General
- 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.
.png)
- The updated "You Died!" screen is no longer experimental.
- Renamed "Harcore" switch to "Hardcore".
Mobs
- Armadillos no longer rotate to look at the player shortly after rolling up.
- The rules for selecting certain Wolf variants when spawned using a Spawn Egg or the
/summoncommand have been broadened:
Technical
Components
- Added the
minecraft:body_rotation_blockedcomponent, which prevents an entity from visually rotating their body to match their own facing direction. - The durations and cooldowns of
behavior.timer_flag_1,behavior.timer_flag_2, andbehavior.timer_flag_3are now correctly randomized on both start and stop, rather than only on spawn.
- Added
assume_symmetryboolean 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
- Added trial chambers maps, which can be purchased from a cartographer.
Changes
Technical
- Added an optional
SpawnEntityOptionswith a booleaninitialPersistencefield to thespawnEntity(…)function to support persistent entities in Editor tooling. - Moved
getItemStack(amount?: number, withData?: boolean): ItemStackundefinedfrombetato1.10.0. - Moved
getItemStack(amount?: number): ItemStackundefinedfrombetato1.10.0. EntityAgeableComponent- Added property
transformToItemtobeta.
- Added property
EntityDefinitionFeedItem- Updated property
itemto return name with namespace inbeta.
- Updated property
- Moved
EntityTypeFamilyComponentfrombetato1.10.0. - Added
BlockComponentTickEventforbeta.- Added
onTick.
- Added
- Added
BlockComponentEntityFallOnEventforbeta.- Added
onEntityFallOn.
- Added
- Added
BlockComponentPlayerPlaceBeforeEventforbeta.- Added
beforeOnPlayerPlace.
- Added
- Added
BlockComponentPlayerInteractEventforbeta.- Added
onPlayerInteract.
- Added
- Added
BlockComponentPlayerDestroyEventforbeta.- Added
onPlayerDestroy.
- Added
- Added
BlockComponentOnPlaceEventforbeta.- Added
onPlace.
- Added
- Added
ItemComponentRegistryforbeta. - Added
ItemCustomComponentforbeta. - Added
ItemComponentUseEventforbeta.- Moved
structureManagerfrombetato1.10.0.
- Moved
- Structure Manager
- Moved
createEmptyfrombetato1.10.0. - Moved
deletefrombetato1.10.0. - Moved
getfrombetato1.10.0. - Moved
placefrombetato1.10.0. - Moved
idfrombetato1.10.0. - Moved
getBlockPermutationfrombetato1.10.0. - Moved
getIsWaterloggedfrombetato1.10.0. - Moved
isValidfrombetato1.10.0.
- Moved
- Moved
StructureSaveModefrombetato1.10.0. - Moved
StructureRotationfrombetato1.10.0. - Moved
StructureAnimationModefrombetato1.10.0. - Moved
StructureMirrorAxisfrombetato1.10.0. - Removed
StructureReadOptions. - Moved
StructureCreateOptionsfrombetato1.10.0. - Moved
StructurePlaceOptionsfrombetato1.10.0. - Moved
InvalidStructureErrorfrombetato1.10.0.
Blocks
- Added
minecraft:entity_fall_onblock component behind the Beta API experiment. - Added
minecraft:tickblock component behind the Beta API experiment.
Entity Components
- Added property
passengerMaxWidthtoEntityRideableComponent. - Added property
seatRotationtoSeat.
Items
- Added
minecraft:custom_componentsitem component under the Beta APIs feature flag.
Fixes
From released versions before 1.20.80
- MCPE-168125 – New "You Died!" screen is not available when the Education Edition toggle is enabled
- MCPE-170969 – Swimming mechanics have been altered to where you have to look up at the sky to take a breath
- MCPE-175555 – Recipe unlocking/dolimitedcrafting doesn't work with custom crafting tables
- MCPE-179214 – Device won’t sleep/auto-lock on menu screen
From the previous development version
- MCPE-179365 – The new "You Died" screen isn't same as before
- MCPE-179414 – Wolf summoned with tags cannot be tamed.
- MCPE-179447 – Structure API rotation does not match the structure block or ccommand [sic]
- MCPE-179564 – Dye on Wolf Armor isn't applied correctly when in an Item Frame
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.
From released versions before 1.20.80
- MCL-24096 – When using Quick Launch feature of MCL, the world registers me like a new user
References
- ↑ "Minecraft Beta & Preview - 1.20.80.23" – Minecraft Feedback, March 20, 2024.