Java Edition 25w46a
Jump to navigation
Jump to search
Minecraft 25w46a
| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date |
November 11, 2025 | ||||||
| Type | |||||||
| Snapshot for | |||||||
| Downloads |
Client | ||||||
| Obfuscation maps | |||||||
| Protocol version |
dec: 1073742102 | ||||||
| Data version |
4662 | ||||||
| Resource pack format |
74.0 | ||||||
| Data pack format |
93.1 | ||||||
| Minimum Java version | |||||||
| |||||||
{
"title": "Minecraft 25w46a",
"images": [
"25w46a.jpg",
"Java Edition 25w46a.png",
"25w46a.jpg",
"Java Edition 25w46a Unobfuscated.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 11, 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.11 article, displayed as 1.21.11)",
"label": "Snapshot for"
},
{
"field": "'''Client'''<br>\n[https://piston-data.mojang.com/v1/objects/b26ec81736baeeb35b4585110ef3b5bf1178c3cf/client.jar Obfuscated] ([https://piston-meta.mojang.com/v1/packages/2ed99b1ea22be740fe423edee2b50d85fddbeb98/25w46a.json .json])<br>[https://piston-data.mojang.com/v1/objects/2a1e9a8e09a6312adb91bf2a1b1188c57861ab65/client.jar Unobfuscated] ([https://piston-data.mojang.com/v1/objects/f9c5e4f9c1469296299635b498438e94d312f0c6/25w46a_unobfuscated.zip .zip]) <br />'''Server'''<br>[https://piston-data.mojang.com/v1/objects/e61a72ec98fae895ef3e80b05269ae343c42fc0b/server.jar Obfuscated]<br>[https://piston-data.mojang.com/v1/objects/c434d6c7c15a93a20698c5eb3624c51241bde69c/server.jar Unobfuscated]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/34d6977a2646e07ecf37493cc2e21fe587d5e3be/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/795fa6a41d2584490cac8311f4419529cee7a134/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>1073742102<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000116",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4662",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "74.0",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "93.1",
"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.10|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.21.10]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.11|1.21.11]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 26.1| 26.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 25w45a|◄ 25w45a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w46a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.21.11 Pre-Release 1| 1.21.11 Pre-Release 1 ►]]\n</td>\n</tr>\n</table>"
}
25w46a is the sixth and final snapshot for Java Edition 1.21.11, released on November 11, 2025.[1]
A separate unobfuscated version of 25w46a was released, titled 25w46a Unobfuscated (or 25w46a_unobfuscated when in the launcher). This is an experimental version released in preparation for obfuscation being removed from Java Edition clients and servers.[2]
Additions
[edit | edit source]General
[edit | edit source]- Added "One does not simply walk to the Far Lands".
- References kurtjmac, who completed his 14-year Far Lands walk a month prior.
Changes
[edit | edit source]Blocks
[edit | edit source]- Now have the particle texture of terracotta upon breaking.[source code ref 1]
Items
[edit | edit source]- No longer burns in fire or lava.
- Worn texture is now the same as in Bedrock Edition.
- Are now sorted thematically in the Creative inventory, according to the following categories:
- No longer cause item interact vibrations.
Mobs
[edit | edit source]Horse, Mule, Donkey, Camel, Zombie Horse and Camel Husk
- Will not panic if controlled by mobs.
- Now play a dash sound when they perform their dash attack.
- Added an inventory UI for both.
- Is now immune to the Weakness effect.
- Zombified piglins spawned from lightning striking a pig now have a chance to hold a golden spear.
General
[edit | edit source]- Block model elements can now be rotated around multiple axes.
- Model is first rotated around X, then Y, then Z
- New fields:
x– rotation around axis X in degrees, float, defaults to0.0y– rotation around axis Y in degrees, float, defaults to0.0z– rotation around axis Z in degrees, float, defaults to0.0
- Existing fields
axisandanglecan still be used.- If both field sets are present, older notation takes presence.
- Existing restriction for angle value limiting them to
[-45, 45]has been removed.- Note: Names of faces are not influenced by rotation. Features that depend on them, like culling, will always use original directions.
- Variants in blockstates definition files (defined in assets/minecraft/blockstates/) can now be also rotated around Z axis.
- New optional field
zhas the same format as existingxandyfields: an integer with allowed values of0(default),90,180and270. - Rotation around Z axis is applied after X and Y.
- New optional field
- Added food properties to the following fish bucket items:
minecraft:cod_bucketminecraft:salmon_bucketminecraft:pufferfish_bucketminecraft:tropical_fish_bucket
minecraft:use_effects- Added field
interact_vibrations: boolean- Whether using this item emits
minecraft:item_interact_startandminecraft:item_interact_finishgame events. - Default value:
true
- Whether using this item emits
- Added field
- The pack format version is now
93.1.
- Reverted removal of
contentsas a supported value for theminecraft:dynamicloot pool entry.
- Renamed the "Show Music Toast" option to "Music Toast".
- Added a third state to the "Music Toast" option, allowing it to only be shown in the pause menu.
- The version is now
74.0. - Block model and state format has been expanded to allow more rotations.
Sound Events
- Added
entity.zombie_horse.eat.
- To prepare for future work, the game will now print a warning if any defined sprites in any atlases share a name.
- Textures used for still water and lava are now hardcoded to
minecraft:block/water_stillandminecraft:block/lava_still. - Beacons no longer support translucent textures.
- Added gui/container/nautilus used for the Nautilus inventory UI.
UI Sprites
- Added container/slot/nautilus_armor_inventory
- Nautilus icon used in Nautilus inventory UI.
Fixes
[edit | edit source]From released versions before 1.21
- MC-266425 – Recipes for new waxed copper blocks are not grouped.
From 1.21.10
- MC-303395 – You cannot double-click on server regions within the realms select region menu to select them.
- MC-303396 – The search fields in the resource and data pack menus aren’t automatically selected when opening the menus via keyboard navigation.
- MC-303755 – The mouse cursor doesn’t change to the resize shape when hovering over the scroll bar in the villager and wandering trader trade UI.
- MC-303757 – The mouse cursor doesn’t change to the proper shape when hovering over enchantments in the enchanting table UI.
- MC-303758 – The mouse cursor doesn’t change to the hand shape when hovering over various elements in the recipe book.
- MC-303761 – The mouse cursor doesn’t change to the proper shape when hovering over the output buttons or the scroll bar in the stonecutter UI.
- MC-303762 – The mouse cursor doesn’t change to the proper shape when hovering over the output buttons or the scroll bar in the loom UI.
- MC-303763 – The mouse cursor doesn’t change to the hand shape when hovering over the crafting slots in the crafter UI.
- MC-303764 – The mouse cursor doesn’t change to the proper shape when hovering over the tabs or the scroll bar in the Creative mode inventory.
- MC-303765 – The mouse cursor doesn’t change to the hand shape when hovering over the tabs in the advancements menu.
From the 1.21.11 development versions
- MC-302815 – Zombified piglins spawned from lightning striking a pig do not have a chance to hold a golden spear.
- MC-302825 – The charging animations of some items are incorrect.
- MC-302851 – Buckets of fish heal nautiluses much less than fish items.
- MC-302890 – You can perform spear jabbing and charging attacks simultaneously.
- MC-302892 – Players' arms visually intersect with their bodies and heads when holding spears while riding boats.
- MC-302893 – Hitboxes of submerged entities don't render when the player is looking at them from the surface.
- MC-302935 – Skeletons incorrectly position their arms before shooting.
- MC-302958 – Nautiluses' mouth texture is misaligned.
- MC-302998 – Mobs' arms can visually intersect their bodies and heads when they rotate while holding spears.
- MC-303149 – Commands with specific arguments can crash the game in a deep function recursion.
- MC-303331 – There is no sound for feeding zombie horses red mushrooms.
- MC-303404 – You can damage entities while charging with spears in spectator mode.
- MC-303431 – Setting the debug modifier key to a mouse button doesn't allow for switching to the selected gamemode in the gamemode switcher.
- MC-303443 – Transparent and translucent blocks render in front of the fishing line.
- MC-303625 – Entities, particles, clouds, water, semi-transparent blocks and special rendering blocks render in front of block hitboxes with improved transparency enabled.
- MC-303653 – Camel husks show breeding hearts when fed.
- MC-303695 – Reloading textures while the game is tick frozen causes animated textures to render incorrectly.
- MC-303751 – The model of parched has UV issues.
- MC-303790 – The block breaking particles and block outlines render behind glass blocks and beacons.
- MC-303882 – Charging with a spear with a loaded crossbow in the off hand looks visually off in third person.
From the previous development version
- MC-303940 – Netherite horse armor burns in lava/fire.
- MC-303943 – Drowned are no longer slowed down by water.
- MC-303944 – Knockback attacks produce double sounds while the player is in the false sprinting state.
- MC-303945 – The closed caption for the parrot imitating parched does not match the original caption for parched.
- MC-303947 – Clicking on any item with the "
unbreakable", "glider", or "intangible_projectile" data component causes the game to crash. - MC-303948 – The texture of netherite horse armor is different than in Bedrock Edition.
- MC-303956 – Charge attacks now have reduced damage when used after a jab attack.
- MC-303961 – Sprint-crit state now plays both the sprint-knockback sound and the critical hit sound, despite only critical hits being performed.
- MC-303974 – The day counter in the debug overlay is no longer displayed.
- MC-304061 – The warning time for world borders in new worlds is less than expected.
Videos
[edit | edit source]Video made by slicedlime:
Trivia
[edit | edit source]- 25w46a is the final snapshot to use the YYwWWn format, as the version format for snapshots has changed beginning with 26.1 Snapshot 1.
Notes
[edit | edit source]- ↑ The contents of the ZIP file should be extracted to the
.minecraft/versionsdirectory in order to install this version.
References
[edit | edit source]- ↑ "Minecraft Snapshot 25w46a" – Minecraft.net, November 11, 2025.
- ↑ "Removing obfuscation in Java Edition" – Minecraft.net, October 29, 2025.
- ↑ Before:
"particle": "entity/decorated_pot/decorated_pot_side"
After:"particle": "minecraft:block/terracotta"