![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | April 14, 2026 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 26.2 | ||||||
| Downloads | Client (.json) Server | ||||||
| Protocol version | dec: 1073742133 hex: 40000135 | ||||||
| Data version | 4886 | ||||||
| Resource pack format | 86.0 | ||||||
| Data pack format | 102.0 | ||||||
| Minimum Java version | Java SE 25 | ||||||
| |||||||
{
"title": "Minecraft 26.2 Snapshot 3",
"images": [
"26.2-snapshot-3.jpg",
"Java Edition 26.2 Snapshot 3.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "April 14, 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/b2fc8a4c04fc5984fe408aba387e316a8784d79b/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/f8ce00355c7535323ad546f1f702e3aaaa48a99a/26.2-snapshot-3.json .json])<br />[https://piston-data.mojang.com/v1/objects/5f2e44493daf3cd4ab757e59921313c9c8d95151/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>1073742133<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000135",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4886",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "86.0",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "102.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 2|β 26.2 Snapshot 2]]\n</td>\n<td style=\"padding: 0.4em\">''' 26.2 Snapshot 3'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 26.2 Snapshot 4| 26.2 Snapshot 4 βΊ]]\n</td>\n</tr>\n</table>"
}
26.2 Snapshot 3 (known as 26.2-snapshot-3 in the launcher) is the third snapshot for Java Edition 26.2, released on April 14, 2026,[1] which adds sulfur spikes and fixes bugs.
minecraft:entity_tags entity sub-predicate.
/tag command).any_of - optional list of strings, if present the matched entity must have at least one of the listed tags.all_of - optional list of strings, if present the matched entity must have all the listed tags.none_of - optional list of strings, if present the matched entity must have none of the listed tags.#speleothems block tag.
#sulfur_spike_replaceable_blocks block tag.Blocks
minecraft:bed block entity has been removed.102.0.minecraft:bed special model type has been removed, now being treated as a normal block.effects was an optional field:{ "effects":{...} }
{ "minecraft:effects":{...} }
minecraft namespace), existing field names are still valid.type has been renamed to minecraft:entity_type.minecraft:lightning to minecraft:type_specific/lightningminecraft:fishing_hook to minecraft:type_specific/fishing_hookminecraft:player to minecraft:type_specific/playerminecraft:raider to minecraft:type_specific/raiderminecraft:sheep to minecraft:type_specific/sheepminecraft:slime to minecraft:type_specific/slime and it now includes sulfur cubes in addition to slimes and magma cubes.For example:
{ "type_specific":{ "type":"minecraft:player", "looking_at":{ "type":"minecraft:ender_dragon" } } }
becomes
{ "minecraft:type_specific/player":{ "looking_at":{ "minecraft:entity_type":"minecraft:ender_dragon" } } }
86.0.pointed_dripstone by #speleothems from #happy_ghast_avoids, and #mineable/pickaxe block tags.sulfur_cube to #cannot_be_pushed_onto_boats entity tag.<color> with the respective bed's color's name:
lake
can_place_feature - block predicate, describes which blocks this feature can be placed on.can_replace_with_air_or_fluid - block predicate, describes which blocks this feature can replace with air or the provided fluid block.can_replace_with_barrier - block predicate, describes which blocks this feature can replace with the provided barrier block.From released versions before 26.2
Offers NBT tag to disable trades doesn't work after a relog/data merge.From the 26.2 development versions
friction_modifier attribute set to 2.5 moves.#sulfur_cube_archetype/fast_flat item tag contains pumpkin twice.