Promotional Banner

NOW HOSTING THE MINECRAFT 1.20.6 UPDATE

thumbnail
Return to Blog Catalog
Minecraft

Minecraft 1.20 Patch Notes: Latest Pre-Release Updates & Changes

Posted on by brandon
As we near the final release of the Minecraft Trails and Tales Update, or Minecraft 1.20, we're winding down the days with plenty of Snapshot and Pre-Release updates that are making the final adjustments. With new bug fixes and tweaks coming nearly every week, here are all the latest Minecraft 1.20 patch notes along the road to launch.

Minecraft 1.20 Patch Notes: Latest News

We finally have a definitive release date for the Minecraft 1.20 update, which will launch on June 7th! Throughout its development, Mojang has released plenty of content from the upcoming update so that players can test out its features piece by piece. This includes dozens of snapshot updates leading up to a series of Minecraft 1.20 pre-release updates that are still going on today. With that, here are all of the latest Minecraft 1.20 patch notes from the latest Snapshot and Pre-Release updates so far.

Minecraft 1.20 Pre-Release Patch Notes

On the path to a new update in Minecraft, Snapshot Updates take on the role of introducing massive new features and tweaks. Once this process is complete, Mojang begins to release pre-release updates that focus more on fixing bugs and slight changes than major shifts. This is the part of the development process that Minecraft 1.20 is at now, and you can check out the latest tweaks in the patch notes of its pre-release updates below! Minecraft 1.20 cherry blossom biome Here are the combined patch notes for all of the Minecraft 1.20 Pre-Release updates so far: Minecraft 1.20 Pre-Release 7 - (5/29/23) Changes To improve safety, the game will now detect symbolic links used inside world directory.For a detailed explanation, check our help article.
  • If the target of a symbolic link is not on the user-configured allow-list, the game will not proceed with loading the world
    • Note: world directory itself can still be linked
  • The list of allowed symbolic link targets is stored in file allowed_symlinks.txt in client or server top directory
  • The file consists of entries (one per line) with following formats allowed:
    • Lines starting with # are comments and are ignored
    • [type]pattern, where type can be globregex or prefix
      • prefix matches start of path with given pattern (so for /test paths /test/test/ and /test/foo.txt would match)
      • regex matches regular expression against whole path
      • glob uses OS-specific path matching mechanism (for example *.txt would usually match files with txt extension)
      • Note: paths will use OS-specific separators
    • pattern, which uses default prefix type
Bug Fixes
  • MC-257778 - Bamboo Mosaic Slabs and Stairs are not in the #slabs and #stairs block and item tags
Minecraft 1.20 Pre-Release 6 - (5/24/23) Technical Changes
  • "item": "minecraft:air" can no longer be used in datapack recipes
  • Ingredients in array form are now also allowed in smithing_trim and smithing_transform recipes on fields template, base and addition
    • Those fields also allow empty arrays, which signalize that slot needs to be left empty
  • The ID of the random sequence is now an optional field. If no sequence name is given, loot is drawn using a non-deterministic random source.
Bug Fixes
  • MC-237042 - Killing players in the sneaking state that have their sneak option set to "Toggle" in their accessibility settings, results in other players not being able to see them in this state when they respawn
  • MC-241326 - Thomas Guimbretière's name is listed twice and misspelt in the credits
  • MC-260411 - Re-summoned dragons don't spawn end gateways when exiting the world before killing the dragon
  • MC-262340 - Iron Golems can spawn on transparent blocks
  • MC-262575 - Company names are still inconsistent in the credits
Minecraft 1.20 Pre-Release 5 - (5/23/23) Library Version Updates
  • uniform font has been updated to use Unifont 15.0.03 (was 15.0.01 last pre-release)
Bug Fixes
  • MC-120158 - Anvils and other falling_blocks with HurtEntities set to true kill items and xp orbs
  • MC-261294 - Jack o'lantern can be placed on the player or armor stand head without commands and without appearing the blur
  • MC-262334 - Item display entities have wrong lighting when they're rotated
  • MC-262504 - Recipes for colored wool, carpets, and beds in the recipe book are not grouped
  • MC-262513 - Blocks placed in the spot of a previously broken block will display the first frame of the breaking animation until updated
  • MC-262514 - Unbreakable blocks display the first breaking animation frame when attempting to mine them
  • MC-262690 - The player can still jump from the edge of the honey block
  • MC-262730 - Biomes being partially overwritten / regenerated in 1.20pre2 inside old world
  • MC-262773 - Markers, interaction, and display entities prevent weighted pressure plates from deactivating
  • MC-262778 - Losing control of a ridden mob with levitation and then re-gaining control causes levitation to persist indefinitely
  • MC-262797 - Book model not rendering in Enchanting Table GUI
  • MC-262801 - Z-fighting occurs on trimmed enchanted armor in the inventory
Minecraft 1.20 Pre-Release 4 - (5/19/23) Bug Fixes
  • Fixed a bug resolving a crash in the Multiplayer screen introduced in Pre-Release 3.
Minecraft 1.20 Pre-Release 3 - (5/19/23) Bug Fixes
  • MC-121788 - Jump boost, slow falling and levitation don't apply to ridden horses, pigs or striders until after a relog
  • MC-152258 - Riding an entity with slow falling will not stop fall damage
  • MC-181280 - Incorrect textures can sometimes be displayed
  • MC-259912 - Saddled horses can infinitely retain Levitation effect
  • MC-260653 - Markers, interaction, and display entities can prevent pressure plates from deactivating
  • MC-260903 - Less recent attacker can be credited for kill
  • MC-261202 - Teleporting a display entity jitters the player riding on the stack
  • MC-262324 - Teleporting a mob while riding it doesn't work well
  • MC-262505 - Iron golems can produce particles for blocks they're not colliding with
  • MC-262593 - The word "occurred" is misspelled as "occured" within two realms strings
  • MC-262684 - Game icon has low resolution
  • MC-262709 - Dispensers do not dispense boats at the correct height
  • MC-262712 - Alternative recipes in recipe book do not appear on right-click
  • MC-262714 - The "key.keyboard.unknown" string displayed within the key binds menu is improperly capitalized
Minecraft 1.20 Pre-Release 2 - (5/16/23) Technical Changes
  • Game will now display message box on startup if user enabled text-to-speech functionality, but it is not available
  • "item": "minecraft:air" can now be used in datapack recipes to denote an ingredient that will match an empty slot.
    • The following recipe types, however, do not allow for an empty ingredient:
      • minecraft:crafting_shaped
      • minecraft:crafting_shapeless
      • minecraft:smelting
      • minecraft:blasting
      • minecraft:smoking
      • minecraft:campfire_cooking
      • minecraft:stonecutting
Bug Fixes
  • MC-1310 - Dispensed boats and rafts get stuck inside of dispensers used to place them
  • MC-124327 - Changing the name of an item and then emptying the text field in an anvil doesn't make the rename unavailable, keeps last non-empty name on output item
  • MC-132076 - Lowercase Letters in controls menu + "Not Bound" is missing
  • MC-159633 - Command feedback messages are unnecessarily created during function execution
  • MC-165562 - Command suggestion report "incorrect argument" when cursor is at the start of a node without suggestions
  • MC-175504 - Single quotation marks are not supported in NBT paths
  • MC-220096 - Graphics warning button(s) improperly capitalized
  • MC-224976 - NativeImage.setPixelRGBA throws exception with message getPixelRGBA
  • MC-226344 - Changing the "Owner" tag of a projectile doesn't affect the outcome of the projectile unless the world is reloaded
  • MC-237960 - New potion effect GUI doesn't work when using Programmer Art
  • MC-250197 - Glass bottles are inconsistently referred to throughout some advancement description strings
  • MC-252216 - 65540: Invalid scancode -1 logged in key bind menu when an option is unbound
  • MC-252408 - Chat restriction strings consist of inconsistent concluding punctuation
  • MC-256833 - Ridable entities that can be steered build up fall damage when on climbable blocks
  • MC-257052 - You cannot double-click on languages within the "Language" menu to select them
  • MC-257370 - Buckets of fish are not sorted in the same order as the fish items
  • MC-257512 - Dead tube coral in creative inventory is in wrong order
  • MC-258360 - Horse armor loses its NBT data when equipped on horses via right-clicking
  • MC-258461 - The "Detect structure size and position:" string displayed within the structure block GUI is improperly capitalized
  • MC-260468 - Wither rose is not grouped with other small flowers in the creative inventory
  • MC-260602 - 'data modify from string' index failure does not return 0 for 'execute store success'
  • MC-260711 - Some words within "/datapack list" command feedback messages are always pluralized
  • MC-260712 - Some words within "/scoreboard" command feedback messages are always pluralized
  • MC-260713 - Some words within "/team" command feedback messages are always pluralized
  • MC-260715 - Some words within "/bossbar" command feedback messages are always pluralized
  • MC-260716 - Some words within "/fill", "/fillbiome", and "/clone" command feedback messages are always pluralized
  • MC-261024 - /execute if loaded does not guarantee entities are loaded
  • MC-261080 - Player can fall through scaffolding when loading a world
  • MC-261233 - Minecart movement is not reliably detected by sculk sensors
  • MC-261349 - Chiseled Bookshelf won't rotate when placed as part of a structure
  • MC-261433 - Shield doesn't block TNT explosion
  • MC-261816 - Most two block tall flowers do not block enchanting tables / are part of #minecraft:replaceable
  • MC-261988 - Inconsistency with Mangrove Roots and Leaves in the Creative Tab
  • MC-262033 - The command block GUI remains open when the said command block is destroyed
  • MC-262106 - Smithing recipe must have template to work
  • MC-262135 - Recipe book GUI is positioned incorrectly
  • MC-262181 - NBSP is a valid invisible character that can be used to rename items to have blank names
  • MC-262213 - Baby sniffer's head is smaller on the first frame of existing
  • MC-262310 - Telemetry description strings consist of inconsistent concluding punctuation
  • MC-262311 - The "telemetry.event.game_load_times.description" string is missing an article before the word "execution"
  • MC-262355 - Death messages for falling from climbable blocks do not work
  • MC-262440 - Sniffers can sniff while in love and pathfinding to their lover
  • MC-262441 - Baby sniffers stand a bit too far away from players that are tempting them
  • MC-262445 - The text cursor no longer renders above text
  • MC-262446 - Text within buttons renders above the semi-transparent black lines at the edges of menus
  • MC-262471 - Random skylight underwater where it shouldn't be, that cuts off at the chunk border
  • MC-262506 - Parts of beds render through the alternative recipe GUI in the recipe book
  • MC-262508 - Torchflower_crop causes the game to crash and locks the world when pollinated by bees
  • MC-262518 - The "mco.configure.world.uninvite.player" string contains an unnecessary space before the question mark
  • MC-262531 - "death.attack.genericKill.player" displays raw translation string (is untranslated)
Minecraft 1.20 Pre-Release 1 - (5/9/23) Changes
  • Colored Wool, Carpets and Beds can now be dyed to any other color
Technical Changes
  • Added new damage types: outside_border and generic_kill
  • Random sequences for loot tables are now deterministic
  • Changes in server.properties encoding
  • string data sources for the data command now accept negative boundaries, which are interpreted as index counted from the end of the string
  • Players outside the world border are now hurt by the damage type outside_border instead of in_wall
  • Forcibly removing an entity using i.e. the /kill command now uses damage type generic_kill instead of out_of_world
Loot Table Changes The game now uses named random sequences to deterministically produce loot for loot tables. Each random sequence produces a unique sequence based on the world seed and sequence ID, which means a loot table will produce the same results when ran with the same parameters in the same world. The ID of the random sequence to use for a loot table is specified in a new field called random_sequence.
  • File is now read in UTF-8 initially, with previous encoding (ISO 8859-1/Latin 1) as a fallback
  • File is now written with UTF-8 encoding
Bug Fixes
  • MC-180 - When reaching the other side of a nether portal the animation plays forever until stepped out of
  • MC-2215 - Encoding errors in server.properties
  • MC-18060 - Several realms strings are untranslatable
  • MC-35078 - Breaking animation is one frame off
  • MC-123081 - Placing an end crystal when entering The End prevents Ender Dragon from spawning
  • MC-146582 - When entering spectator mode while standing on the ground, the player moves down by 0.19051 blocks, which makes you fall down
  • MC-195781 - The "Include entities:" string displayed within the structure block GUI is improperly capitalized
  • MC-195825 - "datapacks" string is inconsistent with "data pack" string in "datapackFailure.title" text
  • MC-198202 - Options background texture does not match dirt texture
  • MC-203039 - Incorrect use of colon in options.hideMatchedNames.tooltip
  • MC-206548 - Leash knot subtitles are not properly capitalized
  • MC-226454 - The "Light as a Rabbit" advancement description has no space after the ellipsis
  • MC-236606 - Lightning bolt related string lacks capitalization
  • MC-241736 - Company names are still inconsistent and partly misspelled in the credits
  • MC-250571 - Gamerule description strings within the world creation menu consist of inconsistent concluding punctuation
  • MC-256424 - Game mode is sometimes referred to as "gamemode"
  • MC-257336 - Some chiseled bookshelf interaction subtitles are improperly capitalized
  • MC-262006 - Melon and Pumpkin are in the default '#maintains_farmland' tag despite not maintain farmland
  • MC-262208 - In the credits, "Lionbridge" is misspelt in one place (no "g")
  • MC-262253 - Music composers not listed in credits
  • MC-262265 - Changing resource pack that overrides a font crashes JVM
  • MC-262296 - Rabbits are no longer affected by jump boost
  • MC-262300 - Menu text is now rendered in front of the Mojang Studios loading screen fade animation
  • MC-262304 - The stepping_on predicate condition does not correctly succeed on trapdoors
  • MC-262308 - Entities do not stick to honey blocks pushed by pistons if their center isn't over the honey block
  • MC-262313 - Nether won't load in upgraded worlds
  • MC-262317 - Items don't respect properties of the block they are supported on
  • MC-262351 - Worldgen deadlock caused by supporting block checks
  • MC-262363 - Player can still gain a normal jump off of a honey block with precise timing
  • MC-262424 - Sprinting particles on the edges of blocks are still incorrect
Get Started with a
Minecraft Server

Looking to create your own gaming server? It only takes a few minutes.

You Might Also Like

blog loading icon
Search our blog

Join our Discord!

20,000+ Members & Growing!

Join our DiscordDISCORD
Share our blog

Start your Minecraft server

Looking to create your own gaming server? It only takes a few minutes.

What do you think?

0 Responses
It's okayIt's Okay
It's okayPerfect
It's okayLoved it!