Bedrock Edition Preview 1.19.80.20

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

Bedrock Edition

Release date

Windows, iOS, iPadOS, Xbox - March 8, 2023
Android - March 14, 2023

Server version

1.19.80.20

Editor version

0.3

Build version

14327931

Internal version

Windows: 1.19.8020.0
Android, iOS, iPadOS: 1.19.80.20
Xbox: 1.19.8020.70

Version code

Android:
951908020 (armeabi-v7a, 31)
961908020 (x86, 31)
971908020 (arm64-v8a, 31)
981908020 (x86_64, 31)

Type

Preview

Preview for

1.19.80

Downloads

Server
Windows Linux

Protocol version

579

Beta 1.19.80.20 (Android) or Preview 1.19.80.20 (Windows, iOS, iPadOS, Xbox) is the first beta/Preview version for Bedrock Edition 1.19.80, released on March 8–14, 2023,[1] which adds the cherry grove biome behind experimental gameplay and fixes bugs.

Additions[edit | edit source]

Command format[edit | edit source]

Block states

  • Provide auto-complete support for block states in commands.

/summon

  • Added a new syntax for summoning entities facing at a target or to the specified coordinates:
    • For facing an entity: /summon <entityType: EntityType> [spawnPos: x y z] facing <lookAtEntity: target> [spawnEvent: string] [nameTag: string]
    • For facing to the specified coordinates: /summon <entityType: EntityType> [spawnPos: x y z] facing <lookAtPosition: x y z> [spawnEvent: string] [nameTag: string]

General[edit | edit source]

Experiments

  • Added the "Short Sneaking" experimental toggle.
    • Enables the ability to sneak under 1.5 blocks of height.

Options

  • Added "Glint Speed" and "Glint Strength" accessibility option for adjusting the speed and transparency of enchantment glints.
  • Added "New 'You Died' Screen (Experimental)" video option to disable/enable the new death screen.

Technical[edit | edit source]

JSON

  • Added lose_target field to projectile data to specify if an entity should unselect its target after shooting the projectile
  • Added a new Transformation component for blocks to support rotation, scaling and translation. The component can be added to the whole block, and/or to individual block permutations. Eg.
    • "minecraft:transformation": {
                      "translation": [0.0, 0.1, -0.1],
                      "scale": [0.5, 1, 1.5],
            "rotation": [90, 180, 0]
      }
      
  • Transformed geometries still have the same restrictions that non-transformed geometries have, eg. a maximum size of 30/16 units.

Changes[edit | edit source]

Blocks[edit | edit source]

Log

  • The ID's of the logs (log and log2) have now been split up into their own ID's.

Melon and Pumpkin

Pressure Plate

  • Changed the sound of the weighted pressure plates to match Java Edition.

Sculk Sensor

  • item_interact_finish game event now has a vibration frequency of 2 instead of 14.
  • item_interact_start is no longer considered a detectable vibration.
  • Reeling a fishing rod now emits projectile_shoot vibration.

General[edit | edit source]

Death messages

  • Renamed and enchanted weapons are now displayed in respawn and chat windows with color when a player is killed by an entity using it.

Death screen

  • Enabled the new version of the Death Screen. The user can opt-in or opt-out using a feature toggle under Settings-Video Tab. (Preview only)
  • Has been revamped.
New Death Screen in Efe Died

Controls

  • Added a header and title for the inventory tab in inventory screen while using Pocket UI.
  • Increased the spacing between headers in the settings screen to increase readability.
  • Touchpad scrolling now matches the operating system's scroll direction.

Items[edit | edit source]

Map

  • Mangrove, bamboo, and polished blackstone buttons are no longer visible.

Mobs[edit | edit source]

Boat and Boat with Chest

Panda

Polar Bear

Villager

  • Now generate green particles when a successful trade is completed.

Experimental[edit | edit source]

These additions and changes are accessible by enabling the "Short Sneaking", "Next Major Update", and "Beta APIs" experimental toggle.

Additions[edit | edit source]

Blocks[edit | edit source]

Cherry Leaves

  • A new type of leaves.
  • Have pink particles falling underneath.

Cherry Log

  • A new type of log, as well as a stripped variant.
  • Can be used to craft cherry woods and planks.
  • The stripped variant can be used to craft cherry hanging sign.

Cherry Planks

Cherry Sapling

Cherry Wood

  • A new type of wood, as well as a stripped variant.
  • Can be used to craft cherry planks.

Pink Petals

  • A new type of block, which generates naturally in cherry groves.
  • Renewable when applying a bone meal to an existing one or to the ground of cherry groves.
  • Similar to sea pickle, can be placed up to 4 in one dirt-related block.
  • Can be placed directional.
  • Can be crafted into a pink dye.

World generation[edit | edit source]

Cherry blossom trees

  • A new type of tree which can be grown from cherry saplings.
  • Occasionally generated with a bee nest.
  • Tree trunks fork or bend high up, and are then covered up in large, round canopies of cherry leaves.

Cherry Grove

  • A new biome which contains pretty cherry blossom trees.
  • Located in the mountains, like meadows.
  • Pigs, rabbits, sheeps, and bees can spawn here.

Changes[edit | edit source]

Blocks[edit | edit source]

Decorated Pot

  • Updated the neck of the model.
    • The pot's neck now clip with blocks.
    • Now uses the new and more complex block model.
  • No longer provides support for blocks wanting to attach to its side faces.
  • Is no longer stackable in the inventory.
  • Base recipe now shows up in the recipe book.
  • Particles is now based on the default side texture.

Suspicious Sand

  • Is no longer waterloggable. (MCPE-167222)
  • Now connects to Fence blocks.
  • Now turns into regular Sand after it's been destroyed with a Brush. (MCPE-167166)
  • Now emits particles when broken by Pistons.
  • Fixed an issue that caused the item inside suspicious sand to flicker while brushing. (MCPE-167180)

Items[edit | edit source]

Brush

  • Crafting recipe now uses a feather, copper ingot and stick in a vertical line.
  • Added a slight cooldown for particles and sounds.

Pottery Shard

  • Updated archer pottery shard texture.

Mobs[edit | edit source]

Camel

  • Now stop dashing when entering a rideable entity. (MCPE-164065)

Gameplay[edit | edit source]

Sneaking

  • Player’s hitbox height now reduces to 1.5 blocks while sneaking.
  • Sneaking will automatically be initiated while stuck in a gap of less than 1.8 blocks.
  • Sneaking now requires enough space to stand in order to exit sneaking.
  • Players will transition from swimming to sneaking if they are unable to stand up but would be able to sneak.

Technical[edit | edit source]

API

  • Updated versions to add new APIs to stable:
    • Added version "1.1.0" of @minecraft/server.
    • Added version "1.2.0-beta" of @minecraft/server.
    • Removed version "1.1.0-beta" of @minecraft/server.
    • Moved the following to @minecraft/server stable (1.1.0):
      • runTimeout
      • runInterval
      • clearRun
      • currentTick
      • Vector3
      • BlockPermutation  (only a subset of functionality)
      • Block
      • getBlock
      • sendMessage
      • sendMessage
    • Minecraft runtime errors are now fired as JavaScript Error objects instead of strings.
    • Fixed a number of base class inheritance issues and added several new base classes to certain class types.
    • /reload works if a script pack references a client RP.
    • Fixed a bug where the BeforeItemUseOnEvent function getBlockLocation would return undefined. (MCPE-166945)
    • The BeforeItemUseOnEvent class now inherits from ItemUseOnEvent.
    • Moved the following to @minecraft/serverstable (1.0).
    • Fixed a bug where sendMessage would fail when the message contains Unicode quotation marks.
    • Signs.
      • Added setText to set the text on a sign with a regular string, a RawMessage, or a RawText.
      • Added getText to get the string on a sign, will return undefined if setText was called with a RawMessage or a RawText.
      • Added getRawText to get the RawText on a sign, will return undefined if setText was called with a string.
      • Added getTextDyeColor and setTextDyeColor to read/write the dye of the sign text.
    • Dyes
      • Added DyeColor enum.
    • sendMessage
      • rawtext is now RawMessage[] instead of (string | RawMessage)[].
    • RawMessage
      • rawtext property on RawMessage is no longer (string | RawMessage)[] and is instead RawMessage[].
    • RawText
      • Added a RawTextclass for reading RawMessage like on signs.
    • Riding
      • Added getRiders to EntityRideableComponent which returns an array of all the entities currently riding this entity.
      • Added EntityRidingComponent- this component is only on entities that are currently riding on another entity.
        • Has an entityRidingOn property that returns the entity this entity is currently riding on.
      • Added function getEntity(id: string): Entity | undefined- Gets an entity. Returns undefined for entities that don't exist or aren't loaded.
    • Dimension
      • getEntities
        • Modified return type to Entity[].
        • Modified parameter name getEntities to options.
        • New signature: getEntities(options?: EntityQueryOptions): Entity[].
      • getPlayers
        • Modified return type to Player[].
        • Modified parameter name getPlayers to options.
        • New signature: getPlayers(options?: EntityQueryOptions): Player[];.
    • @minecraft/server-ui
      • When building forms, all read-only user-facing strings (e.g., text labels, dropdown options etc.) now accept RawMessage This affects the following classes:
        • ActionFormData.
        • ModalFormData.
        • MessageFormData.
      • Added function getItemStack(amount?: number, withData?: boolean): ItemStack- Gets an item stack of the block. Returns undefined for blocks that don't have a corresponding item (e.g. air).
    • BlockPermutation
      • Added function getItemStack(amount?: number): ItemStack– Creates an item stack of the block permutation. Returns undefined for blocks that don't have a corresponding item (e.g. air).
      • Removed data property.
    • BlockComponent
      • Added read-only property block- Gets the block that the component is attached to.
    • Renamed IEntityComponent to EntityComponent
    • Container.
      • Replaced classes
        • BlockInventoryComponentContainer, InventoryComponentContainer, and PlayerInventoryComponentContainerwith Container
      • Function addItem now returns the remainder of the added item stack if the container is full, else undefined
      • Function transferItem no longer takes a destination slot and will now place the given item in the first available slot. The function now returns the remainder of the item stack if the container is full, else undefined.
      • Added function moveItem(fromSlot: number, toSlot: number, toContainer: Container): void- Moves an item from one container to another, replacing any item in the destination slot.
      • Function swapItems can now swap empty slots.
      • Removed function clearItem - Please use setItem(undefined) instead.

Fixes[edit | edit source]

Gameplay

  • Fixed the player moving in the wrong direction after exiting a container screen while using a gamepad. (MCPE-121565)
  • Players can no longer sneak while flying. (MCPE-166834)
  • Fixed an issue where unnecessary black boxes appeared in VR while around partial blocks.
  • Fixed animation transition between swimming and walking. (MCPE-166769)
  • Fixed a bug where command blocks could cause actors within a level chunk to freeze. (MCPE-162011)
  • The health boost effect will no longer fully replenish the player's health after the effect runs out. (MCPE-165434)

General

  • Fixed ambient cave sounds to no longer play when the player enters or loads into the end. (MCPE-141493)
  • Cooking Chorus Fruit in a Furnace will now generate experience. (MCPE-68127)
  • Nether portals can now replace blocks other than just air when being generated. This includes blocks such as grass and snow layers. (MCPE-162272)
  • Light blocks can no longer have their light levels changed in survival or adventure modes. (MCPE-138868)
  • Campfire sounds are now louder and more clear. (MCPE-122296)
  • Nylium blocks are now grouped with Netherrack in the creative inventory. (MCPE-163587)
  • Flowers are once again displayed immediately when placed inside a flower pot.

Graphical

  • Fixed the issue where multiple light sources (such as torches) were incorrectly emitting white light in RTX. (MCPE-166947)
  • Boots do not z-fight anymore when worn by player.
  • The "leg" and "belt" parts of leggings do not z-fight anymore when worn by player.
  • Capes no longer flash red when getting damaged. (MCPE-105347)
  • Fixed a visible gap in Hopper model. (MCPE-55122)
  • Fixed alignment of the output slot of crafting table. (MCPE-143255)
  • Halved the default visibility of the glint on enchanted items, which can now be modified in the accessibility settings. (MCPE-167814)

Stability and Performance

  • Fixed a bug where invalid banner patterns were causing players in render distance to crash. (MCPE-164478)

Touch controls

  • Fixed an issue where items could get stuck in the crafting table when using touch input.
  • If the player is underwater and auto-jump is enabled, as they approach a block that is 1 level higher than the current level, they will rise. This also allows auto-jumping out of water onto land.

Marketplace

  • In the map WDW Magic Kingdom, the carts on the Big Thunder Mountain, Snow White and the Seven Dwarves, and Space Mountain rides now properly align with the invisible Minecart they are attached to.

Mobs

  • Mobs no longer play the player eat sound when fed breeding materials.

Commands

  • Fixed an issue where the paste button in the command block UI would remember extra presses from failed pastes. (MCPE-163705)
  • Armor stands now vanish with no sound effects when killed with the /kill command. (MCPE-159136)
  • Removed the character limit for scoreboard objective names and objective display names. (MCPE-165064)

User Interface

  • Feedback button on the pause menu will now prompt the user with a modal before redirecting to the browser.


References[edit | edit source]

  1. "Minecraft Beta & Preview - 1.19.80.20" – Minecraft Feedback, March 8, 2023.

Navigation[edit | edit source]