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.20.22: 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 21: Line 21:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.20.22''' (Android) or '''Preview 1.20.20.22''' (Windows, iOS, iPadOS, Xbox) is the third beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.30]]{{efn|Bedrock Edition 1.20.20 is not a version of the game and its betas are instead part of [[Minecraft:Bedrock Edition 1.20.30|1.20.30]].<ref>{{tweet|cornerhardmc|1691973191923806387|We're actually going to move all the 1.20.20 changes into 1.20.30. More info to come in an upcoming changelog.|August 16, 2023}}</ref>}}, released on July 20, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17785920851725-Minecraft-Beta-Preview-1-20-20-22</ref>, which brings more parity from {{JE}} and fixes bugs.
'''Beta 1.20.20.22''' (Android) or '''Preview 1.20.20.22''' (Windows, iOS, iPadOS, Xbox) is the third beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.30]]{{efn|Bedrock Edition 1.20.20 is not a version of the game and its betas are instead part of [[Minecraft:Bedrock Edition 1.20.30|1.20.30]].<ref>{{tweet|cornerhardmc|1691973191923806387|We're actually going to move all the 1.20.20 changes into 1.20.30. More info to come in an upcoming changelog.|August 16, 2023}}</ref>}}, released on July 20, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17785920851725-Minecraft-Beta-Preview-1-20-20-22</ref>, which brings more parity from {{MC/JE}} and fixes bugs.


== Additions ==
== Additions ==
Line 54: Line 54:
== Changes ==
== Changes ==
=== Command format ===
=== Command format ===
'''{{cmd|camera}}'''
'''{{MC/Cmd|camera}}'''
* Now is available without using the "Experimental Cameras" experimental toggle.
* Now is available without using the "Experimental Cameras" experimental toggle.


'''{{cmd|recipe}}'''
'''{{MC/Cmd|recipe}}'''
* Changed the <code>victim: target</code> argument to <code>player: target</code>.
* Changed the <code>victim: target</code> argument to <code>player: target</code>.


Line 137: Line 137:
|;From the previous development versions
|;From the previous development versions
|172381|Top snow has inconsistent collision for dropped items.
|172381|Top snow has inconsistent collision for dropped items.
|172402|{{cmd|recipe}} target argument is called "victim".
|172402|{{MC/Cmd|recipe}} target argument is called "victim".
|172429|Structure void can't be targetted.
|172429|Structure void can't be targetted.
|172956|No "Recipes Unlock" option in the "Create New World" screen.
|172956|No "Recipes Unlock" option in the "Create New World" screen.
Line 145: Line 145:


== Notes ==
== Notes ==
{{fnlist}}
{{MC/Fnlist}}


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

Latest revision as of 19:19, 9 April 2026

Template:Infobox version

Beta 1.20.20.22 (Android) or Preview 1.20.20.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Minecraft:Bedrock Edition 1.20.30Template:Efn, released on July 20, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17785920851725-Minecraft-Beta-Preview-1-20-20-22</ref>, which brings more parity from Java Edition and fixes bugs.

Additions

Technical

Minecraft:JSON

  • 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

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Now is available without using the "Experimental Cameras" experimental toggle.

  1. REDIRECT Template:Command

Template:Redr

  • Changed the victim: target argument to player: target.

Gameplay

Crawling

  • The ability to crawl is now available without using the "Crawling" experimental toggle.

General

Experiments

  • Removed the "Crawling" experimental toggle.

Minecraft:Settings

  • 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

Minecraft:JSON

  • Removed the server-authoritative-sound bool from server.properties.
  • Deprecate on_dig parameters from minecraft:digger item component in JSON formats 1.20.20 and higher.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Experimental Cameras" experimental toggles.

Additions

Technical

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

Technical

API

  • Removed MinecraftBlockTypes defined in @minecraft/server.
  • Moved ItemUseBeforeEvent to 1.4.0.
  • Moved ItemUseOnBeforeEvent to 1.4.0.
  • Moved ItemUseAfterEvent to 1.4.0.
  • Moved ItemUseOnAfterEvent to 1.4.0.
  • Moved ItemStartUseOnAfterEvent to 1.4.0.
  • Moved ItemStopUseAfterEvent to 1.4.0.
  • Moved ItemStopUseOnAfterEvent to 1.4.0.
  • Moved ItemCompleteUseAfterEvent to 1.4.0.
  • Moved ItemReleaseUseAfterEvent to 1.4.0.
  • Moved ItemStartUseAfterEvent to 1.4.0.
  • Moved DimensionLocation to 1.4.0.
  • Renamed PositionInUnloadedChunkError to LocationInUnloadedChunkError and moved it to 1.4.0.
  • Renamed PositionOutOfWorldBoundariesError to LocationOutOfWorldBoundariesError and moved it to 1.4.0.
    • Moved getSpawnPoint to 1.4.0.
    • Moved setSpawnPoint to 1.4.0.
    • Moved getDefaultSpawnLocation to 1.4.0.
    • Moved setDefaultSpawnLocation to 1.4.0.
  • WorldAfterEvents
    • Removed projectileHit.
    • Added projectileHitBlock.
    • Added projectileHitEntity.
  • 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 to 1.4.0.
    • Updated Scoreboard.getObjective, getObjectiveAtDisplaySlot, and clearObjectiveAtDisplaySlot to return '| undefined '.
  • Released isValid() from beta to 1.4.0 for the following classes:
    • Block
    • Container
    • Entity
    • Player
    • SimulatedPlayer

Fixes

Template:Fixes Others

  • Xbox: Fixed missing low disk space warning.

Notes

<references group="fn"></references>

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.20.22 es:Bedrock Edition beta 1.20.20.22 ko:Bedrock Edition 프리뷰 1.20.20.22 lzh:基石版一點二〇點二〇點二二 pt:Edição Bedrock Preview 1.20.20.22 uk:Preview 1.20.20.22 (Bedrock Edition) zh:基岩版1.20.20.22