Bedrock Edition Preview 1.20.20.22
(Redirected from Bedrock Dedicated Server 1.20.20.22)
Preview 1.20.20.22
Edition | |||||||
---|---|---|---|---|---|---|---|
Release date |
July 20, 2023 | ||||||
Server version | |||||||
Editor version | |||||||
Build version |
16763275 | ||||||
Internal version |
Windows: 1.20.2022.0 | ||||||
Version code |
Android: | ||||||
Type |
Preview | ||||||
Preview for | |||||||
Downloads | |||||||
Protocol version |
607 | ||||||
|
{ "title": "Preview 1.20.20.22", "images": [ "Bedrock 1.20.20.22 PatchNotes.jpg", "Bedrock 1.20.20.22.png" ], "rows": [ { "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "July 20, 2023", "label": "Release date" }, { "field": "(link to Bedrock Dedicated Server 1.20.20.22 article, displayed as 1.20.20.22)", "label": "Server version" }, { "field": "(link to Bedrock Editor 0.4.1 article, displayed as 0.4.1)", "label": "(link to Bedrock Editor article, displayed as Editor) version" }, { "field": "16763275", "label": "Build version" }, { "field": "'''Windows''': 1.20.2022.0<br>'''Android, iOS, iPadOS''': 1.20.20.22<br>'''Xbox One''': 1.20.2022.70<br>", "label": "Internal version" }, { "field": "<small>'''Android''':<br>\n952002022(armeabi-v7a,33)<br>\n962002022(x86,33)<br>\n972002022(arm64-v8a,33)<br>\n982002022(x86_64,33)<br></small>", "label": "Version code" }, { "field": "Preview", "label": "(link to Version types article, displayed as Type)" }, { "field": "(link to Bedrock Edition 1.20.30 article, displayed as 1.20.30)", "label": "Preview for" }, { "field": "'''Server'''<br>[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.20.22.zip Windows]<br>[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.20.22.zip Linux]", "label": "Downloads" }, { "field": "607", "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.15|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.20.15]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.30|1.20.30]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.31| 1.20.31 <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.20.21|◄ Preview 1.20.20.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.20.22'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.20.23| Preview 1.20.20.23 ►]]\n</td>\n</tr>\n</table>" }
Beta 1.20.20.22 (Android) or Preview 1.20.20.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Bedrock Edition 1.20.30[a], released on July 20, 2023[2], which brings more parity from Java Edition and fixes bugs.
Additions[edit | edit source]
Technical[edit | edit source]
- Released the following components out of experimental in JSON formats 1.20.30 and higher:
minecraft:wearable
item component.minecraft:digger
item component.
- Exposed
DimensionType
to scripting. - Exposed the following feature placement rules:
minecraft:aggregate_feature
.minecraft:cave_carver_feature
.minecraft:fossil_feature
.minecraft:geode_feature
.minecraft:growing_plant_feature
.minecraft:multiface_feature
.minecraft:nether_cave_carver_feature
.minecraft:ore_feature
.minecraft:partially_exposed_blob_feature
.minecraft:scatter_feature
.minecraft:search_feature
.minecraft:sequence_feature
.minecraft:single_block_feature
.minecraft:snap_to_surface_feature
.minecraft:structure_template_feature
.minecraft:surface_relative_threshold_feature
.minecraft:tree_feature
.minecraft:underwater_cave_carver_feature
.minecraft:vegetation_patch_feature
.minecraft:weighted_random_feature
.
Changes[edit | edit source]
Command format[edit | edit source]
- Now is available without using the "Experimental Cameras" experimental toggle.
- Changed the
victim: target
argument toplayer: target
.
Gameplay[edit | edit source]
- The ability to crawl is now available without using the "Crawling" experimental toggle.
General[edit | edit source]
- Removed the "Crawling" experimental toggle.
- Added the "Recipe unlocking" option to the advanced section in the "Create New World" screen. (
recipesUnlock
game rule) - "Text to Speech" narrator now read the disconnected message in the game menu when opened without an internet connection.
- Renamed the "Manage" button to "Cancel" in "Options" > "Subscriptions".
Technical[edit | edit source]
- Removed the
server-authoritative-sound
bool fromserver.properties
. - Deprecate
on_dig
parameters fromminecraft:digger
item component in JSON formats 1.20.20 and higher.
Experimental[edit | edit source]
These additions and changes are accessible by enabling the "Beta APIs" and "Experimental Cameras" experimental toggles.
Additions[edit | edit source]
Technical[edit | edit source]
API
- Added camera scripting APIs for the following APIs:
setCamera()
: to set the camera to a specified preset.fade()
: to start a camera fade.clear()
: to clear the current settings on the camera.
Changes[edit | edit source]
Technical[edit | edit source]
API
- Removed
MinecraftBlockTypes
defined in@minecraft/server
. - Moved
ItemUseBeforeEvent
to1.4.0
. - Moved
ItemUseOnBeforeEvent
to1.4.0
. - Moved
ItemUseAfterEvent
to1.4.0
. - Moved
ItemUseOnAfterEvent
to1.4.0
. - Moved
ItemStartUseOnAfterEvent
to1.4.0
. - Moved
ItemStopUseAfterEvent
to1.4.0
. - Moved
ItemStopUseOnAfterEvent
to1.4.0
. - Moved
ItemCompleteUseAfterEvent
to1.4.0
. - Moved
ItemReleaseUseAfterEvent
to1.4.0
. - Moved
ItemStartUseAfterEvent
to1.4.0
. - Moved
DimensionLocation
to1.4.0
. - Renamed
PositionInUnloadedChunkError
toLocationInUnloadedChunkError
and moved it to1.4.0
. - Renamed
PositionOutOfWorldBoundariesError
toLocationOutOfWorldBoundariesError
and moved it to1.4.0
.- Moved
getSpawnPoint
to1.4.0
. - Moved
setSpawnPoint
to1.4.0
. - Moved
getDefaultSpawnLocation
to1.4.0
. - Moved
setDefaultSpawnLocation
to1.4.0
.
- Moved
WorldAfterEvents
- Removed
projectileHit
. - Added
projectileHitBlock
. - Added
projectileHitEntity
.
- Removed
- Added class
ProjectileHitBlockAfterEvent
export class:ProjectileHitBlockAfterEvent { readonly dimension: Dimension; readonly hitVector: Vector3; readonly location: Vector3; readonly projectile: Entity; readonly source?: Entity; getBlockHit(): BlockHitInformation; }
- Added class
ProjectileHitEntityAfterEvent
export class:ProjectileHitEntityAfterEvent { readonly dimension: Dimension; readonly hitVector: Vector3; readonly location: Vector3; readonly projectile: Entity; readonly source?: Entity; getEntityHit(): EntityHitInformation; }
- Released Scoreboard API's from
beta
to1.4.0
.- Updated
Scoreboard.getObjective
,getObjectiveAtDisplaySlot
, andclearObjectiveAtDisplaySlot
toreturn '| undefined '
.
- Updated
- Released
isValid()
frombeta
to1.4.0
for the following classes:Block
Container
Entity
Player
SimulatedPlayer
Fixes[edit | edit source]
From released versions before 1.20.30
- MCPE-159217 – Vignette overlaps hotbar and other HUD elements with "Fancy Graphics" enabled.
- MCPE-166152 – Book and quills text line breaks are erased when previous text is changed [on iOS and iPadOS].
From 1.20.0
- MCPE-168805 – Some brushing sounds missing.
From 1.20.10
- MCPE-170969 – Swimming mechanics have been altered to where you have to look up at the sky to take a breath.
From the previous development versions
- MCPE-172381 – Top snow has inconsistent collision for dropped items.
- MCPE-172402 –
/recipe
target argument is called "victim". - MCPE-172429 – Structure void can't be targetted.
- MCPE-172956 – No "Recipes Unlock" option in the "Create New World" screen.
Others
- Xbox: Fixed missing low disk space warning.