![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | May 10, 2024 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.21 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742018 hex: 400000C2 | ||||||
| Data version | 3941 | ||||||
| Resource pack format | 33 | ||||||
| Data pack format | 43 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 24w19a",
"images": [
"24w19a.jpg",
"Java Edition 24w19a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "May 10, 2024",
"label": "Release date"
},
{
"field": "(link to Snapshot article, displayed as Snapshot)",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Java Edition 1.21 article, displayed as 1.21)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/ec4ab4da55435693e7342cfe6d23ab0df9226eb7/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/efc6555115de2c4249a3e7285cf1034a99d418ba/24w19a.json .json])<br />[https://piston-data.mojang.com/v1/objects/8088cca48fece804d29b368ab5bbcc27a540456c/server.jar Server]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/05e170c2a3722653cea193b427808f4c19dd3447/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/9d799a9d897cf54d9bd3ea4964e77113da1c8ca9/server.txt Server]",
"label": "(link to Obfuscation map article, displayed as Obfuscation maps)"
},
{
"field": " <span style=\"font-size:smaller\"><abbr title=\"decimal\">dec</abbr>: </span>1073742018<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000C2",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "3941",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "33",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "43",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Data pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_21_.28LTS.29 Java SE 21]</span>",
"label": "<span style=\"white-space: normal;\">Minimum Java version</span>"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Java Edition 1.20.6|<span style=\"margin-right:-0.35em\">β</span>β 1.20.6]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21|1.21]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.1| 1.21.1 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w18a|β 24w18a]]\n</td>\n<td style=\"padding: 0.4em\">''' 24w19a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w19b| 24w19b βΊ]]\n</td>\n</tr>\n</table>"
}
24w19a is the second snapshot for Java Edition 1.21, released on May 10, 2024,[1] which optimizes chunk loading performance, and fixes bugs.
| Name | Sound | Description | Volume | Pitch |
|---|---|---|---|---|
| Cave 20 |
1.0 | 1.0 | ||
| Cave 21 |
Rumbling and creaking noises with quiet tones in the background. | |||
| Cave 22 |
Resembles a warden using its sonic boom attack. | |||
| Cave 23 |
Eerie sounds with heartbeats at the end, possibly resembling a warden. |
Sculk sensor and calibrated sculk sensor
43.decorated_pot_pattern.| Old name | New name |
|---|---|
| tags/items | tags/item |
| tags/blocks | tags/block |
| tags/entity_types | tags/entity_type |
| tags/fluids | tags/fluid |
| tags/game_events | tags/game_event |
custom_data component can now be specified as an SNBT string to preserve type information in JSON.
set_custom_data loot function and custom_data predicate.food item component has new fields:
using_converts_to: item with components (optional).
food={nutrition:1,saturation:0,using_converts_to:{id:"poisonous_potato",components:{"minecraft:custom_name":'"Wait what?"'}}}.power tag and replaced with acceleration_power tag with a number value that control the projectile's acceleration (and maximum speed).
dragon_fireball, large_fireball, small_fireball, fireball, breeze_wind_charge, wind_charge, wither_skull.dimension_padding for structures.
0.Entity effect types
trigger_game_event for effect types replace_block, replace_disc and set_block_properties.
fire_aspect_lightable to each block that should be possible to light by hitting it with a tool that has Fire Aspect.Damage type predicate
is_direct - optional boolean.
true requires the damage to be direct and false requires the damage to be indirect.Performance
From released versions before 1.21
falling_block entities do not travel through portals./attribute does not always reduce their current health.maxHealth attribute is used as maximum Health value./summon command have 53 health.spawnChunkRadius" gamerule set to high values.minecraft:block.trial_spawner.ambient" sound being played.set_attributes loot function doesn't accept an empty list./data command from a block/chest with a large amount of data can cause the game to crash.foodSaturationLevel" can be negative.minecraft:custom_data" component of the recipe result will be forcibly modified.EntityTag is ignored when updating a world to 1.20.5.From the previous development version
projectile_spawned" enchantment effect always activates at 0, 0, 0.projectile_spawned" enchantment component triggers the enchantment effects before setting the projectile's default NBT.run_command" always runs the command in the overworld.apply_mob_effect" never applies an amplifier even if one is defined.item.trident.thunder sound can no longer be heard by the player who was struck by a lightning.