Bedrock Edition Preview 1.20.50.20
Jump to navigation
Jump to search
Preview 1.20.50.20
Edition | |
---|---|
Release date |
October 11, 2023 |
Server version | |
Editor version | |
Build version |
18790057 |
Internal version |
Windows: 1.20.5020.0 |
Version code |
Android: |
Type |
Preview |
Preview for | |
Downloads | |
Protocol version |
625 |
{ "title": "Preview 1.20.50.20", "images": [ "Bedrock 1.20.50.20 PatchNotes.jpg", "Bedrock 1.20.50.20.png" ], "rows": [ { "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "October 11, 2023", "label": "Release date" }, { "field": "(link to Bedrock Dedicated Server 1.20.50.20 article, displayed as 1.20.50.20)", "label": "Server version" }, { "field": "(link to Bedrock Editor 0.4.7 article, displayed as 0.4.7)", "label": "(link to Bedrock Editor article, displayed as Editor) version" }, { "field": "18790057", "label": "Build version" }, { "field": "'''Windows''': 1.20.5020.0<br>'''Xbox One''': 1.20.5020.70<br>'''Android, iOS, iPadOS''': 1.20.50.20", "label": "Internal version" }, { "field": "<small>'''Android''':<br>\n952005020(armeabi-v7a,33)<br>\n962005020(x86,33)<br>\n972005020(arm64-v8a,33)<br>\n982005020(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.50 article, displayed as 1.20.50)", "label": "Preview for" }, { "field": "'''Server'''<br>[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.50.20.zip Windows]<br>[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.50.20.zip Linux]", "label": "Downloads" }, { "field": "625", "label": "(link to Protocol version article, displayed as Protocol version)" } ], "invimages": [], "footer": "<div style=\"display:inline-block\"><div style=\"display:inline-block;padding:0 .4em\">[[Bedrock Edition 1.20.40|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.20.40]]</div>\n</div><div style=\"display:inline-block\"><div style=\"display:inline-block;padding:0 .4em\">[[Bedrock Edition Preview 1.20.50.21| Preview 1.20.50.21 ►]]</div><div style=\"display:inline-block;padding:0 .4em\">[[Bedrock Edition 1.20.51| 1.20.51 <span style=\"margin-right:-0.35em\">►</span>►]]</div></div>" }
Beta 1.20.50.20 (Android) or Preview 1.20.50.20 (Windows, iOS, iPadOS, Xbox) is the first beta/Preview version for Bedrock Edition 1.20.50, released on October 11, 2023,[1] which brings more parity with Java Edition and fixes bugs.
Additions[edit | edit source]
Gameplay[edit | edit source]
- Added
showRecipeMessages
, to control whether the recipe toasts are displayed. Defaults totrue
.- Needs the
recipesUnlock
game rule set totrue
to work properly.
- Needs the
General[edit | edit source]
- Added new
dust_plume
particle type.
Changes[edit | edit source]
Blocks[edit | edit source]
- The different block states for the
stone
ID have now been split up into their own IDs.
Old ID | New ID |
---|---|
stone
|
stone
|
granite
| |
polished_granite
| |
diorite
| |
polished_diorite
| |
andesite
| |
polished_andesite
|
- Now can store items, up to a single stack of items.
- Players can interact with them and insert items into them.
- Player interactions with them cause them to wobble.
- They have no GUI, and need to be broken to retrieve their content by players.
- Players can interact with them and insert items into them.
- Now can be smashed by projectiles, which cause them to shatter and drop their contents.
- Now can stack up to 64.
- Now can insert and/or extract items from decorated pots.
- The different block states for the
planks
ID have now been split up into their own IDs.
Old ID | New ID |
---|---|
planks
|
oak_planks
|
spruce_planks
| |
birch_planks
| |
jungle_planks
| |
acacia_planks
| |
dark_oak_planks
|
- Now can read the number of items in decorated pots.
- Now can detect players interacting with decorated pots, with frequency 11.
Command format[edit | edit source]
- Added a content warning for when the camera is placed outside of the player's chunk radius.
Gameplay[edit | edit source]
- Raid mobs can now join existing raids.
General[edit | edit source]
- Updated death message when killed by a bed explosion in The Nether.
- Completely remodelled the "How to Play" screen and created a new "Encyclopedia" screen.
- Removed the "Vertical Sync" video option.
- Deprecated the
tag:
legacy item component and released theminecraft:tags
item component out of experimental in JSON formats1.20.50
and higher.
Items[edit | edit source]
- Armor trims can now be applied to custom armor.
Non-mob entities[edit | edit source]
- Now can insert and/or extract items from decorated pots.
Technical[edit | edit source]
- Realms are now available in betas and Previews.
- Any player who has an active Realms subscription is eligible to create a free beta/Preview Realm.
- Beta/Preview Realms will be separate from the regular Realms to prevent any issues from impacting regular Realms.
- The version of the last played world on a Realm is displayed in the Realms list.
- Experiments are available for newly created worlds.
- Players can now download worlds larger than 1GB from Realms on Xbox.
Experimental[edit | edit source]
These additions and changes are accessible by enabling the "Beta APIs", "Molang Features", and "Render Dragon Features for Creators" experimental toggles.
Changes[edit | edit source]
Technical[edit | edit source]
- Added
BlockComponentTypeMap
,EntityComponentTypeMap
, andItemComponentTypeMap
aliases which map component IDs to theirTypeScript
types. - Changed
Block.getComponent
,Entity.getComponent
, andItemStack.getComponent
to return the correct derived component type. - Added
BlockComponentTypes
,EntityComponentTypes
, andItemComponentTypes
enums that enumerate component ID strings. - Removed
CraftingEventPacket
. - Added
effectAddBeforeEvent
and removedeffectState
fromeffectAddAfterEvent
.
- Added
minecraft:behavior.melee_box_attack
behavior which functions the same asminecraft:behavior.melee_attack
but uses bounds based attack reach calculations.- The
reach_multiplier
attribute is removed and replaced withbox_increase
. - Reach is calculated by increasing the bounds of the attacking mobs in the xz-plane by
box_increase
blocks to create an "attack box". If the attack box intersects with the target's bounds the attacking mob can reach it.
- The
- Added
minecraft:can_join_raid
component to allow entities to join existing raids.
- The following Molang queries are deprecated and will no longer be available in packs with a
min_engine_version
of1.20.50
or higher:Replaced with query.timer_flag_1
, set bybehavior.timer_flag_1
.Replaced with query.timer_flag_2
, set bybehavior.timer_flag_2
.Replaced with query.timer_flag_3
, set bybehavior.timer_flag_3
.query.is_scenting
query.is_rising
query.is_feeling_happy
query.dash_cooldown_progress
Fixes[edit | edit source]
- 24 issues fixed
- From released versions before 1.20.0
- MCPE-64168 – Discovered the floor was lava death message grammar issue.
- MCPE-123604 – Death messages not appearing correctly.
- MCPE-124736 – Vindicators don't become passive to villagers in peaceful.
- MCPE-168574 – Attacking the mob in back seat when exiting boat.
- From 1.20.0
- MCPE-173492 – Suspicious sand generate in ruins (cold).
- From released versions before 1.20.50
- MCPE-170831 – Xbox on-screen keyboard covers command block line.
- MCPE-174298 – The search bar is a little bit smaller than the items list below it.
- MCPE-174861 – Librarian villagers common enchanted books are never max level enchanted.
- MCPE-175237 – Structure void blocks no longer block interactions.
- MCPE-175538 – The word "Production" is translated into other languages, which makes the line unreadable in Unicode languages.
- Others
- Phantoms will no longer miss players who are gliding.
- Decreased the likelihood of players spawning above leaves
- Witches spawned via spawn eggs now join raids and throw potions at raiders.
- Fixed various spelling mistakes in the "How to Play" screen.
- Fixed tips display for custom vehicles from Marketplace packs when using touch controls with a joystick.
- Improved some of the common scripting error messages to provide better context and information.
- Fixed unreliability around
query.is_alive
on server. - Fixed an issue preventing mobs from spawning further than 6 chunks away from the nearest player even if the server's simulation range is larger than 6 chunks.
- Fixed fullscreen overlays not being displayed when being submerged in lava and powdered snow in the "Deferred Technical Preview".
- Fixed missing Hoppers within Minecarts in the "Deferred Technical Preview".
- Fixed an issue where certain light emitting blocks (e.g., sea lantern, glowstone, magma, etc...) could not be turned into point lights in the "Deferred Technical Preview".
- Fixed the appearance of rain, snow, and other weather effects in the "Deferred Technical Preview".
- Improved the quality of light sources over large distances in the "Deferred Technical Preview".
- Balanced the brightness of light emitted from emissive-only blocks in the "Deferred Technical Preview".
References[edit | edit source]
- ↑ "Minecraft - Beta & Preview 1.20.50.20" – Minecraft Feedback, October 11, 2023.