Bedrock Edition Preview 1.20.50.20

From Minecraft Wiki
Jump to navigation Jump to search
Preview 1.20.50.20
Bedrock 1.20.50.20 PatchNotes.jpg: Infobox image for Preview 1.20.50.20 the version in Minecraft
Bedrock 1.20.50.20.png: Infobox image for Preview 1.20.50.20 the version in Minecraft
Edition

Bedrock Edition

Release date

October 11, 2023

Server version

1.20.50.20

Editor version

0.4.7

Build version

18790057

Internal version

Windows: 1.20.5020.0
Xbox One: 1.20.5020.70
Android, iOS, iPadOS: 1.20.50.20

Version code

Android:
952005020(armeabi-v7a��33)
962005020(x86,33)
972005020(arm64-v8a,33)
982005020(x86_64,33)

Type

Preview

Preview for

1.20.50

Downloads

Server
Windows
Linux

Protocol version

625

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]

Game rule
  • Added showRecipeMessages, to control whether the recipe toasts are displayed. Defaults to true.
    • Needs the recipesUnlock game rule set to true to work properly.

General[edit | edit source]

Particles
  • Added new dust_plume particle type.

Changes[edit | edit source]

Blocks[edit | edit source]

Andesite, Diorite, Granite, Stone
  • The different block states for the stone ID have now been split up into their own IDs.
Old ID New ID
BlockSprite stone.png: Sprite image for stone in Minecraft stone BlockSprite stone.png: Sprite image for stone in Minecraft stone
BlockSprite granite.png: Sprite image for granite in Minecraft granite
BlockSprite polished-granite.png: Sprite image for polished-granite in Minecraft polished_granite
BlockSprite diorite.png: Sprite image for diorite in Minecraft diorite
BlockSprite polished-diorite.png: Sprite image for polished-diorite in Minecraft polished_diorite
BlockSprite andesite.png: Sprite image for andesite in Minecraft andesite
BlockSprite polished-andesite.png: Sprite image for polished-andesite in Minecraft polished_andesite
Decorated Pot
  • 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.
  • Now can be smashed by projectiles, which cause them to shatter and drop their contents.
  • Now can stack up to 64.
Hopper and Dropper
Planks
  • The different block states for the planks ID have now been split up into their own IDs.
Old ID New ID
BlockSprite planks.png: Sprite image for planks in Minecraft planks BlockSprite oak-planks.png: Sprite image for oak-planks in Minecraft oak_planks
BlockSprite spruce-planks.png: Sprite image for spruce-planks in Minecraft spruce_planks
BlockSprite birch-planks.png: Sprite image for birch-planks in Minecraft birch_planks
BlockSprite jungle-planks.png: Sprite image for jungle-planks in Minecraft jungle_planks
BlockSprite acacia-planks.png: Sprite image for acacia-planks in Minecraft acacia_planks
BlockSprite dark-oak-planks.png: Sprite image for dark-oak-planks in Minecraft dark_oak_planks
Redstone Comparator
Sculk Sensor and Calibrated Sculk Sensor
  • Now can detect players interacting with decorated pots, with frequency 11.

Command format[edit | edit source]

/camera
  • Added a content warning for when the camera is placed outside of the player's chunk radius.

Gameplay[edit | edit source]

Raid
  • Raid mobs can now join existing raids.

General[edit | edit source]

Death messages
  • Updated death message when killed by a bed explosion in The Nether.
How to Play
  • Completely remodelled the "How to Play" screen and created a new "Encyclopedia" screen.
    • Added netherite related items to how to play descriptions.
    • Removed obsolete references to "Old world" in "How to Play" screen.
Options
  • Removed the "Vertical Sync" video option.
Tags
  • Deprecated the tag: legacy item component and released the minecraft:tags item component out of experimental in JSON formats 1.20.50 and higher.

Items[edit | edit source]

Smithing Templates
  • Armor trims can now be applied to custom armor.

Non-mob entities[edit | edit source]

Minecart with Hopper

Technical[edit | edit source]

Realms
  • 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]

API
  • Added BlockComponentTypeMap, EntityComponentTypeMap, and ItemComponentTypeMap aliases which map component IDs to their TypeScript types.
  • Changed Block.getComponent, Entity.getComponent, and ItemStack.getComponent to return the correct derived component type.
  • Added BlockComponentTypes, EntityComponentTypes, and ItemComponentTypes enums that enumerate component ID strings.
  • Removed CraftingEventPacket.
  • Added effectAddBeforeEvent and removed effectState from effectAddAfterEvent.
JSON
  • Added minecraft:behavior.melee_box_attack behavior which functions the same as minecraft:behavior.melee_attack but uses bounds based attack reach calculations.
    • The reach_multiplier attribute is removed and replaced with box_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.
  • Added minecraft:can_join_raid component to allow entities to join existing raids.
Molang
  • The following Molang queries are deprecated and will no longer be available in packs with a min_engine_version of 1.20.50 or higher:
    • Replaced with query.timer_flag_1, set by behavior.timer_flag_1.
    • Replaced with query.timer_flag_2, set by behavior.timer_flag_2.
    • Replaced with query.timer_flag_3, set by behavior.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]

  1. "Minecraft - Beta & Preview 1.20.50.20" – Minecraft Feedback, October 11, 2023.

Navigation[edit | edit source]