![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | April 15, 2025 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.21.6 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742070 hex: 400000F6 | ||||||
| Data version | 4423 | ||||||
| Resource pack format | 57 | ||||||
| Data pack format | 73 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 25w16a",
"images": [
"25w16a.jpg",
"Java Edition 25w16a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "April 15, 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/46b06a1758054ab1a50f7f3047772db7c2e5a9d7/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/b76c3306819ec687217b8ca5c7d8375d6c8abe18/25w16a.json .json])<br />[https://piston-data.mojang.com/v1/objects/3d8223843a659d8ebc33459864ba02b34485ea11/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/d1e6254e990c3c09a5c705e46dc5ae7c779874ac/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/7e58cbd89d19e5aef3264d64bace4cf0e355b1e1/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>1073742070<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000F6",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4423",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "57",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "73",
"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 25w15a|β 25w15a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w16a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w17a| 25w17a βΊ]]\n</td>\n</tr>\n</table>"
}
25w16a is the second snapshot for Java Edition 1.21.6, released on April 15, 2025,[2] which adds more functionality and improvements to leads, technical changes to shaders, and fixes bugs.
test_instance POI.22.5.
elements[].rotation.angle value in block models is no longer limited to multiplies of 22.5 degrees and can now be any angle from -45 to +45.painting/variant
73.57.clouds.png) can no longer be colored.persistent
falseclear_color
[0, 0, 0, 0][R, G, B, A]uniforms: { "UniformBlockName": [ { "type": "vec2", "value": [...] } ] }
name as part of a uniform definition is no longer used.value as part of a uniform definition replaces the old values, and the type depends on the type field.
"type": "int" needs "value": 123 (a single int)."type": "float" needs "value": 123.4 (a single float)."type": "vec2" needs "value": [1.2, 3.4] (two floats)."type": "vec3" needs "value": [1.2, 3.4, 5.6] (three floats)."type": "ivec3" needs "value": [1, 2, 3] (three ints)."type": "vec4" needs "value": [1.2, 3.4, 5.6, 7.8] (four floats)."type": "matrix4x4" needs "value": [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0] (four rows of four columns of floats).vec2 *Size uniforms) are now replaced with a single SamplerInfo uniform block.
OutSize and InSize as before.vec2post/bits.fsh
BitsConfig of float Resolution and float MosaicSize.post/blit.fsh
BlitConfig of vec4 ColorModulate.post/blur.vsh and post/box_blur.fsh
BlurConfig of vec2 BlurDir and float Radius.post/color_convolve.fsh
ColorConfig of vec3 RedMatrix, vec3 GreenMatrix and vec3 BlueMatrix.post/invert.fsh
InvertConfig of float InverseAmount.post/rotscale.vsh
RotScaleConfig of vec2 InScale, vec2 InOffset and float InRotation.post/spiderclip.fsh
SpiderConfig of vec4 Scissor and vec4 Vignette.Globals uniform block
ScreenSize, GlintAlpha, GameTime and MenuBlurRadius.
MenuBlurRadius is the blur radius of the background when a menu is open.Fog uniform block
FogColor, FogShape, FogStart, FogEnd, FogSkyEnd and FogCloudsEnd.
FogSkyEnd is new and represents where the fog should end when drawing for the sky.FogCloudsEnd is new and represents where the fog should end when drawing the clouds.FogEnd is the "normal" fog cutoff as before.FOG_IS_SKY is now available to the position.vsh/position.fsh shaders when they are rendering for the sky.Projection uniform block
ProjMat with no changes.DynamicTransforms uniform block
ModelViewMat, ColorModulator, ModelOffset, TextureMat, LineWidth.Lighting uniform block
Light0_Direction and Light1_Direction.CloudInfo uniform block
CloudColor, CloudOffset and CellSize (new).
CellSize contains the size of an individual cloud cell.LightmapInfo uniform block
AmbientLightFactor, SkyFactor, BlockFactor, UseBrightLightmap, NightVisionFactor, DarknessScale, DarkenWorldFactor, BrightnessFactor, SkyLightColor with no change in behavior.From released versions before 1.21
From 1.21.1
From 1.21.5
/test clearall command with large radiuses.ClientboundLevelChunkPacketData buffer size is too big.NoAI:1b mobs cannot be ridden in 1.21.5+.From the previous development version