Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Java Edition 24w13a

From SAS Gaming Wiki

Template:Infobox version

24w13a is the fourteenth Minecraft:snapshot for Minecraft:Java Edition 1.20.5, released on March 27, 2024,<ref>Template:Snap</ref> that adds Minecraft:ominous events, Minecraft:ominous trial spawners, and Minecraft:ominous vaults, and fixes bugs.

This is the last Java Edition version able to run on 32-bit operating systems and Java from 17 to 20.<ref>Template:Snap</ref>

Additions

Items

<ref name="noexp">Template:Bug</ref>

Template:Animate Minecraft:Potion of Infestation

Template:Animate Minecraft:Potion of Oozing

Template:Animate Minecraft:Potion of Weaving

Template:Animate Minecraft:Potion of Wind Charging

Gameplay

Minecraft:Effects<ref name=noexp>Template:Bug</ref>

Minecraft:Enchantments<ref name=noexp>Template:Bug</ref>

  • Three new enchantments have been introduced that are unique to the Minecraft:mace.
  • Minecraft:Breach
    • Rare enchantment, accessible in the Minecraft:enchanting table and on Minecraft:enchanted books in loot.
    • Has 4 levels.
    • Maces enchanted with Breach reduce the effectiveness of armor on the target.
      • The effectiveness of the armor is reduced by 15% per Breach level.
  • Minecraft:Density
    • Common enchantment, accessible in the Minecraft:enchanting table and on Minecraft:enchanted books in loot.
    • Has 5 levels.
    • Maces enchanted with Density do more damage per fallen block per Density level.
      • Damage dealt per fallen block is increased by 1 per level of Density.
  • Minecraft:Wind Burst
    • Unique enchantment which can only be found in Minecraft:ominous vaults.
    • Has 3 levels.
    • Maces enchanted with Wind Burst emit a burst of wind upon hitting an enemy, launching the attacker upward and enabling the linking of smash attacks one after the other.
    • Each level bounces the attacker higher up in the air; however any level above the default maximum of 3 obtained through commands makes the player simply lose all downward momentum and begin falling again, without gaining any upward momentum.

Command format

Entity sub-predicates

  • Added raider sub entity predicate.
    • New sub-predicate has been added to match raidersFields:
      • has_raid - Match whether the raider is in an active raid.
      • is_captain - Match whether the raider is a captain.

Item stack components

  • Added item_name item stack component.
    • When present, replaces default item name with contained chat component.
    • Differences from custom_name:
      • item_name can't be changed or removed in anvil.
      • item_name is not styled with italics when displayed to player.
      • item_name does not show labels where applicable (for example: banner markers, names in item frames).

Loot tables

  • Added new loot table type minecraft:equipment.
    • Has required parameters of this_entity and origin.
      • this_entity: the mob that is about to be given equipment.
      • origin: the position of the mob.
  • Added optional equipment_loot_table to the spawn data present in the SpawnPotentials of monster spawners and spawn_potentials of trial spawner configs.
    • If present, rolled items from the specified loot table are equipped to the mob that spawns.

General

Minecraft:Tags

  • Added minecraft:is_player_attack damage type tag: for attacks performed by the player.
  • Added the #enchantable/fire_aspect, and #enchantable/sharp_weapon item tags.

Changes

Blocks

Minecraft:Cobweb

  • Added unique sounds.

Command format

Item stack components

  • Non-default components on item stacks containing block items are now stored on block entities when placed.
  • Component removals from defaults are currently not preserved.
  • Placing and breaking non-block entity blocks remains unchanged - nothing is preserved.
  • Does not automatically cause preserved components to be restored on drops - this requires addition of copy_components function to loot table.
  • Components are stored in field called components.
    • Some components (like custom_name) are still handled by legacy serialization, which means they might not be present in there.
    • Contains map of component id to component value.

Loot functions

  • Changed copy_components loot function.
    • Removed field components and replaced it with:
      • include - optional list of data components to be copied from source.
        • If omitted, all components present are included.
      • exclude - optional list of data components to be excluded from copying.
        • If omitted, defaults to empty.
      • Only components that are included (explicitly or implicitly) but not excluded are copied.
  • Changed set_name loot function.
    • Added optional field target to specify which name should be set.
    • Values:
      • custom_name - sets custom_name component (default).
      • item_name - sets item_name component.

General

Chat

  • Client chat state (on-screen messages and chat input history) is now preserved by client when entering and exiting configuration phase.
  • Message signature chain handling remains unchanged - going into configuration phase starts new session.
  • If client has message delay configured, pending messages are delivered immediately before leaving world.
  • Server can clear chat state by sending reset_chat packet in configuration phase.

Minecraft:Data pack

  • The data pack version is now 37.
  • Int and float providers used in worldgen definitions are no longer wrapped in an extra value field next to type
    • For example, {"type":"minecraft:uniform","value":{"min_inclusive":0.0,"max_inclusive":1.0}} becomes {"type":"minecraft:uniform","min_inclusive":0.0,"max_inclusive":1.0}.

Protocol

  • The minecraft:chat_command_signed packet has been split from minecraft:chat_command.
    • Commands that do not accept any signed arguments use the unsigned packet, and don't pass any 'last seen' chat updates.

Minecraft:Resource pack

  • The resource pack version is now 31.
  • Added the following particle types: Template:Cd.
  • Added the following sound events: Template:Cd.
  • Added textures for the following blocks and items: ominous vault, ominous trial spawner, ominous bottle.
  • Updated textures for normal vault block.
  • Added the following mob effect icon textures: Template:Cd.
  • Added new models for ominous state of vault block.

Minecraft:Tags

  • Fixed the #parrot_poisonous_food item tag to contain cookie instead of carrot.

Minecraft:Saved Hotbars

  • The placeholder paper item names are no longer italic.

Experimental

Additions

Blocks

File:Ominous Trial Spawner (active) JE1 BE1.png Minecraft:Ominous trial spawner

  • A more powerful active phase of the Minecraft:trial spawner with unique challenges and rewards.
    • Provides a more challenging experience that advanced players can opt into for better rewards.
  • A trial spawner becomes ominous when it detects a Minecraft:player with the Minecraft:Trial Omen effect if:
    • Either it is not in cooldown.
    • Or, it is in cooldown but was not ominous during its last activation. This bypasses the cooldown.
  • While active, it:
    • Glows blue instead of orange.
    • Emits soul flames instead of normal flames.
    • Spawns mobs, usually with equipment if they can wear it.
    • Periodically spawns potions and projectiles on top of unsuspecting players and mobs.
      • Based on their location, spawners in an area select a random set of projectiles to spawn.
      • These projectiles always include a single type of Minecraft:lingering potion from a set of possible status effects.
  • Becoming ominous despawns any existing mobs it spawned and resets its challenge.
    • It stays ominous until it has been defeated and its cooldown has finished.
  • When defeated, it ejects a different set of loot to normal trial spawners.
  • An Minecraft:ominous trial key has a 30% chance of ejecting from a defeated ominous trial spawner, replacing the usual 50% chance to eject a Minecraft:trial key.

File:Ominous Vault (active) JE1 BE1.png Minecraft:Ominous vault

Items

File:Ominous Bottle JE1 BE1.png Minecraft:Ominous bottle

File:Ominous Trial Key JE1 BE1.png Minecraft:Ominous trial key

Command format

Item stack components

  • Added ominous_bottle_amplifier item stack component.
    • Controls the amplifier amount for an ominous bottle's bad omen effect.
    • Format: integer between 0 and 4.
      • e.g. ominous_bottle_amplifier=3

Loot functions

  • Added set_ominous_bottle_amplifier loot function.
    • Sets the ominous_bottle_amplifier component on the target item according to a number provider.
      • conditions: list of conditions to filter this function.
      • amplifier: a number provider used to generate the ominous_bottle_amplifier component.

Gameplay

Template:Animate Minecraft:Ominous events

  • Bad Omen has been expanded to give access to an optional experience in trial chambers.
  • These optional experiences accessed through Bad Omen are now known as ominous events.
    • They are more challenging than usual, and are designed to shake up the experience in unique ways.
    • Illager raids are an example of an existing ominous event.
  • Bad Omen is getting some changes with this redesign:
    • It has a new, shadowy icon and a sound for being applied to the player.
    • It no longer triggers a raid directly when entering a village.
      • Instead, it transforms into a Raid Omen variant with a duration of 30 seconds.
      • Once the Raid Omen expires, a raid starts at the location the player gained the Raid Omen.
      • Like any other effect, players can drink a bucket of milk to clear the Raid Omen to prevent the raid from starting.
    • It is no longer given to players that defeat a raid captain outside a raid.
      • Instead, players can gain access to Bad Omen by consuming a new ominous bottle.

General

Minecraft:Tags

  • Added new entity type tags:
    • #immune_to_infested: contains silverfish.
      • For entities that cannot receive the Infested effect.
    • #immune_to_oozing: contains slime.
      • For entities that cannot receive the Oozing effect.
  • Added new item tag:
    • #enchantable/mace: contains mace.

Changes

Blocks

Minecraft:Trial spawner

  • All trials spawners now increase the amount of mobs present at once by 0.5 for each additional player, down from 2.
  • Baby zombie spawners now only have 2 mobs present at once for its baseline, down from 3 mobs.
  • Can now only activate when a player is in line of sight.
  • The loot ejected from trial spawners has been adjusted.
    • It now has a focus on providing higher quality food more often to make replenishing between fights more safe.

Minecraft:Vault

  • The loot found within vaults has been adjusted.
  • Standard vaults give slightly less items of high quality, but also include the following changes:
    • Ominous bottle I - II can be found.
    • Flow banner pattern, flow armor trim smithing template, and heavy core can no longer be obtained.
    • Guster banner pattern and bolt armor trim smithing template remain exclusive to standard vaults.
    • In heavy core's place, standard vaults instead have a very rare chance of providing a Minecraft:trident.

Items

Minecraft:Mace

Mobs

Minecraft:Breeze

  • Now avoids jumping into dangerous blocks or air.

Non-mob entities

Minecraft:Wind charges

  • No longer collide with end crystals.

World generation

Minecraft:Trial chambers

  • Remade chamber_5 with variations, and renamed it to eruption.
  • Reduced amount of trial spawners in corridors.
  • Updated layout and placements of vaults.
  • Placed ominous vaults in chambers, intersections, at the ends of corridors.
  • Corridors no longer generate endlessly.
  • Added an atrium to the corridors.
  • Made various layout changes in intersections and corridors.
  • Known issues: corner quadrants in slanted may still fail to generate correctly.

General

Minecraft:Tags

  • Added mace to the #enchantable/durability, #enchantable/fire_aspect, #enchantable/vanishing, and #enchantable/weapon item tags.

Fixes

Template:Fixes

Videos

Template:Slicedlime

Trivia

  • The potion of Infestation, potion of Oozing, and potion of Weaving can all be brewed in worlds without the Update 1.21 experiment enabled. However, they are not present in the Creative inventory in those worlds.
  • This snapshot adds more effects than any other Minecraft version since their introduction in Beta 1.8 Pre-release, with a total of six.

References

Template:Reflist

Navigation

Template:Navbox Java Edition versions

Minecraft:de:24w13a Minecraft:es:Java Edition 24w13a Minecraft:fr:Édition Java 24w13a Minecraft:ja:Java Edition 24w13a Minecraft:pt:Edição Java 24w13a Minecraft:ru:24w13a (Java Edition) Minecraft:uk:24w13a (Java Edition) Minecraft:zh:Java版24w13a