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.20: Difference between revisions

From SAS Gaming Wiki
imported>MinecraftBedrockPlayer7
mNo edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.20.20''' (Android) or '''Preview 1.20.20.20''' (Windows, iOS, iPadOS, Xbox) is the first 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 June 28, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17151426531085-Minecraft-Beta-Preview-1-20-20-20</ref>, which brings more parity from {{JE}} and fixes bugs.
'''Beta 1.20.20.20''' (Android) or '''Preview 1.20.20.20''' (Windows, iOS, iPadOS, Xbox) is the first 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 June 28, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17151426531085-Minecraft-Beta-Preview-1-20-20-20</ref>, which brings more parity from {{MC/JE}} and fixes bugs.


== Additions ==
== Additions ==
Line 41: Line 41:


'''[[Minecraft:Snow]]'''
'''[[Minecraft:Snow]]'''
* Different layers of snow have different heights to match {{JE}}.
* Different layers of snow have different heights to match {{MC/JE}}.


==== Command format ====
==== Command format ====
'''{{cmd|scriptevent}}'''
'''{{MC/Cmd|scriptevent}}'''
* Now is no longer behind the "Beta APIs" experimental toggle.
* Now is no longer behind the "Beta APIs" experimental toggle.


'''[[Minecraft:Amethyst Cluster]]'''
'''[[Minecraft:Amethyst Cluster]]'''
* Now uses the <code>minecraft:block_face</code> [[Minecraft:block state]] instead of <code>facing_direction</code>.
* Now uses the <code>minecraft:block_face</code> block state instead of <code>facing_direction</code>.
** <code>minecraft:block_face</code> uses six string values <code>["down", "up", "north", "south", "east", "west"]</code>.
** <code>minecraft:block_face</code> uses six string values <code>["down", "up", "north", "south", "east", "west"]</code>.


'''[[Minecraft:Slab]]s'''
'''[[Minecraft:Slab]]s'''
* Now uses the <code>minecraft:vertical_half</code> [[Minecraft:block state]] instead of <code>top_slot_bit</code>.  
* Now uses the <code>minecraft:vertical_half</code> block state instead of <code>top_slot_bit</code>.  
** <code>minecraft:vertical_half</code> uses two string values <code>["bottom", "top"]</code>.
** <code>minecraft:vertical_half</code> uses two string values <code>["bottom", "top"]</code>.


=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Sneaking]]'''
'''Sneaking'''
* Now player gets forced out of sneak when riding.
* Now player gets forced out of sneak when riding.


=== General ===
=== General ===
'''[[Minecraft:Inventory|Creative Inventory]]'''
'''[[Minecraft:Inventory|Creative Inventory]]'''
* Removed the [[Minecraft:suspicious stew]] from the [[Minecraft:Creative]] inventory.
* Removed the suspicious stew from the Creative inventory.


'''[[Minecraft:Title Screen|Menu screen]]'''
'''Menu screen'''
* Changed the in-game logo for ''[[Minecraft:Minecraft Preview]]''.
* Changed the in-game logo for ''[[Minecraft:Minecraft Preview]]''.


Line 72: Line 72:


'''General'''
'''General'''
* The ''[[Minecraft:Minecraft Preview]]'' application icon has been changed from a [[Minecraft:grass block]] to [[Minecraft:dirt]].
* The ''[[Minecraft:Minecraft Preview]]'' application icon has been changed from a grass block to [[Minecraft:dirt]].


=== Mobs ===
=== Mobs ===
Line 78: Line 78:
* When killed they no longer drop items held in their hands.
* When killed they no longer drop items held in their hands.


'''[[Minecraft:Wandering Trader]]'''
'''Wandering Trader'''
* Now can sell 1 [[Minecraft:Sapling|cherry sapling]] for 5 [[Minecraft:emerald]]s.
* Now can sell 1 [[Minecraft:Sapling|cherry sapling]] for 5 [[Minecraft:emerald]]s.


'''[[Minecraft:Zombie Villager]]'''
'''Zombie Villager'''
* Now displays their rank in appearance.
* Now displays their rank in appearance.


=== Non-mob entities ===
=== Non-mob entities ===
'''[[Minecraft:Falling Block]] '''
'''Falling Block '''
* Now break when falling onto a [[Minecraft:boat]].
* Now break when falling onto a [[Minecraft:boat]].


Line 103: Line 103:
=== Changes ===
=== Changes ===
==== Command format ====
==== Command format ====
'''{{cmd|recipe}}'''
'''{{MC/Cmd|recipe}}'''
* Updated the syntax to match {{JE}}.
* Updated the syntax to match {{MC/JE}}.
** Old syntax:
** Old syntax:
*** <code>/recipe <victim: target> give <recipe: string></code>
*** <code>/recipe <victim: target> give <recipe: string></code>
Line 111: Line 111:
*** <code>/recipe give <victim: target> <recipe: string></code>
*** <code>/recipe give <victim: target> <recipe: string></code>
*** <code>/recipe take <victim: target> <recipe: string></code>
*** <code>/recipe take <victim: target> <recipe: string></code>
* Now the recipes are suggested by the [[Minecraft:command]] auto-complete.
* Now the recipes are suggested by the command auto-complete.
* Now an output message appears after the command is executed.
* Now an output message appears after the command is executed.


=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Crawling]]'''
'''Crawling'''
* Now player gets forced out of crawl when riding.
* Now player gets forced out of crawl when riding.


'''[[Minecraft:Recipe book]]'''
'''Recipe book'''
* Updated the recipe notification sound to match {{JE}}.
* Updated the recipe notification sound to match {{MC/JE}}.
* Now the duration of the recipe notifications are calculated based on how many recipes got unlocked.
* Now the duration of the recipe notifications are calculated based on how many recipes got unlocked.


=== General ===
=== General ===
'''[[Minecraft:Settings]]'''
'''[[Minecraft:Settings]]'''
* Now is displayed a message when the players presses the camera perspective change button but a particular perspective is already set via the {{cmd|camera}} [[Minecraft:command]].
* Now is displayed a message when the players presses the camera perspective change button but a particular perspective is already set via the {{MC/Cmd|camera}} command.


==== Technical ====
==== Technical ====
Line 183: Line 183:
|170907|When switching to a spectator, the player does not stop sneaking or crawling.
|170907|When switching to a spectator, the player does not stop sneaking or crawling.
|170994|Crawl parity issue.
|170994|Crawl parity issue.
|171065|{{cmd|recipe}} doesn't send a chat output when correct syntax is entered.
|171065|{{MC/Cmd|recipe}} doesn't send a chat output when correct syntax is entered.
|171086|Entering {{cmd|recipe}} command doesn't show suggestions.
|171086|Entering {{MC/Cmd|recipe}} command doesn't show suggestions.
|171098|{{cmd|recipe}} command syntax doesn't match {{JE}}.
|171098|{{MC/Cmd|recipe}} command syntax doesn't match {{MC/JE}}.
|171116|The "Recipe Unlock Toast" sound does not match {{JE}}.
|171116|The "Recipe Unlock Toast" sound does not match {{MC/JE}}.
|171797|The player can enable flight mode while flying the elytra.
|171797|The player can enable flight mode while flying the elytra.
|171800|Pick blocking a decorated pot from the creative inventory gives invalid inventory description.
|171800|Pick blocking a decorated pot from the creative inventory gives invalid inventory description.
Line 201: Line 201:


== 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]]
[[Minecraft:de:Bedrock Edition beta 1.20.20.20]]
de:Bedrock Edition beta 1.20.20.20
[[Minecraft:es:Bedrock Edition beta 1.20.20.20]]
es:Bedrock Edition beta 1.20.20.20
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.20.20]]
ko:Bedrock Edition 프리뷰 1.20.20.20
[[Minecraft:pt:Edição Bedrock Preview 1.20.20.20]]
pt:Edição Bedrock Preview 1.20.20.20
[[Minecraft:uk:Preview 1.20.20.20 (Bedrock Edition)]]
uk:Preview 1.20.20.20 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.20.20]]
zh:基岩版1.20.20.20

Latest revision as of 19:19, 9 April 2026

Template:Infobox version

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

Additions

Technical

Minecraft:Add-ons

  • Added support for the allow_random_seed option in world template manifests.

Minecraft:JSON

  • Released the following components out of experimental in JSON formats 1.20.20 and higher:
    • minecraft:hand_equipped item component.
    • minecraft:use_duration item component.
    • minecraft:stacked_by_data item component.

Changes

Blocks

Cherry Leaves

  • Now generate particle effects at a relatively large distance based on system performance.

Minecraft:Snow

  • Different layers of snow have different heights to match Java Edition.

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Now is no longer behind the "Beta APIs" experimental toggle.

Minecraft:Amethyst Cluster

  • Now uses the minecraft:block_face block state instead of facing_direction.
    • minecraft:block_face uses six string values ["down", "up", "north", "south", "east", "west"].

Minecraft:Slabs

  • Now uses the minecraft:vertical_half block state instead of top_slot_bit.
    • minecraft:vertical_half uses two string values ["bottom", "top"].

Gameplay

Sneaking

  • Now player gets forced out of sneak when riding.

General

Creative Inventory

  • Removed the suspicious stew from the Creative inventory.

Menu screen

Minecraft:Settings

  • Changed "Joystick Always Visible" to "Joystick Visibility Option" dropdown.
  • Changed "Sneak Toggle" to "Sneak" dropdown.
  • Moved "Sync Old World" button to the save screen.

General

Mobs

Minecraft:Villager

  • When killed they no longer drop items held in their hands.

Wandering Trader

Zombie Villager

  • Now displays their rank in appearance.

Non-mob entities

Falling Block

Technical

Minecraft:Server

  • Linux dedicated server: Ubuntu 20.04 LTS (Focal Fossa) is now the minimum supported version of Ubuntu. Ubuntu 18.04 LTS is no longer supported.

Minecraft:JSON

  • Deprecate minecraft:creative_category component in JSON formats 1.20.20 and higher.
  • Creative group and command visibility can now be set in the description field in JSON formats 1.20.20 and higher.
  • Changed fire enchant duration used on projectiles from a ShooterItemComponent to match vanilla behavior.
  • Sound definitions now accept both float and integer values for min_distance and max_distance.
  • Render controllers without textures now result in a content error and are ignored.

Experimental

These additions and changes are accessible by enabling the "Crawling", "Recipe Unlocking", and "Beta APIs" experimental toggles.

Changes

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Updated the syntax to match Java Edition.
    • Old syntax:
      • /recipe <victim: target> give <recipe: string>
      • /recipe <victim: target> take <recipe: string>
    • New syntax:
      • /recipe give <victim: target> <recipe: string>
      • /recipe take <victim: target> <recipe: string>
  • Now the recipes are suggested by the command auto-complete.
  • Now an output message appears after the command is executed.

Gameplay

Crawling

  • Now player gets forced out of crawl when riding.

Recipe book

  • Updated the recipe notification sound to match Java Edition.
  • Now the duration of the recipe notifications are calculated based on how many recipes got unlocked.

General

Minecraft:Settings

  • Now is displayed a message when the players presses the camera perspective change button but a particular perspective is already set via the
  1. REDIRECT Template:Command

Template:Redr command.

Technical

API

  • Converted set_block_property to set_block_state for custom blocks.
  • Added defineVector to DynamicPropertiesDefinition.
  • EntityEquipmentInventoryComponent
    • Implemented slot validation for setEquipment, which now returns a boolean indicating whether the item can be equipped to the specified slot.
    • EntityEquipmentInventoryComponent is currently limited to players only.
      • Moved getDay to 1.4.0.
      • Moved getTimeOfDay to 1.4.0.
      • Moved setTimeOfDay(timeOfDay: number | TimeOfDay) to 1.4.0.
      • Moved getAbsoluteTime to 1.4.0.
      • Moved setAbsoluteTime(absoluteTime: number) to 1.4.0.
    • Moved TimeOfDay to 1.4.0.
      • Added length restrictions to setLore - Up to 20 lines with up to 50 characters per line.
      • Moved function setLore to 1.4.0.
      • Moved function getLore to 1.4.0.
      • Moved class SystemAfterEvents to 1.4.0.
      • Moved class ScriptEventCommandMessageAfterEvent to 1.4.0.
    • Moved player onScreenDisplay to 1.4.0.
    • Moved titleDisplayOptions to 1.4.0.
    • Moved screenDisplay to 1.4.0.

Minecraft:JSON

  • Removed the minecraft:ignores_permission component.
  • Removed the minecraft:mirrored_art component.
  • Moved the protection field from minecraft:armor component to minecraft:wearable component in JSON formats 1.20.20 and higher.
  • Deprecate minecraft:armor component in JSON formats 1.20.20 and higher.
  • Removed nonfunctional and redundant slot options from minecraft:wearable component, ie. mainhand, hotbar, inventory, enderchest, and equippable.
  • Items with the minecraft:wearable component using the weapon.offhand slot no longer equips when the item is used in the hotbar.
  • Equipping custom wearable items trigger generic equip sound.
  • Custom items with minecraft:wearable component can now be equipped by clicking and dragging in inventory or shift-clicking.

Fixes

Template:Fixes Others

  • Empty maps now emit the appropriate sound when players draw them.
  • The third-person camera no longer clips through terrain when near water or lava.
  • Fixed Creative mode players not being ignited when standing in fire.
  • The player no longer gets forced into sneak or crawl during the riptide animation.
  • Players should no longer accidentally trigger crawling when they shouldn't.
  • Fixed bottom face of portal effect so its color and transparency match the other faces.

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.20 es:Bedrock Edition beta 1.20.20.20 ko:Bedrock Edition 프리뷰 1.20.20.20 pt:Edição Bedrock Preview 1.20.20.20 uk:Preview 1.20.20.20 (Bedrock Edition) zh:基岩版1.20.20.20