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.0.20

From SAS Gaming Wiki
Revision as of 19:18, 9 April 2026 by SyncBot (talk | contribs) (Fix template calls: add MC/ prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version Beta 1.20.0.20 (Android) or Preview 1.20.0.20 (Windows, iOS, iPadOS, Xbox) is the first beta/Preview version for Minecraft:Bedrock Edition 1.20.0, released on April 12, 2023,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds pitcher plants, sniffer eggs, brought more parity from Java Edition, and fixes bugs.

Additions

Blocks

File:Pitcher Plant JE1 BE1.png Minecraft:Pitcher Plant

  • A type of plant which grows from the pitcher pod after 4 stages (5 stages in total).
  • Can be obtained by breaking a fully grown pitcher crop.
  • Can be crafted into a cyan dye.
  • Cannot be placed in a flower pot.

Script error: No such module "animate". Minecraft:Sniffer Egg

  • The sniffer egg can be found in the suspicious sand loot table found at warm ocean ruins.
  • The sniffer egg is dropped when two sniffers breed.
  • The sniffer egg hatches into a snifflet.
    • When placed above a moss block, it will hatch after approximately 10 minutes.
    • On all other Minecraft:blocks, it will hatch in approximately 20 minutes.

Items

File:Pitcher Pod JE1 BE1.png Minecraft:Pitcher Pod

  • Can be planted on farmland and grows into a pitcher plant.
  • Can only be obtained if a sniffer digs up a pitcher pod.
  • Drops pitcher plant when fully grown, otherwise drops itself.

Changes

Blocks

Minecraft:Carpet

  • The different block states for the carpet ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr carpet

  1. redirect Template:BlockSprite

Template:Redr white_carpet

  1. redirect Template:BlockSprite

Template:Redr orange_carpet

  1. redirect Template:BlockSprite

Template:Redr magenta_carpet

  1. redirect Template:BlockSprite

Template:Redr light_blue_carpet

  1. redirect Template:BlockSprite

Template:Redr yellow_carpet

  1. redirect Template:BlockSprite

Template:Redr lime_carpet

  1. redirect Template:BlockSprite

Template:Redr pink_carpet

  1. redirect Template:BlockSprite

Template:Redr gray_carpet

  1. redirect Template:BlockSprite

Template:Redr light_gray_carpet

  1. redirect Template:BlockSprite

Template:Redr cyan_carpet

  1. redirect Template:BlockSprite

Template:Redr purple_carpet

  1. redirect Template:BlockSprite

Template:Redr blue_carpet

  1. redirect Template:BlockSprite

Template:Redr brown_carpet

  1. redirect Template:BlockSprite

Template:Redr green_carpet

  1. redirect Template:BlockSprite

Template:Redr red_carpet

  1. redirect Template:BlockSprite

Template:Redr black_carpet

Minecraft:Coral

  • The different block states for the coral ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr coral

  1. redirect Template:BlockSprite

Template:Redr tube_coral

  1. redirect Template:BlockSprite

Template:Redr brain_coral

  1. redirect Template:BlockSprite

Template:Redr bubble_coral

  1. redirect Template:BlockSprite

Template:Redr fire_coral

  1. redirect Template:BlockSprite

Template:Redr horn_coral

  1. redirect Template:BlockSprite

Template:Redr dead_tube_coral

  1. redirect Template:BlockSprite

Template:Redr dead_brain_coral

  1. redirect Template:BlockSprite

Template:Redr dead_bubble_coral

  1. redirect Template:BlockSprite

Template:Redr dead_fire_coral

  1. redirect Template:BlockSprite

Template:Redr dead_horn_coral

Minecraft:Torchflower

  • Now available without the "Sniffer" experimental toggle.

General

UI

  • Changed the overlay color on the new death screen in full VR.
  • Added a new camera effect on the new death screen.
  • Doubled the resolution of the world thumbnails.

Experiments

  • Removed the "Sniffer" experimental toggle.

Minecraft:Settings

  • Screen reader now describes function of "delete world" button in storage menu.
  • Tweaked the contrast of the text inside of header for list of worlds in storage settings menu.

Splashes

  • Added the "Enter the Render Dragon!" splash text.

Items

Minecraft:Shield

  • Can now be combined with Minecraft:banner on crafting grid to apply patterns on it.
    • The banner is consumed on use.
    • A Shield can be combined with a banner only if no pattern was previously applied.

Mobs

Sniffer

  • Now available without the "Sniffer" experimental toggle.
  • Now spawns an sniffer egg when bred, instead of producing a snifflet.
  • Now you can also find the pitcher pods of the pitcher plant.

Technical

Minecraft:JSON

  • Custom items using JSON formats 1.16.100 and formats past 1.17.0 can be loaded without the "Holiday Creator Features" toggle if there are no holiday components used.
  • The
  1. REDIRECT Template:Code

Template:Redr component is no longer ignored when calculating ground friction.

  • Items with the entity placer item component will now successfully create the actor on air blocks if the
  1. REDIRECT Template:Code

Template:Redr field is empty.

  • Items with the entity placer item component can now be used on a monster spawner to change the spawner's actor spawn type. The item must have a format version of at least 1.19.80.
  • Removed the non-functional
  1. REDIRECT Template:Code

Template:Redr parameter from the

  1. REDIRECT Template:Code

Template:Redr item component.

Minecraft:Molang

  • There is now a limit on the amount of nested sub-expressions each molang expression can have.

General

  • Added
  1. REDIRECT Template:Code

Template:Redr event to

  1. REDIRECT Template:Code

Template:Redr. This event is called when an item is spawned.

  • Added a progress handler when loading into a world that will wait up to a total of 15 seconds for the primary users appearance to load.
  • Lowered the time it takes to start up and load into the start screen.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", and "Upcoming Creator Features" experimental toggles.

Additions

Technical

Minecraft:Add-ons and script engine

  • Added experimental support for
  1. REDIRECT Template:Code

Template:Redr in block JSON.

  1. REDIRECT Template:Code

Template:Redr are a shortcut for creators to add vanilla block states and setter functions to data-driven blocks.

    • Can parse
  1. REDIRECT Template:Code

Template:Redr ("

  1. REDIRECT Template:Code

Template:Redr")

  1. REDIRECT Template:Code

Template:Redr (adds the "

  1. REDIRECT Template:Code

Template:Redr"

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr setter function).

    • Can access the
  1. REDIRECT Template:Code

Template:Redr state on blocks that apply the

  1. REDIRECT Template:Code

Template:Redr trait in

  1. REDIRECT Template:Code

Template:Redr molang queries and

  1. REDIRECT Template:Code

Template:Redr event responses.

Changes

Technical

Scripting

  • System Events
    • Further separation of events into distinct
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr handling, with some restrictions on the execution of state updates in a before event.

  • Renamed Scripting Events
    • Before Events renamed to
  1. REDIRECT Template:Code

Template:Redr and event signals renamed to

  1. REDIRECT Template:Code

Template:Redr.

      • Example:
  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

    • Other events renamed to
  1. REDIRECT Template:Code

Template:Redr and event signals renamed to

  1. REDIRECT Template:Code

Template:Redr.

      • Example:
  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr event renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr renamed to

  1. REDIRECT Template:Code

Template:Redr.

    • Fixed a bug where
  1. REDIRECT Template:Code

Template:Redr would fail to resolve custom block properties.

    • Renamed
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Item Events
      • The
  1. REDIRECT Template:Code

Template:Redr now only fires for the first block that is interacted with when performing a build action.

      • The
  1. REDIRECT Template:Code

Template:Redr now only fires if the item is successfully used on a block.

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr has been changed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr has been changed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr has been changed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr has been changed to

  1. REDIRECT Template:Code

Template:Redr - This position is relative to the bottom north-west corner of the block.

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr has been changed to

  1. REDIRECT Template:Code

Template:Redr - This position is relative to the bottom north-west corner of the block.

  1. REDIRECT Template:Code

Template:Redr - Attempts to teleport the entity and returns false if the entity is unable to teleport safely (blocks surrounding teleport location or unloaded chunk).

      • Changed function teleport to
  1. REDIRECT Template:Code

Template:Redr - Teleports an entity.

    • Changed function
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr - Sets the entity's rotation.

    • Changed function
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr - Gets the entity's rotation.

    • Updated function
  1. REDIRECT Template:Code

Template:Redr - The tag must be less than 256 characters.

    • Updated method kill to return boolean instead of void. If return value is true, entity can be killed, otherwise false.
    • Added interface
  1. REDIRECT Template:Code

Template:Redr. Additional options about the source of damage to use as input in

  1. REDIRECT Template:Code

Template:Redr.

    • Added interface
  1. REDIRECT Template:Code

Template:Redr. Additional options about the source of damage to use as input in

  1. REDIRECT Template:Code

Template:Redr in case of projectile damage.

      • Updated method
  1. REDIRECT Template:Code

Template:Redr. Renamed parameter source to options. Parameter type also changed from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr.

      • Changed function
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr - Gets the simulated players head rotation.

  1. REDIRECT Template:Code

Template:Redr will now accept floating point values.

    • Added new
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr interface types for use with the

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr respectively.

  1. REDIRECT Template:Code

Template:Redr now requires a location argument.

      • When calling
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if volume is less than

  1. REDIRECT Template:Code

Template:Redr.

      • When calling
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if fade is less than

  1. REDIRECT Template:Code

Template:Redr.

      • When calling
  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if pitch is less than

  1. REDIRECT Template:Code

Template:Redr.

      • When calling
  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if volume is less than

  1. REDIRECT Template:Code

Template:Redr.

      • When calling
  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if pitch is less than

  1. REDIRECT Template:Code

Template:Redr.

      • When calling
  1. REDIRECT Template:Code

Template:Redr, an error will now be thrown if volume is less than

  1. REDIRECT Template:Code

Template:Redr.

    • Removed
  1. REDIRECT Template:Code

Template:Redr item component.

    • Entity objects now persist across dimension changes and chunk reloading. This means that if you have a reference to an invalid entity, it will become usable once the entity has been transferred or reloaded. You can check whether an entity is loaded or unloaded by reading its
  1. REDIRECT Template:Code

Template:Redr property.

    • Added
  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr - Returns the lifetime state of the entity. Valid values include loaded and unloaded.

  1. REDIRECT Template:Code

Template:Redr

      • Renamed property item to
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

      • Renamed property item to
  1. REDIRECT Template:Code

Template:Redr.

      • Replaced function
  1. REDIRECT Template:Code

Template:Redr with

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr.

      • Removed function
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

      • Renamed property item to
  1. REDIRECT Template:Code

Template:Redr.

      • Replaced function
  1. REDIRECT Template:Code

Template:Redr with

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

      • Renamed property item to
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

      • Replaced properties
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr with

  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr.

Fixes

Template:Fixes Other

  • The Brush now displays a tooltip when aimed at Suspicious Blocks on touch devices.
  • Brushing other non-Suspicious blocks will now produce a generic brushing sound.
  • Suspicious Sand and Suspicious Gravel do not drop anymore when falling on top of Sculk Sensors or Calibrated Sculk Sensors.
  • Untrimmed armor pieces now render correctly in-hand and in the world when carrying an equivalent armor piece with trim.
  • When swapping a trimmed armor piece with an equivalent piece without trims, both items now render correctly in the HUD hotbar.
  • When swapping a trimmed armor piece with an equivalent piece without trims, both items now render correctly in UI-slots.
  • Mobs are now correctly positioned above the surface of Bamboo Rafts when riding them.
  • Fixed an issue where a Piston could become invisible in rare cases.
  • Players no longer fall through Farmland Blocks after jumping on them.
  • The sounds emitted by players and mobs stepping, falling, jumping, or landing on top of sculk sensors are now affected by the "Players" sound slider.
  • Fixed an issue where a locally hosted dedicated server was not found by clients on the same machine.
  • Boots do not z-fight anymore when worn by humanoid mobs and Armor Stands
  • The "leg" and "belt" parts of Leggings do not z-fight anymore when worn by humanoid mobs and Armor Stands.
  • iOS now requests Local Network access in order to find games on the local network.
  • Screen UI now always has a focus in control when using a controller.
  • Fixed a bug where the crosshair could be visible on the new death screen.
  • Fixed a bug where text formatting codes would be shown on the new death screen.
  • Fix bug where respawning in VR sometimes softlocked the player on the death screen.
  • Changed the world tag to no longer display "-experimental" on worlds that only use the Holiday Creator Features experiment.
  • Improved performance when preparing commands, most noticeable when opening the command window for the first time in a world, but also when loading Command Blocks for old command versions.
  • Any item use, like using a Brush or Spyglass or eating an Apple now send item interact events that cause vibrations picked up by Sculk Sensors and Wardens.
  • Fixed a crash affecting some Marketplace packs preventing them from loading.

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