Java Edition 1.20.3: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
(retroactively named - made clearer)
 
Line 19: Line 19:
{{relevant guide|Java Edition guides/Bats and Pots}}
{{relevant guide|Java Edition guides/Bats and Pots}}


'''1.20.3''', the retroactive release of '''[[Bats and Pots]]''',<ref>{{tweet|CornerHardMC|1833203939426373917|"Bats and Pots" and "Armored Paws" are both considered "game drops"|September 9, 2024}}</ref><ref>{{tweet|CornerHardMC|1833211870804857139|"Bats and Pots" and "Armored Paws" are game drops we've had thus far, but they'll vary in size and some may be larger in scope|September 9, 2024}}</ref> is a [[game drop]] for ''[[Java Edition]]'' released on December 5, 2023.<ref>{{Mcnet|minecraft-java-edition-1-20-3|Minecraft Java Edition 1.20.3|December 5, 2023}}</ref> It improves [[shield]]s, adds new functionality for [[decorated pot]]s, changes the appearance of bats, adds the {{cmd|tick}} command, changes chat component serialization, and fixes bugs, alongside an experimental toggle for features that would later be included in [[Java Edition 1.21|Tricky Trials]].<ref>{{snap|23w40a|October 4, 2023}}</ref><ref>{{snap|23w41a|October 11, 2023}}</ref>
'''1.20.3''', retroactively named '''[[Bats and Pots]]''',<ref>{{tweet|CornerHardMC|1833203939426373917|"Bats and Pots" and "Armored Paws" are both considered "game drops"|September 9, 2024}}</ref><ref>{{tweet|CornerHardMC|1833211870804857139|"Bats and Pots" and "Armored Paws" are game drops we've had thus far, but they'll vary in size and some may be larger in scope|September 9, 2024}}</ref> is a [[game drop]] for ''[[Java Edition]]'' released on December 5, 2023.<ref>{{Mcnet|minecraft-java-edition-1-20-3|Minecraft Java Edition 1.20.3|December 5, 2023}}</ref> It improves [[shield]]s, adds new functionality for [[decorated pot]]s, changes the appearance of bats, adds the {{cmd|tick}} command, changes chat component serialization, and fixes bugs, alongside an experimental toggle for features that would later be included in [[Java Edition 1.21|Tricky Trials]].<ref>{{snap|23w40a|October 4, 2023}}</ref><ref>{{snap|23w41a|October 11, 2023}}</ref>


== Additions ==
== Additions ==

Latest revision as of 15:42, 13 April 2025

This page covers a release version that has a critical issue under certain conditions.
 
Items stored in decorated pots will be deleted after reloading the world.[1]
There is a guide for this update!
 
See Java Edition guides/Bats and Pots for a guide to all of the new features introduced in Bats and Pots.

1.20.3, retroactively named Bats and Pots,[2][3] is a game drop for Java Edition released on December 5, 2023.[4] It improves shields, adds new functionality for decorated pots, changes the appearance of bats, adds the /tick command, changes chat component serialization, and fixes bugs, alongside an experimental toggle for features that would later be included in Tricky Trials.[5][6]

Additions[edit | edit source]

Command format[edit | edit source]

/tick

  • A new administrative and debugging command which allows the player to control the ticking flow and measure the performance of the game.
    • Requires elevated permissions (admins and above), and so it is not by default available in command blocks and data packs.
    • Syntaxes:
      • /tick query
        • Outputs the current target ticking rate, with information about the tick times performance.
      • /tick rate <rate>
        • Sets a custom target ticking rate to the specified value. The value rate must be greater than 1.0 and lower than 10000.0.
      • /tick freeze
      • /tick step <time>
        • Only works when the game is frozen. It runs the game for the specified number of ticks and then freezes the game again.This allows to step through the game a set amount of ticks at a time.
        • The parameter is optional. The default value is 1.
      • /tick step stop
        • Stops the current stepping process, and re-freezes the game.
      • /tick unfreeze
        • Unfreezes the game and resumes all gameplay elements.
      • /tick sprint <time>
        • Runs the game while ignoring the set ticking target rate for the specified number of ticks. At the end of the sprint, the game resumes the previous ticking target and displays performance information about the tick times while sprinting.
      • /tick sprint stop
        • Stops the current /tick sprint, and resumes the previous ticking target.

General[edit | edit source]

Experiments

  • Added the "Update 1.21" experimental toggle (update_1_21 data pack).

Game rule

  • Added maxCommandForkCount, to control the maximum number of forks (contexts) that can be created during one tick. Applies to command blocks and functions. Defaults to 65536.
  • Added playersNetherPortalDefaultDelay, to control time (in game ticks) that a player needs to stand in a nether portal before changing dimensions, while in Survival and Adventure mode. Defaults to 80.
  • Added playersNetherPortalCreativeDelay, to control time (in game ticks) that a player needs to stand in a nether portal before changing dimensions, while in Creative mode. Defaults to 1.
  • Added projectilesCanBreakBlocks, to control whether impact projectiles destroy blocks that are destructible by them (i.e. chorus flowers, pointed dripstone and decorated pots). Defaults to true.

Loading screen

  • Added a new screen for handling corrupted level files.
    • It gives the player the option to restore a backup, and a quick link to the bug tracker for reporting a bug about it.

Options

  • Added "Hide Splash Texts" in accessibility options, which allows the splash in the main menu to be hidden.

options.txt

  • Added hideSplashTexts, defaults to false.

Particles

  • Added new dust_plume, gust, gust_dust, trial_spawner_detection and white_smoke particle types.

Tags

  • Added following damage type tag:
    • #can_break_armor_stand: contains player_attack, and player_explosion.
      • Used for damage types that can incrementally knock down armor stands.
  • Added following entity tags:
    • #can_breathe_under_water: contains #undead, axolotl, frog, guardian, elder_guardian, turtle, glow_squid, cod, pufferfish, salmon, squid, tropical_fish, tadpole, and armor_stand.
      • Used to disable drowning.
    • #undead: contains #skeletons, #zombies, wither, and phantom.
    • #zombies: contains zombie_horse, zombie, zombie_villager, zombified_piglin, zoglin, drowned, and husk.

Changes[edit | edit source]

Blocks[edit | edit source]

Decorated pot

  • Now can store up to a single stack of items.
    • Hoppers, minecart with hoppers and droppers can now insert and/or extract items from them.
    • Comparators can now read the number of items in them.
    • Players can interact with them and insert items into them.
      • Player interactions with them cause them to wobble and trigger a vibration frequency of 11.
    • 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 has new sounds for breaking, shattering and being stepped on.
  • Now can stack up to 64.
  • Now appears in the "Redstone" tab of the Creative inventory.
  • Now, when blockstate cracked set to true, decorated pots always shatter when broken.
  • Now can utilize loot tables and read from the LootTable tag key.

Grass

  • Renamed "Grass" to "Short Grass".
  • The ID has been changed from grass to short_grass.

Jigsaw block

  • Added two new input fields in the edit screen.
    • Selection priority
      • When the parent piece is being processed for connections, this controls the order in which this jigsaw block attempts to connect to its target piece.
      • Jigsaws are processed in descending priority order and randomly within the same priority.
    • Placement priority
      • When this jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure.
      • Pieces are processed in descending priority order with the default insertion order breaking ties within the same priority.
    • This functionality has been added to support the ability for jigsaw structures to generate branches in a depth-first order, as well as give finer control over ordering of connections.
    • All existing jigsaw blocks default their selection and placement priority to 0, resulting in the same behavior as before these two configurable values were introduced.
  • Increased maximum value of structure variable size from 7 to 20.

Monster spawner

  • Now renders their inner faces when looking inside.

Items[edit | edit source]

Arrows

  • Now keep their CustomName after being shot and picked up.
  • Special arrows, such as spectral arrows, no longer revert to regular arrows when shot and picked up.

Ender pearl

  • Thrown ender pearls produce a teleportation sound on impact.

Shield

  • When a player is blocking with a shield, the arm with the shield now follows the direction the player is looking at, when viewed from third person perspective.
  • Now blocks damage while the player faces straight up.

Mobs[edit | edit source]

Bat

  • Their model, animations, and texture have been updated.

Non-mob entities[edit | edit source]

General

  • The name of them is now shown if looked at and a CustomName is set, or always displayed if CustomNameVisible is set, similar to living entities.

Command format[edit | edit source]

Function

  • /function command has been changed to better accommodate new /return command.
  • Functions no longer have any result unless they use /return or there was an error during lookup or instantiation.
    • That means /function command no longer returns (or even displays) the number of commands run during execution.
    • Error conditions:
      • Calling non-existent function.
      • Calling empty function tag.
      • Macro instantiation failure.
  • "Result" in this context means values that would be stored with /execute store.
  • The previous behavior where every command in a function would perform store if a function was called with /execute store ... run function is removed.
    • That means that a single call to function stores at most once (zero times if /return was not called).
    • For function tags with multiple entries, function results are accumulated, but partial results are stored at the end of every function.
  • Existing limits for functions have been refined to accommodate new execution rules and prevent a wider range of exploits:
    • Limits apply even if run from command line (so it now always behaves as if they were placed in a function).
      • For example, all functions called by /execute as @e run function count towards the same limit.
      • Executions from command blocks still count as separate ones.
    • Limit maxCommandChainLength for functions now counts "operations" like:
      • Execution of command for a single context.
      • Execution of a stage in /execute (no matter how many contexts were modified).
      • Invocation of function.
    • A new limit with game rule maxCommandForkCount now restricts the total amount of context that can be created by single state of functions like /execute.
      • Example: if there are 5 entities in world, /execute as @e creates 5 contexts, while /execute as @e at @e creates 5*5 = 25 contexts.

/execute

  • Re-added (if|unless) function subcommand.
    • A new execute sub-command that runs a function or function tag and matches the return value(s). If a tag is given, all functions run regardless of the results of prior functions.
    • Syntax: /execute (if|unless) function <function> -> [execute]
    • Arguments:
      • function: The function or tag to run.
    • The matching of the result value of the function(s) that run:
      • At least one of the functions must succeed for the match to succeed.
      • A successful call is defined as a function that:
        • Uses the /return command to return a value.
        • The return value is not 0.
      • If no functions exited with /return, neither if nor unless runs.
    • It doesn't always fail if all functions had no return.
      • If there were no /returns in called functions, if fails and unless passes.
      • First /return in any of called functions returns (for a single context).

/function

  • If /function <function tag> runs multiple functions in combination with /return run, execution stops after first /return in any of the functions.
  • A single call to the /function command will always have return when run with /return run.
    • For example, /return run execute [split context] run function <some function with conditional return> always returns after processing the first context.

/return

  • Re-added run subcommand: /return run <command>.
    • This takes the result value from running the specified command and returns that as the return value of the function.
      • If command did not return any value (like, for example, call to a function without /return), /return does not execute and function continues execution.
      • If the given command fails, the return value is 0.
      • In all other aspects, it works like /return with a specified return value.
      • In case of fork (for example /return run execute as @e run some_command), the first execution of the command returns.
        • If there are no executions (for example in /return run execute if @e[something_impossible] run some_command), function does not return and continues execution.
    • It always returns.
      • If there are no valid results from returned command, function containing /return run fails (i.e. success=0 and result=0).
    • It propagates success value together with results value.
    • It also allows storing values, which means /execute store ... run return run some_command both stores value and returns it outside function.
  • Added new subcommand /return fail, to make whole function fail (i.e. return success=0 and result=0).

/scoreboard

  • New subcommands for changing the display of specific scoreboard entries in the sidebar:
    • /scoreboard objectives modify <objective> displayautoupdate (true|false)
      • Determines whether the objective should automatically update on every score update (disabled by default)
    • /scoreboard players display name <targets> <objective> <text component>
      • Changes the display name of the given scoreboard entries.
    • /scoreboard players display name <targets> <objective>
      • Resets the display name of the given scoreboard entries to their default.
    • /scoreboard players display numberformat <targets> <objective> <format>
      • Changes the number format of the given scoreboard entries (see below for more information).
    • /scoreboard players display numberformat <targets> <objective>
      • Resets the number format of the given scoreboard entries.
    • /scoreboard objectives modify <objective> numberformat <format>
      • Changes the default number format of the given objective (see below for more information).
    • /scoreboard objectives modify <objective> numberformat
      • Resets the default number format of the given objective.
  • Number formats:
    • styled <style>
      • The score is displayed with the selected style (e.g. {"bold":true}.
    • fixed <text component>
      • The score is replaced by the given text component.
    • blank
      • The score is not shown.

General[edit | edit source]

Custom structure

  • Changes to structure type definitions (data/minecraft/worldgen/structure):
    • Added optional pool_aliases list to jigsaw structures.
    • Aliases represent the possibility to rewire jigsaw pool connections by redirecting pool references on individual structure instances.
    • Alias variants are represented in type and is one of:
      • direct: 1:1 mapping from an alias to a new pool.
        • alias: Pool to replace.
        • target: Pool to replace with.
      • random: 1:n mapping where a pool from n is randomly selected for the structure instance.
        • alias: Pool to replace.
        • targets: Randomized list of candidate pools to replace alias with.
      • random_group
        • groups: Each group is a randomized list of above alias types.
        • Only one group is selected per structure instance.
        • This enables modelling selections such as "if pool X is replaced with X1, also replace pool Y with Y1".

Data pack

Entity format

  • In NBT format for entity type tnt:
    • Added block_state.
      • This field allows replacement of rendered block model.
    • Renamed Fuse to fuse.
  • In NBT format for entity type arrow, and spectral_arrow:
    • Added item.
      • This field is the item that will be picked up.
  • In NBT format for entity type trident:
    • Renamed Trident to item.

Processor list

  • Added trial_chambers_copper_bulb_degradation.

Raw JSON text format

  • Plain-text chat components (text, no sibilings, no stylings) are now always serialized as string instead of {"text": "your text"}.
  • Chat components now serialize to NBT when sent over network.
    • Components of type nbt now have source field with allowed values: entity, block, and storage.
  • Chat components now have an optional type value (allowed values: text, translatable, score, selector, nbt, and keybind) to speed up parsing and improve error checking.
  • id field in show_entity hoverEvent style now also accepts UUID as an array of 4 integers.
  • Numeric and boolean arguments for translate component are no longer converted to string.
  • The following JSON component representations are no longer accepted:
    • null
    • []
  • Errors in following style fields are no longer silently ignored:
    • color
    • clickEvent
    • hoverEvent
    • hoverEvent[action=show_entity].contents.name
    • hoverEvent[action=show_item].contents.tag

Realms

  • Realms are now available in snapshots, pre-releases, and release candidates.
    • Any player who has an active Realms subscription is eligible to create a free Snapshot Realm.
    • Snapshot Realms are 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.

Resource pack

  • The pack format version is now 22.
  • Added block model, item model and block state definitions for crafter.
  • Added GUI container texture and sprites for crafter.
  • Added white_smoke particle definition.
  • bat.png has been updated for the new bat model.
  • Added block models, items models and block state definitions for the following blocks:
    • chiseled_copper, exposed_chiseled_copper, weathered_chiseled_copper, oxidized_chiseled_copper, copper_grate, exposed_copper_grate, weathered_copper_grate, oxidized_copper_grate, copper_bulb, exposed_copper_bulb, weathered_copper_bulb, oxidized_copper_bulb, copper_door, exposed_copper_door, weathered_copper_door, oxidized_copper_door, copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, tuff_stairs, tuff_slab, tuff_wall, chiseled_tuff, polished_tuff, polished_tuff_stairs, polished_tuff_slab, polished_tuff_wall, tuff_bricks, tuff_brick_stairs, tuff_brick_slab, tuff_brick_wall, and chiseled_tuff_bricks.
  • Added unique sprites for the following blocks:
    • chiseled_copper, exposed_chiseled_copper, weathered_chiseled_copper, oxidized_chiseled_copper, copper_grate, exposed_copper_grate, weathered_copper_grate, oxidized_copper_grate, copper_bulb, exposed_copper_bulb, weathered_copper_bulb, oxidized_copper_bulb, copper_door, exposed_copper_door, weathered_copper_door, oxidized_copper_door, copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, chiseled_tuff, polished_tuff, tuff_bricks, and chiseled_tuff_bricks.
  • uniform font has been updated to use Unifont 15.1.04 (from 15.0.06).
  • The only supported texture format is now .png.
  • Changes to downloaded/world resource pack handling.
    • Changes apply to world resource packs (resources.zip), Realms resource packs and resource packs controlled by dedicated servers.
  • UI Download screen has been replaced with a toast.
  • World resource pack application start together with chunk loading.
  • Downloaded packs are now stored in downloads directory (with different file organization than old server-resource-packs)
    • Files in this directory are no longer automatically cleaned (previously only up to 10 packs were kept).
    • Additionally, inside this directory there is also log file log.json that stores information about downloaded files for debug purposes.
  • Downloaded packs now have unique id (GUID/UUID) that can be used to differentiate them.
    • This value for dedicated server pack can be configured with the resource-pack-id option in server.properties.
    • If the value is missing, it is generated based on URL.
    • If hash of a pack is not set, this pack is redownloaded before every application.
    • Previously, if hash was missing, the latest downloaded version of a pack was applied.
  • In local storage, only up to 20 server resource packs are cached.
  • Client now sends additional updates about packs (like download success).

Tags

  • Added firework_rocket into the impact_projectiles entity tag.
  • Added skeleton_horse into #skeletons entity tag.

Telemetry

  • Small tweaks to the telemetry data collection screen, such as a box for allowing or denying collection of optional data.

General

  • Some additional options are added for 3rd-party servers software:
    • Client can now accept multiple server resource packs.
    • New packet was added to un-apply server resource packs.
    • Resource packs are no longer cleaned when entering configuration phase.

Experimental[edit | edit source]

These additions and changes only take effect when the Update 1.21 experimental data pack is enabled.

Additions[edit | edit source]

Blocks[edit | edit source]

Chiseled copper

  • Have 8 variants in 4 oxidation levels, waxed or not waxed.
  • Can be crafted both in crafting table and stonecutter:
    • When in crafting table, consume 2 cut copper slabs from the same type, resulting in 1 chiseled copper with the same type.
    • When in stonecutter, consume 1 block of copper, resulting in 4 chiseled copper, or 1 cut copper, resulting in 1 chiseled copper; all from the same type.

Copper bulb

  • A light-emitting block that can toggle its light emission through redstone pulses.
  • Have 8 variants in 4 oxidation levels, waxed or not waxed.
  • Can be crafted in crafting table with a cross pattern, by 3 blocks of copper from the same type, 1 blaze rod in the center slot, and 1 redstone dust in the bottom slot, resulting in 1 copper bulb with the same type.
  • They emit less light the more oxidized they are. From less oxidized to most oxidized, they emit block light levels of 15, 12, 8, and 4, respectively.
  • While powered by a redstone signal, a redstone crystal in the center of them glows.
  • They have following properties:
    • Only toggle their light on or off when receiving a redstone pulse. Their state doesn't change if the source of the redstone pulse is removed.
    • When the light is on, redstone comparators read a redstone signal strength of 15.
    • Don't conduct redstone power.

Copper door and copper trapdoor

  • Have 8 variants in 4 oxidation levels, waxed or not waxed.
  • Works like wooden doors in that they can be opened and closed by the player as well as redstone.
  • Can be crafted as other doors, with blocks of copper from the same type (instead of ingots, as in iron doors).

Copper grate

  • A new type of decorative block unique to the copper family.
  • Have 8 variants in 4 oxidation levels, waxed or not waxed.
  • Can be crafted both in crafting table and stonecutter:
    • When in crafting table, consume 4 blocks of copper from the same type in rhombic pattern, resulting in 1 copper grate with the same type.
    • When in stonecutter, consume 1 block of copper, resulting in 4 copper grate from the same type.
  • They are transparent, so they allow light to pass through and cannot conduct redstone, prevent mob spawning on top of them, and do not suffocate mobs who end up with their head inside them.
  • Can be waterlogged.
    • Acts similarly to waterlogged mangrove roots; water doesn't flow out of any of the block's faces.

Crafter

  • A variant of crafting table, can be crafted with five iron ingots, a crafting table, two redstone dusts, and a dropper in the crafting table.
  • Crafters can be oriented in any direction when placed.
  • A pickaxe can increase the speed of mining them.
  • Have a user interface similar to crafting table.
    • Have 3×3 interactable crafting grid.
    • Their crafting grid slots are toggleable, meaning that the player can change the behavior of a slot by clicking or pressing on a slot with an empty hand.
      • A toggled slot cannot hold any items and therefore cannot have items placed into it by other blocks such as hoppers and droppers.
      • A toggled slot can be toggled off by player, whether clicked directly or holding item(s), pressing slot keys associated with an empty or a not empty hotbar slot.
    • Unlike the crafting table, the slots display a preview of the crafted item which will be crafted and ejected on the next redstone pulse, but cannot be manually taken out by the player.
    • The user interface is shared between all players interacting with them, meaning that multiple players can interact with them at the same time, similar to chests and hoppers.
    • The user interface does not have a recipe book to provide help, so the player must know the recipes.
  • The crafter ejects one crafted item at a time when powered by a new redstone pulse, a redstone signal that is not a continuous signal.
    • Upon receiving this new signal, crafters eject the recipe result from the front face.
    • All the result items are ejected together when the output result has multiple type of items.
  • They can interact with hoppers and droppers, to input/output automatically.
    • Hoppers can be used to both insert and pull items out of them.
    • Droppers can be used to insert items into them.
    • Moving items in from another block with a hopper or a dropper prioritizes filling items into slots, by following these rules:
      • If there is a toggled slot, skipped.
      • If there is not a toggled slot, crafters prioritize the first empty slot from left-to-right and top-to-bottom.
      • If there is not a toggled slot, and there are no empty slots, crafters prioritize the smallest stack of the same item. If there are multiple possible stacks, pick the first from left-to-right and top-to-bottom.
    • If failed to select a slot, hoppers and droppers don't take any action.
  • When read by a redstone comparator, the redstone signal strength is 0 to 9, where each non-empty or toggled slot adds 1 strength.

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 increases for each new player a trial spawner notices nearby.
    • Challenge level doesn't decrease until it is reset during a trial spawner's cooldown.
  • Unlike normal spawners, a trial spawner spawns 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 and don't despawn.
  • Once all mobs are defeated, the trial spawner ejects 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 no longer spawns 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 don't 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.

Tuff family

Items[edit | edit source]

Spawn egg

Trial key

  • An item that can only be obtained from trial spawners.
  • Currently doesn't have any functionality.

Mobs[edit | edit source]

Breeze

  • The breeze is a cunning, hostile mob that can spawn via trial spawner in some rooms within the trial chambers.
  • Has 30HP♥ × 15 health points.
  • Cannot be hit by arrows or tridents.
  • 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.
  • Currently does not drop any loot.

Non-mob entities[edit | edit source]

Wind charge

  • Fired by the breeze.
  • Explodes upon impact, emitting a large burst of plume particles and knocking entities back similar to a TNT explosion.
  • Its explosion interacts with certain blocks, including buttons and trapdoors.
  • Deals damage when colliding directly with a player or mob.
  • Wind charges break decorated pot and chorus flowers upon collision.
  • Can be deflected, just like shulker bullets.

World generation[edit | edit source]

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, with the starting piece generating at a height between -40 and -20.
  • The layout of each trial chamber is procedurally generated, and can include traps, supply and reward chests, decorated pots, and a variety of combat spaces.
    • Traps include dispensers containing different potential items, such as arrows or fire charges.
    • Supply chests can be found between the different rooms, and give the player blocks and items which help them navigate their trials.
    • Reward chests are guarded by challenges in each room, and can be a source of many high level enchanted books and equipment.
    • Decorated pots found in hallways can contain supplies such as iron or arrows. Some pots are decorated and others are blank.
    • The loot found in reward chests and decorated pots are still being iterated, and are absolutely not final as well as the loot from defeating mobs from a trial spawner.
  • Each trial chamber includes trial spawners with a melee, small melee, or ranged category:
  • Each trial spawner category only uses 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.
  • Regular mob spawning does not happen inside the bounding boxes of the trial chamber pieces.

General[edit | edit source]

Tags

  • Added following damage type tag:
    • #breeze_immune_to: contains arrow, and trident.
  • Added following entity type tags:
    • #can_turn_in_boats: contains breeze.
    • #deflects_arrows: contains breeze.
    • #deflects_tridents: contains breeze.
  • Added following biome tag:
    • #has_structure/trial_chambers: contains #is_overworld.

Changes[edit | edit source]

Gameplay[edit | edit source]

Advancements

  • The breeze now counts for "Monster Hunter", and is now required for "Monsters Hunted".

General[edit | edit source]

Resource pack

  • Added entity models and textures for experimental breeze mob:
    • breeze, wind_charge.
  • Added shader:
    • breeze_wind.

Tags

  • Added breeze into #fall_damage_immune entity type tag.
  • Added trial_spawner into the #features_cannot_replace, and #lava_pool_stone_cannot_replace block tags.
  • Added wind_charge into the #impact_projectiles entity type tag.
  • Added crafter, tuff_slab, tuff_stairs, tuff_wall, chiseled_tuff, polished_tuff, polished_tuff_slab, polished_tuff_stairs, polished_tuff_wall, tuff_bricks, tuff_brick_slab, tuff_brick_stairs, tuff_brick_wall, chiseled_tuff_bricks, chiseled_copper, exposed_chiseled_copper, weathered_chiseled_copper, oxidized_chiseled_copper, waxed_chiseled_copper, waxed_exposed_chiseled_copper, waxed_weathered_chiseled_copper, waxed_oxidized_chiseled_copper, copper_grate, exposed_copper_grate, weathered_copper_grate, oxidized_copper_grate, waxed_copper_grate, waxed_exposed_copper_grate, waxed_weathered_copper_grate, waxed_oxidized_copper_grate, copper_bulb, exposed_copper_bulb, weathered_copper_bulb, oxidized_copper_bulb, waxed_copper_bulb, waxed_exposed_copper_bulb, waxed_weathered_copper_bulb, waxed_oxidized_copper_bulb, copper_door, exposed_copper_door, weathered_copper_door, oxidized_copper_door, waxed_copper_door, waxed_exposed_copper_door, waxed_weathered_copper_door, waxed_oxidized_copper_door, copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, waxed_copper_trapdoor, waxed_exposed_copper_trapdoor, waxed_weathered_copper_trapdoor, and waxed_oxidized_copper_trapdoor into mineable/pickaxe block tag.
  • Added crafter, chiseled_copper, exposed_chiseled_copper, weathered_chiseled_copper, oxidized_chiseled_copper, waxed_chiseled_copper, waxed_exposed_chiseled_copper, waxed_weathered_chiseled_copper, waxed_oxidized_chiseled_copper, copper_grate, exposed_copper_grate, weathered_copper_grate, oxidized_copper_grate, waxed_copper_grate, waxed_exposed_copper_grate, waxed_weathered_copper_grate, waxed_oxidized_copper_grate, copper_bulb, exposed_copper_bulb, weathered_copper_bulb, oxidized_copper_bulb, waxed_copper_bulb, waxed_exposed_copper_bulb, waxed_weathered_copper_bulb, waxed_oxidized_copper_bulb, copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, waxed_copper_trapdoor, waxed_exposed_copper_trapdoor, waxed_weathered_copper_trapdoor, and waxed_oxidized_copper_trapdoor into needs_stone_tool block tag.
  • Added tuff_slab, polished_tuff_slab, and tuff_brick_slab into slabs block and item tags.
  • Added tuff_stairs, polished_tuff_stairs, and tuff_brick_stairs into stairs block and item tags.
  • Added copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, waxed_copper_trapdoor, waxed_exposed_copper_trapdoor, waxed_weathered_copper_trapdoor, and waxed_oxidized_copper_trapdoor into #trapdoors block tag.
  • Added copper_door, exposed_copper_door, weathered_copper_door, oxidized_copper_door, waxed_copper_door, waxed_exposed_copper_door, waxed_weathered_copper_door, and waxed_oxidized_copper_door into #doors block tag.
  • Added tuff_wall, polished_tuff_wall, and tuff_brick_wall into walls block and item tags.
  • Added copper_door, exposed_copper_door, weathered_copper_door, oxidized_copper_door, waxed_copper_door, waxed_exposed_copper_door, waxed_weathered_copper_door, and waxed_oxidized_copper_door into wooden_doors block tag.

Fixes[edit | edit source]

93 issues fixed

From released versions before 1.20

  • MC-1981 – All arrow types lose their name/NBT data when shot and picked up.
  • MC-5820 – The game doesn't recognise the ISO 8601 date format.
  • MC-16937 – Shooting an arrow into the nether portal can hurt anybody when PvP is disabled.
  • MC-47607 – Barrier particles aren't shown if particles are set to minimal.
  • MC-50319 – Player owned projectiles lose their player ownership when exiting portals.
  • MC-50647 – Slime mob spawners spawn slimes only in slime chunks.
  • MC-78314 – (Marker) Armor stands create bubbles in water.
  • MC-81656 – Field determining whether or not a wither skull is blue is not saved to and read from NBT.
  • MC-109101 – Shields do not block damage while the player faces straight up.
  • MC-114761 – Area effect cloud applies effect to dying mob.
  • MC-118403 – Vexes summoned by evoker do not have evoker team applied.
  • MC-129608 – Scoreboard doesn't handle entity UUIDs correctly.
  • MC-131646 – Drowned spawners only work in biomes where drowned spawn.
  • MC-136904/execute store score does not store 0 when subcommand is advancement and fails.
  • MC-142160pausedTickDelta updated when the game is unpaused rather than paused.
  • MC-143266 – Nested function calls reevaluate maxCommandChainLength before queueing commands.
  • MC-143269 – Nested intermediate functions are skipped when maxCommandChainLength commands are already queued.
  • MC-147649 – Can't copy or select command block output.
  • MC-163943 – Read-only scores can be mutated by swapping.
  • MC-164316 – Resource pack update by a hash doesn't work.
  • MC-169969 – The back faces of spawners do not render.
  • MC-172398 – Fire texture renders according to the player's rotation in the player inventory.
  • MC-173434 – Server resource pack download is inconsistent.
  • MC-177446RootVehicle tag in playerdata entry is not upgraded.
  • MC-185117 – Narrator Disabled text in toast is no longer vertically centered.
  • MC-186797 – Functioning clock and compasses in crafting output slot.
  • MC-189227 – First time tutorial uses old textures.
  • MC-189261 – Various Realms buttons and texts are incorrectly capitalized.
  • MC-189739 – Two-tall/wide blocks not taking breaking method into account.
  • MC-198113 – Incomplete commands do not prevent functions from loading.
  • MC-219293 – When teleporting via Chorus Fruit, the burping and teleporting sounds play at the wrong location.
  • MC-221558 – Light particles aren't shown if particles are set to minimal.
  • MC-223774 – Firework Rockets can't be used to break Chorus Flowers.
  • MC-225364 – Chorus flowers can be destroyed by projectiles in adventure mode.
  • MC-225365 – Pointed dripstone can be destroyed by tridents in adventure mode.
  • MC-227255 – Beehives and bee nests do not rotate/mirror correctly in structure blocks.
  • MC-232719 – The scroll bar within the singleplayer menu doesn't reset its position to the top of the list when searching for worlds.
  • MC-233276 – You can feed adult donkeys, horses, llamas or mules with maximum Temper value, and hand animation is not played.
  • MC-234323 – Performance issue with text parsing.
  • MC-234472 – The right side of the selection box is cut off by the scroll bar in the realms "Players" menu.
  • MC-234483 – Some strange pixels can be seen on the left side of world slot frames within several Realms menus.
  • MC-234567 – The "minecraft:ui.button.click" sound isn't played when interacting with the spawn protection slider in the Realms world options menu.
  • MC-236341 – You can feed hay bales to adult donkeys, horses or mules, and animal eating animation/sounds are not played.
  • MC-236501 – Renamed minecarts and boats don't show their name tag in the world.
  • MC-236946 – Shield attack vector is normalized incorrectly.
  • MC-237009 – Incompatible worlds don't have a tooltip in the world list.
  • MC-247421 – Console spam: "Error starting SoundSystem. Turning off sounds & music".
  • MC-249408 – Boats with Chests lose their name when placed.
  • MC-251126 – Server resource pack is not redownloaded when a hash mismatch is detected with the previously downloaded version.
  • MC-253819 – Bells don't rotate correctly when loaded by structure/jigsaw blocks.
  • MC-254850 – An operator can kick a host of a LAN world.
  • MC-255173 – Nether portal teleportation is inaccurate at large coordinate values.
  • MC-255244 – NBT link/reference when using /fill.
  • MC-257516 – "Fox teleports" sound plays for both Players and Friendly Creatures sound categories.
  • MC-257786 – The game takes a long time to process players leaving realms groups or accepting or declining realms invitations.
  • MC-259321 – Spawner counts related entities against MaxNearbyEntities.
  • MC-260341 – Death screen can remain after respawning using the Unsafe Link Warning.
  • MC-260576 – Incomplete /execute summon command still runs.
  • MC-261395 – When in mcfunction files, the /damage command does not trigger player_hurt_entity and player_killed_entity advancements the correct number of times.
  • MC-262027 – Result consumer created by /execute store is invoked for every command within a function.
  • MC-262105 – Entities can block brushing actions when players look very close to their hitboxes.
  • MC-263123 – Mending incorrectly calculates overflow after full repair.
  • MC-265899 – The translation for gamerule.commandModificationBlockLimit is in title case instead of sentence case.

From 1.20

  • MC-261303 – Decorated pots have an unused "cracked" block state.
  • MC-261682 – Brushing can continue when block goes out of range.
  • MC-262888 – Clicking "I know what I'm doing!" on the world loading screen when loading a world in a new snapshot is way too loud.
  • MC-263263 – The operator buttons intersect the scroll bar within the realms player menu.
  • MC-263272 – You cannot click on an area to set a value within the spawn protection slider in the realms world options menu.
  • MC-263309 – You can configure your realm before it has been created by using the Tab ↹ key.
  • MC-265927 – Edit box length restrictions can result in unpaired surrogate characters.
  • MC-265929Ctrl + Backspacing a word with non-BMP characters in an edit box deletes additional characters.

From 1.20.1

  • MC-263575 – When an item is extracted from suspicious sand/gravel, gravity does not work on this block.
  • MC-263660 – "Sign wobbles" subtitle is the same for signs and hanging signs, causing translation issues.
  • MC-264748GLX._initGlfw Treats Pointer as a String.
  • MC-265353 – Clocks and Compasses in Item Display Entities don't show correct time/direction.

From 1.20.2

  • MC-264595/return command cannot run function when inside another function.
  • MC-264699 – Functions return the output of commands only if the command doesn't start with /return run.
  • MC-264710/execute if function always fails and /execute unless function always succeeds if run from a function.
  • MC-264880 – GUI slider uses new texture with programmer art.
  • MC-264966Signature is missing from Property textures appears in the logs of some Minecraft worlds due to player heads.
  • MC-265291 – Command suggestions within the command block interface don't disappear when the console command field is unselected.
  • MC-265426 – Certain inputs pressed whilst in F3 + Esc pause will be carried out after game is unpaused.
  • MC-265462 – Sending resource pack during play phase shows loading terrain screen for a long time.
  • MC-265515 – The "You don't seem to have a Realm" element in the realms menu cannot be selected via the mouse cursor.
  • MC-265516 – The "Cancel" button within some realms menus can be deselected using keyboard navigation despite it being the only element within the said menu.
  • MC-265517 – The "Buy a realm!" button is automatically selected when opening the "Add Realm" interface.
  • MC-265519 – Game minimizes when certain areas of the screen are clicked on Mac in fullscreen mode.
  • MC-265551 – "No pending invites!" tooltip in Realms is now untranslatable.
  • MC-265589 – Brigadier exception can be repeatedly logged if command has invalid syntax.
  • MC-265814 – Minecart with TNT explodes or just dies depending on the type of explosion that hits it.
  • MC-266196 – Signs and hanging signs become non-editable by right-click after modifying one line message to an empty text string with a specific color.
  • MC-266256 – Accessibility button in the Welcome screen still needs its own string.
  • MC-266380 – Rain texture doesn't loop correctly.

Video[edit | edit source]

Videos made by Slicedlime:

See also[edit | edit source]

References[edit | edit source]

  1. MC-267185 — Decorated pots can delete items when reloading the world — resolved as "Fixed".
  2. ""Bats and Pots" and "Armored Paws" are both considered "game drops""@CornerHardMC on X (formerly Twitter), September 9, 2024
  3. ""Bats and Pots" and "Armored Paws" are game drops we've had thus far, but they'll vary in size and some may be larger in scope"@CornerHardMC on X (formerly Twitter), September 9, 2024
  4. "Minecraft Java Edition 1.20.3"Minecraft.net, December 5, 2023.
  5. "Minecraft Snapshot 23w40a"Minecraft.net, October 4, 2023.
  6. "Minecraft Snapshot 23w41a"Minecraft.net, October 11, 2023.

Navigation[edit | edit source]