![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | April 28, 2026 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 26.2 | ||||||
| Downloads | Client (.json) Server | ||||||
| Protocol version | dec: 1073742135 hex: 40000137 | ||||||
| Data version | 4889 | ||||||
| Resource pack format | 86.2 | ||||||
| Data pack format | 104.0 | ||||||
| Minimum Java version | Java SE 25 | ||||||
| |||||||
{
"title": "Minecraft 26.2 Snapshot 5",
"images": [
"26.2-snapshot-5.jpg",
"Java Edition 26.2 Snapshot 5.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "April 28, 2026",
"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 26.2 article, displayed as 26.2)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/8187962186f213385952b4f14b4f0235f532a99b/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/291b39292f8ad8ce71a064f06e2f27d9b624ca5d/26.2-snapshot-5.json .json])<br />[https://piston-data.mojang.com/v1/objects/dbcd57afe4cdba19be8c9e658d1e3a176d53a5db/server.jar Server]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": " <span style=\"font-size:smaller\"><abbr title=\"decimal\">dec</abbr>: </span>1073742135<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000137",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4889",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "86.2",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "104.0",
"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_25_.28LTS.29 Java SE 25]</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 26.1.2|<span style=\"margin-right:-0.35em\">β</span>β 26.1.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 26.2|26.2]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 26.3| 26.3 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 26.2 Snapshot 4|β 26.2 Snapshot 4]]\n</td>\n<td style=\"padding: 0.4em\">''' 26.2 Snapshot 5'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 26.2 Snapshot 6| 26.2 Snapshot 6 βΊ]]\n</td>\n</tr>\n</table>"
}
26.2 Snapshot 5 (known as 26.2-snapshot-5 in the launcher) is the fifth snapshot for Java Edition 26.2, released on April 28, 2026,[1] which adds geysers and the ability for sulfur cubes to absorb TNT.
minecraft:difficulty
difficulty: The difficulty ID to set.
peaceful, easy, normal, hardminecraft:geyser_base
water_blocks - positive integer, scales the particle size and its burst impulse.burst_impulse_base - float, scales the initial burst impulse.minecraft:geyser_poof
water_blocks - positive integer, scales the particle size and its burst impulseburst_impulse_base - float, scales the initial burst impulse.minecraft:geyser_plume
water_blocks - positive integer, scales the particle size and its burst impulse.minecraft:geyser
geyser_base, geyser_poof, and geyser_plume particles above an erupting potent sulfur block.water_blocks - positive integer, scales the particle size and its burst impulse.#fox_immune_to#polar_bear_immune_to#snow_golem_immune_to#stray_immune_to#wither_immune_to#wither_skeleton_immune_to#default_immune_to
#sulfur_cube_archetype/explosive tag.General
fuse tag in their entity data.
General
/team modify [name] color and /waypoint modify [name] color) now accept only lowercase names with underscores.
dark_purple is accepted and not darkpurple or DarkPurpleminecraft:nameplate_distance to minecraft:name_tag_distance.minecraft:multiface_growth
block is now mandatory (defaulted to minecraft:glow_lichen).104.0.minecraft:interval_select
input - Density Function, the value to be compared with any given thresholds.thresholds - non-empty list of floats, the threshold values to compare input with.
input < thresholds[i], the result of functions[i] will be selected.functions - list of at least 2 density functions, the resulting functions to be selected from.
minecraft:weird_scaled_sampler
interval_selectrarity_value_mapper was type_1, equivalent to:
-0.75, -0.5, 0.5, 0.75abs(rarity * noise(x/rarity, y/rarity, z/rarity))
0.5, 0.75, 1.0, 2.0, 3.0rarity_value_mapper was type_2, equivalent to:
-0.5, 0.0, 0.5abs(rarity * noise(x/rarity, y/rarity, z/rarity))
0.75, 1.0, 1.5, 2.0minecraft:sulfur_cube_archetype registry have a new field:
explosion_fuse: optional integer, if present, the sulfur cube of this archetype will explode with this fuse time when ignited.Minecraft Server Management Protocol
rpc.discover and notification/server/status methods are now accessible before the dedicated server spins up.
86.2.block.potent_sulfur.geyser_eruptionblock.potent_sulfur.geyser_eruption_active#is_explosion and removed player_explosion from #sulfur_cube_with_block_immune_to tag.#sulfur_cube_archetype/explosive to #sulfur_cube_swallowable tag.matching_biomes world generation-type block predicate type which checks if the block position matches one of the specified biomes.
biomes - biome ID, list of biome IDs, or hash-prefixed biome tag: the biomes to match.tree feature configuration's below_trunk_provider block state provider no longer has a default value.From released versions before 26.2
/deop on multiple players shows the same player in all success messages./difficulty doesn't use the difficulty's translated name.From the 26.2 development versions
/place does not update the affected blocks.From the previous development version