VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_25w19a

⇱ Java Edition 25w19a – Minecraft Wiki


Java Edition 25w19a

From Minecraft Wiki
Jump to navigation Jump to search
Minecraft 25w19a
Edition Java Edition
Release date May 6, 2025
Type Snapshot
Snapshot for 1.21.6
Downloads Client (.json)
Server
Obfuscation maps Client
Server
Protocol version  dec1073742073
 hex400000F9
Data version 4427
Resource pack format 60
Data pack format 76
Minimum Java version Java SE 21
β—„β—„  1.21.5 1.21.6 1.21.7 β–Ίβ–Ί

β—„  25w18a

25w19a

25w20a β–Ί

{
 "title": "Minecraft 25w19a",
 "images": [
 "25w19a.jpg",
 "Java Edition 25w19a.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "May 6, 2025",
 "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.6 article, displayed as 1.21.6)",
 "label": "Snapshot for"
 },
 {
 "field": "[https://piston-data.mojang.com/v1/objects/2b50bc6b71e02f68d5dfa7f1bfb07b84f28b8cc2/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/c2f935b47b0057a37077a65938bb6b3632d599a0/25w19a.json .json])<br />[https://piston-data.mojang.com/v1/objects/cd279a0a79fd62f41c9dd8d17d455d06ff4d8013/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/35d3a7d48c3e91d9b3c66f4b0e2740a44fd6ab35/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/e010893a60510007da43bcb8efb687319492e8b0/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>1073742073<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000F9",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "4427",
 "label": "(link to Data version article, displayed as Data version)"
 },
 {
 "field": "60",
 "label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
 },
 {
 "field": "76",
 "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.21.5|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.21.5]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.6|1.21.6]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.7| 1.21.7 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w18a|β—„  25w18a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w19a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w20a| 25w20a β–Ί]]\n</td>\n</tr>\n</table>"
}

25w19a is the fifth snapshot for Java Edition 1.21.6 released on May 6, 2025.[1]

Changes

[edit | edit source]

Non-mob entities

[edit | edit source]

Projectiles

  • Projectiles now have a target tolerance margin that changes over time.
    • All projectiles start with no margin for the first two ticks of their flight.
    • After that, the target margin will expand by 0.05 blocks per tick until it reaches the previous fixed 0.3 blocks margin.
    • This allows for better precision close to the shooting player or entity, while still allowing for some collision leeway when the projectile is further away.

General

[edit | edit source]

Attributes

  • The scale attribute for the happy ghast now has a limit of 1.0.

Data pack

  • The pack format version is now 76.
  • --quickPlaySingleplayer command line argument can now be used without an identifier to launch into the last played world.

Entity format

  • tnt
    • The entity that primed the TNT is now stored in an optional owner field (UUID of Living entity).
  • vex
    • The owner of a vex is now stored in an optional owner field (UUID of Mob).

Resource pack

  • The version is now 60.
  • Panorama textures must now all be the same size, and square.

Shaders

  • Shader fog
    • The fog is now split into environmental and render-distance-based.
    • Previously both those concepts were mixed in the same uniforms.
    • Environmental fog is supposed to represent the "fogginess" of the environment the player is in: lava, water, and now also atmosphere.
    • Render distance fog is supposed to obscure the border of visible terrain.
    • Environmental fog uses spherical distance to determine its intensity, render distance fog uses cylindrical distance.
    • The resulting fog value for any given vertex is the maximum of both.
  • Fog uniform block
    • FogStart was renamed to FogRenderDistanceStart and now represents the render distance fog start.
    • FogEnd was renamed to FogRenderDistanceEnd and now represents the render distance fog end.
    • FogEnvironmentalStart is new and represents the start of environment-based fog.
    • FogEnvironmentalEnd is new and represents the end of environment-based fog.
    • FogShape was removed. Render distance fog is now cylindrical and environmental for is spherical.

Sounds

  • The sound event block.dried_ghast.hit has been removed.

UI sprites

Fixes

[edit | edit source]

20 issues fixed

From released versions before 1.21

  • MC-69821 – TNT "forgets" the player that ignited it when the world is reloaded.
  • MC-118430 – Vex summoner is not stored in NBT despite being used for AI task.
  • MC-118432 – Vex summoner is not reset once it is dead.

From 1.21.1

  • MC-277486 – Mob effect icons ignore "scaling" parameter in mcmeta files.

From 1.21.3

  • MC-277903 – Creative inventory tab icons can display item cooldown overlay.

From 1.21.5

  • MC-295690 – Players stay on fire for a while after barely touching fire.
  • MC-296701 – Transformed entities do not retain their custom_data component.
  • MC-296709 – All non-default jukebox_playable components are deleted from existing items when updating past 1.21.4.
  • MC-297347 – Tamed animals no longer sit when their owner changes dimension.
  • MC-297461 – Equipment and sleeping pos data cannot be loaded in 1.21.4, but can be loaded in 1.21.5 to bees spawned from bee nest and bee hive.

From the 1.21.6 development versions

  • MC-296432 – The ability to stand on top of happy ghasts which have a larger scale attribute becomes unreliable or even impossible.
  • MC-296460 – Debug crosshair renders incorrectly.
  • MC-296494 – The player sometimes falls from a happy ghast when reconnecting to a world.
  • MC-296797 – The movement of happy ghasts for non-controlling passengers is jittery.
  • MC-296813 – The panorama isn't slightly blurred anymore which causes some "flickering" effects.
  • MC-296970 – The dried ghast block has a hit sound event.
  • MC-297142 – The "Leave Bed" button is invisible.
  • MC-297235 – Clouds not fully rendered depending on angle when very high above the world.
  • MC-297271 – Waypoint packet is handled by network thread instead of render thread, causing crash.

From the previous development version

  • MC-297339 – Sign text is non-functional.

Videos

[edit | edit source]
Videos made by slicedlime:

References

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_25w19a?oldid=3422591"

Navigation menu