Minecraft:Java Edition 24w13a
More actions
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
- Minecraft:Brewed with an Minecraft:awkward potion and a Minecraft:stone block.
- Gives the Minecraft:Infested effect.
Template:Animate Minecraft:Potion of Oozing
- Brewed with an awkward potion and a Minecraft:slime block.
- Gives the Minecraft:Oozing effect.
Template:Animate Minecraft:Potion of Weaving
- Brewed with an awkward potion and a Minecraft:cobweb.
- Gives the Minecraft:Weaving effect.
Template:Animate Minecraft:Potion of Wind Charging
- Brewed with an awkward potion and a Minecraft:breeze rod.
- Gives the Minecraft:Wind Charged effect.
Gameplay
Minecraft:Effects<ref name=noexp>Template:Bug</ref>
- File:Infested JE1 BE1.png Minecraft:Infested
- Affected entities have a 5% chance to spawn 1–2 Minecraft:silverfish when hurt.
- Silverfish cannot get this affect.
- File:Oozing JE1 BE1.png Minecraft:Oozing
- Affected entities spawn two Minecraft:slimes upon death.
- Slimes cannot get this effect.
- File:Raid Omen JE1.png Minecraft:Raid Omen
- A variant that Bad Omen can transform into if the player enters a village.
- It has a duration of 30 seconds.
- Once the Raid Omen expires, a raid starts at the location the player gained the Raid Omen.
- File:Trial Omen JE1 BE1.png Minecraft:Trial Omen
- A variant that Bad Omen can transform into if the player is within detection range of a Minecraft:trial spawner that is not ominous.
- The Trial Omen has a duration of 15 minutes multiplied by the transformed Bad Omen's level.
- Players that have Trial Omen are surrounded by ominous particles.
- File:Weaving JE1 BE1.png Minecraft:Weaving
- Affected entities spread Minecraft:cobweb blocks upon death.
- File:Wind Charged JE1 BE1.png Minecraft:Wind Charged
- Affected entities emit a wind burst upon death.
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
raidersub 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.
- New sub-predicate has been added to match raidersFields:
Item stack components
- Added
item_nameitem stack component.- When present, replaces default item name with contained chat component.
- Differences from
custom_name:item_namecan't be changed or removed in anvil.item_nameis not styled with italics when displayed to player.item_namedoes 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_entityandorigin.this_entity: the mob that is about to be given equipment.origin: the position of the mob.
- Has required parameters of
- Added optional
equipment_loot_tableto the spawn data present in theSpawnPotentialsof monster spawners andspawn_potentialsof trial spawner configs.- If present, rolled items from the specified loot table are equipped to the mob that spawns.
General
- Added
minecraft:is_player_attackdamage type tag: for attacks performed by the player. - Added the
#enchantable/fire_aspect, and#enchantable/sharp_weaponitem tags.
Changes
Blocks
- 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_componentsfunction 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.
- Some components (like
Loot functions
- Changed
copy_componentsloot function.- Removed field
componentsand 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.
- Removed field
- Changed
set_nameloot function.- Added optional field
targetto specify which name should be set. - Values:
custom_name- setscustom_namecomponent (default).item_name- setsitem_namecomponent.
- Added optional field
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_chatpacket in configuration phase.
- The data pack version is now
37. - Int and float providers used in worldgen definitions are no longer wrapped in an extra
valuefield next totype- 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}.
- For example,
Protocol
- The
minecraft:chat_command_signedpacket has been split fromminecraft:chat_command.- Commands that do not accept any signed arguments use the unsigned packet, and don't pass any 'last seen' chat updates.
- 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.
- Fixed the
#parrot_poisonous_fooditem tag to containcookieinstead ofcarrot.
- 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.
- The Minecraft:armor these mobs wear have Minecraft:armor trims applied from the Minecraft:trial chambers.
- Known issue: these mobs can currently drop their equipment on death, but they will not in the future.
- 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
- A variant of the Minecraft:vault, with a different texture, that emits soul flames instead of normal flames.
- Can be found throughout the Minecraft:trial chambers in harder to find places.
- Is unlocked with an Minecraft:ominous trial key.
- Holds a more valuable set of rewards than the normal vault.
- Can provide some particularly valuable items, to mention a few:
- Minecraft:Ominous bottle III - V
- Minecraft:Enchanted golden apple
- Minecraft:Flow banner pattern
- Minecraft:Flow armor trim smithing template
- Enchantments for the Minecraft:mace:
- Minecraft:Heavy core
Items
File:Ominous Bottle JE1 BE1.png Minecraft:Ominous bottle
- Can be consumed by players to give the Minecraft:Bad Omen effect for Template:Convert.
- Has 5 variations, one for each Bad Omen level.
- The bottle breaks when consumed.
- Can be stacked to 64.
- Is occasionally found in loots from Minecraft:vaults.
- Is dropped by Minecraft:raid captains when they are defeated outside a Minecraft:raid.
File:Ominous Trial Key JE1 BE1.png Minecraft:Ominous trial key
- A new variant of the Minecraft:trial key.
- Can only be obtained by defeating an Minecraft:ominous trial spawner.
- Can be used to unlock an Minecraft:ominous vault, but cannot unlock a Minecraft:vault.
Command format
Item stack components
- Added
ominous_bottle_amplifieritem 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
- e.g.
Loot functions
- Added
set_ominous_bottle_amplifierloot function.- Sets the
ominous_bottle_amplifiercomponent on the target item according to a number provider.conditions: list of conditions to filter this function.amplifier: a number provider used to generate theominous_bottle_amplifiercomponent.
- Sets the
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
- Added new entity type tags:
#immune_to_infested: containssilverfish.- For entities that cannot receive the Infested effect.
#immune_to_oozing: containsslime.- For entities that cannot receive the Oozing effect.
- Added new item tag:
#enchantable/mace: containsmace.
Changes
Blocks
- 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.
- 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
- Added a new explosive particle effect when executing a smash attack with the mace to really show the player's power.
- Increased the power and range of the knockback effect from a smash attack.
- Introduced an even stronger knockback when falling for more than 5 blocks before attacking.
- When successfully striking a target, all vertical momentum is reset in addition to negating any accumulated fall distance.
- The baseline additional damage dealt by the mace smash attack has been slightly reduced to 3 (1.5 hearts) per fallen block.
- Can now be enchanted with:
Mobs
- Now avoids jumping into dangerous blocks or air.
Non-mob entities
- No longer collide with end crystals.
World generation
- Remade
chamber_5with variations, and renamed it toeruption. - 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
- Added
maceto the#enchantable/durability,#enchantable/fire_aspect,#enchantable/vanishing, and#enchantable/weaponitem tags.
Fixes
Videos
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: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