Minecraft 1.20.60.20 Patch Notes Preview - Minecraft Guide - IGN (2024)

By

Luis Joshua Gutierrez,Dan Hammill,Samuel Heaney,+39.9k more

updated

The Minecraft 1.21 update is just around the corner, but if you're curious what will be new, some of those features will be testing in Minecraft: Bedrock Edition Beta and Preview. The updates to Preview reflect just some of the changes we might see once Update 1.21 rolls out.

Here are all the new experimental features being tested in Minecraft Preview Patch 1.20.60.20:

advertisem*nt

Experimental Features

Added Breeze Mob

  • The Breeze is a cunning, hostile mob that can spawn via Trial Spawner in some rooms within the Trial Chambers
  • The Breeze moves primarily by leaping around the target, sometimes jumping quite long distances
  • An aggressive adversary, the Breeze shoots volatile wind energy in the form of wind charge projectiles at its target
  • Wind charges deal a small amount of damage when colliding directly with an entity
  • After colliding with an entity or a block, wind charge projectiles produce a wind burst, which knocks back entities in the area by several blocks
  • Wind bursts also have the effect of 'activating' certain blocks:
  • Non-Iron Doors and Trapdoors are flipped
  • Fence Gates are flipped
  • Buttons are pressed
  • Levers are flipped
  • Bells are rung and swung
  • Lit Candles (both standalone and on cake) are extinguished
  • Wind bursts do not have any effect on Iron Doors, Iron Trapdoors, or any block being held in its position by a Redstone signal

Known Parity Breaks

  • Breeze does not have any non-jump movement during combat
  • Breeze does not deflect projectiles
  • Breeze does not avoid trapdoors

Trial Spawner

  • Trial Spawner is a new variant of Monster Spawners that ejects rewards upon completion and can have variable levels of challenge in multiplayer
  • The challenge level will increase for each new player a Trial Spawner notices nearby
  • Challenge level will not decrease until it is reset during a Trial Spawner's cooldown
  • Unlike normal spawners, a Trial Spawner will spawn a limited number of mobs proportional to its current challenge level
  • It can only spawn a mob at positions that are within line of sight
  • It can spawn a mob regardless of any light level requirement the mob has
  • Spawned mobs are persistent
  • Once all mobs are defeated, the Trial Spawner will eject a set of rewards proportional to the current challenge level
  • After the rewards have been ejected, the Trial Spawner goes into cooldown for 30 minutes during which it will no longer spawn mobs
  • Trial Spawners cannot be crafted nor obtained by players in Survival - instead, they can be found naturally placed throughout Trial Chambers
  • Trial Spawners are extremely slow to mine and resistant to explosions, and will not drop even with Silk Touch
  • When placed in Creative, Trial Spawners have no mob type set by default
  • The mob type can be set by interacting with it while holding a Spawn Egg
  • Creative and Spectator players cannot be detected or noticed by Trial Spawners

Trial Chambers

  • Trial Chambers are a new structure in the Overworld where players can explore and take on combat challenges during the mid-game
  • Trial Chambers are made out of a variety of Copper and Tuff blocks and can be found in different sizes from large to small
  • Trial Chambers are a relatively common find throughout the Deepslate layer of the underground
  • The layout of each Trial Chamber is procedurally generated, and can include traps, reward chests and a variety of combat spaces
  • Supply chests can be found between different rooms, and give you blocks and items which help you navigate your trials
  • Reward chests are guarded by challenges in each room, and can be a source of enchanted books and equipment
  • The loot found in reward chests are still being iterated, and are absolutely not final
  • Each Trial Chamber will include Trial Spawners with a melee, small melee, or ranged category:
  • Melee
  • Zombie
  • Husk
  • Slime
  • Small Melee
  • Spider
  • Cave Spider
  • Baby Zombie
  • Silverfish
  • Ranged
  • Skeleton
  • Stray
  • Each Trial Spawner category will only use one mob for the entire structure when generated, and these mobs are randomized for each Trial Chamber
  • For example, one Trial Chamber might only spawn Zombies, Cave Spiders and Strays, while another might only spawn Slimes, Silverfish and Skeletons
  • The exceptions to this are some Trial Spawners in unique rooms which always spawn Breezes

Known Issues

  • The corridors sometimes end with a dead end
  • Aquifers, Lush Caves, and Sculk Veins sometimes intersect with the Trial Chamber
  • Loot tables can contain wrong items or wrong quantities of items

Trial Key

  • An item that can only be obtained from Trial Spawners
  • Trial Keys do not currently have any functionality

advertisem*nt

Crafter

  • Updated Crafter textures

Tuff Bricks

  • Updated Tuff Bricks texture

Features and Bug Fixes

Boat

  • Fixed an issue that made Boats clip through blocks when placed

Gameplay

  • Container blocks triggered with Redstone (e.g. hopper, dispenser) can now be interacted with consistently when powered by a fast Redstone clock
  • Fixed an issue that could inflict unexpected fall damage in certain cases when building blocks while moving
  • Players no longer fall through the block they stand on when switching to Spectator mode and back

General

  • Added more informative error messaging in case world exports fails due to external OS issue
  • Improved delay between 100% Loaded and when main menu appears on console platforms

advertisem*nt

Character Creator

  • In horizontal split screen, second player can now navigate to the profile screen, and both players can now see each others' character changes

How to Play Section

  • Updated the information about Conduits in the How to Play section
  • Added Netherite as a block type in the Encyclopedia Beacon tab

Items

  • Fixed issue where eating an Apple does not slow down player movement

Realms

  • Increased the maximum render distance in Preview on Realms to 20 chunks. We will be collecting data and feedback on the change to determine what render distance increase we can bring to normal Realms. Please share your feedback with us on the feedback discord server or on the feedback site.
  • Add an unread post count indicator to the Feed button on the play screen and slots screen

User Interface

  • Fixed a bug where certain chat messages would briefly be incorrectly shown on the new death screen

Technical Updates

API

  • Changed itemStack in ItemReleaseUseAfterEvent to be optional
  • Released DataDrivenEntityTriggerAfterEvent from beta to 1.8.0
  • Released DataDrivenEntityTriggerAfterEventSignal from beta to 1.8.0
  • Released DataDrivenEntityTriggerAfterEventSignalOptions from beta to 1.8.0
  • Released DefinitionModifier from beta to 1.8.0
  • Released WorldAfterEvents.dataDrivenEntityTriggerEvent from beta to 1.8.0
  • Improved error messages for "Unsupported or out of bounds value." errors to include the bounds

advertisem*nt

Editor

  • The Editor and its corresponding API are in early development, and available for keyboard/mouse on Windows PC Bedrock Preview builds.
  • Fixed editor screen freeze bug caused by CTRL+TAB shortcut.
  • New API! Simulation paused state is now available for editor scripting via the editor global object's simulation property.
  • Menu items now have a checked property, of type boolean | undefined. If the value is defined, the menu will show a checkmark if the value is true.
  • Added an `all` optional parameter to the `/reload` slash command when running in * Editor mode which enables a full warm reload of the entire Editor.

Entity Components

  • Entity event response run_command has been renamed to queue_command and has been released out of experimental. Commands run via queue_command may be deferred until the next tick. If the entity is removed before the command is run, the command will not execute. Content using run_command under experimental will still work for now but the experimental feature is now considered deprecated

Items

  • Unrecognized fields in component item jsons will now give a warning to the content log in format versions 1.20.60 and higher

Loot Tables

  • Decorated Pots now support the use of loot tables

Experimental Technical Features

Graphical

  • Improved performance by fixing a GPU resource allocation bug that resulted in constant reallocations every frame in the Deferred Technical Preview

advertisem*nt

API

  • PlayerPlaceBlockBeforeEvent
  • Removed itemStack: ItemStack from event
  • Added readonly permutationBeingPlaced: BlockPermutation to event
  • Updating createExplosion(location: Vector3, radius: number, explosionOptions?: ExplosionOptions) to return a boolean. True if the explosion is successful and false if the explosion is unsuccessful or is cancelled.
  • Class Player
  • Added method spawnParticle(effectName: string, location: Vector3, molangVariables?: MolangVariableMap): void;

Up Next: Minecraft Snapshot 23W43A

PreviousMinecraft Snapshot 23W46ANextMinecraft Snapshot 23W43A

Top Guide Sections

  • Minecraft Tricky Trials Release Date and Details
  • Minecraft 1.21 Update Features
  • Minecraft Patch 1.20 Trails and Tales Update
  • Beginner's Guide - Basics and Features

Was this guide helpful?

In This Guide

Minecraft 1.20.60.20 Patch Notes Preview - Minecraft Guide - IGN (1)

Minecraft

4JStudios

ESRB: Everyone 10+
Nintendo SwitchWii UPlayStation VitaXbox One

+6

Related Guides

OverviewMinecraft Tricky Trials Release Date and DetailsMinecraft 1.21 Update FeaturesMinecraft Patch 1.20 Trails and Tales Update

Minecraft 1.20.60.20 Patch Notes Preview - Minecraft Guide - IGN (2024)

References

Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated:

Views: 5640

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.