VOOZH about

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

⇱ Java Edition 25w43a – Minecraft Wiki


Java Edition 25w43a

From Minecraft Wiki
Jump to navigation Jump to search
Minecraft 25w43a
Edition Java Edition
Release date October 21, 2025
Type Snapshot
Snapshot for 1.21.11
Downloads Client (.json)
Server
Obfuscation maps Client
Server
Protocol version  dec1073742099
 hex40000113
Data version 4655
Resource pack format 71.0
Data pack format 91.0
Minimum Java version Java SE 21
β—„β—„  1.21.10 1.21.11 26.1 β–Ίβ–Ί

β—„  25w42a

25w43a

25w44a β–Ί

{
 "title": "Minecraft 25w43a",
 "images": [
 "25w43a.jpg",
 "Java Edition 25w43a.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "October 21, 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": "[https://piston-data.mojang.com/v1/objects/be2ec6160a466eb16ae9ce9ee7261622f4efdd06/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/43cba33b0e7bc673fb6eb6ba042c022bdaf6cf9e/25w43a.json .json])<br />[https://piston-data.mojang.com/v1/objects/dac322a1091905430e2a6ade129a4915552455d0/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/f223a23f98f167149950334ac406b73565da99a1/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/2f4b171bcf237fb46692f4dc26639bf82665bea5/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>1073742099<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000113",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "4655",
 "label": "(link to Data version article, displayed as Data version)"
 },
 {
 "field": "71.0",
 "label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
 },
 {
 "field": "91.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_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 25w42a|β—„  25w42a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w43a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w44a| 25w44a β–Ί]]\n</td>\n</tr>\n</table>"
}

25w43a is the third snapshot for Java Edition 1.21.11, released on October 21, 2025, which makes some tweaks to spear mechanics.[1]

Additions

[edit | edit source]

General

[edit | edit source]

Loot functions

  • minecraft:discard
    • Replaces any item stack with empty one.
    • No fields.

Changes

[edit | edit source]

Items

[edit | edit source]

Spear

  • Spears now deal more damage through charge attacks dealt by players, but also mobs. This is because the spear's charge attacks now deal the attack damage attribute's base value on top of their formula.
  • The spear model is now slightly larger.
  • Spears now provide visual feedback when they hit a target in the charge attack.

Nautilus

  • Can no longer enter boats.

Zombie nautilus

  • Can no longer enter boats.
  • No longer suffocates outside water.

Command format

[edit | edit source]

/worldborder

  • The time argument is now given in ticks instead of seconds.

Gameplay

[edit | edit source]

Enchantments

World border

  • World border interpolation is now dependent on game ticks instead of real time.
    • This means the world border will no longer move when the game is paused.
    • It will also respect any changes made by the /tick command.

General

[edit | edit source]

Data pack

Enchantment definition

  • Entity Effects
    • minecraft:apply_exhaustion: applies exhaustion to the targeted entity.
      • amount - Level-Based Value indicating the amount of exhaustion to apply.
      • Effective only on players.

Loot functions

  • minecraft:filtered
    • The field modifier has been replaced with two fields:
      • on_pass - function or a list of functions to run when item_filter predicate passes.
      • on_fail - function or a list of functions to run when item_filter predicate fails.

LWJGL

Resource pack

  • The version is now 71.0.

Sounds

  • Added new sound event for the Nautilus:
    • item.underwater_saddle.equip

Tags

  • Added nautilus, and zombie_nautilus to #cannot_be_pushed_onto_boats entity tag.

Textures

  • The darkened_cutout_mipmap field of the texture section of *.mcmeta files has been replaced by a new field mipmap_strategy with the following supported values:
    • mean averages both color and alpha between groups of four pixels for the current mipmap level to generate the next mipmap level pixel. This was and stays the default strategy for most solid or translucent full block textures.
    • dark_cutout is similar to mean, but blends colors in a way that makes the pixels bordering cutout pixels darker. This was and stays the strategy for leaves and mangrove roots. It simulates dark interior of the blocks.
    • cutout is a new strategy that always generates a mipmap based on the original texture instead of the previous mipmap. Used for most cutout blocks that became mipmapped in this version.
    • strict_cutout is a modification of cutout that uses stricter alpha cutoff value leading to the textures using this value disappearing at higher mipmap levels. Is used for flowers and similar blocks to avoid artifacts.
    • auto is the default value and will make the game to pick mean for textures that do not contain fully transparent pixels and cutout for those that do.
  • All mipmap levels are once again animated for block animated textures.
  • Beacon and redstone dust now support translucent textures.

Fixes

[edit | edit source]

27 issues fixed

From released versions before 1.21

  • MC-53491 – The world border can change in size when the game is paused.

From 1.21.10

  • MC-302695 – Can use the game mode switcher while the game is paused, and doing so unpauses the game.
  • MC-302854 – Glass is less transparent when viewed from far away.
  • MC-303381 – Game crashes when serializing a world spawn point with yaw or pitch values outside of rotation bounds.
  • MC-303382 – Player spawn points with rotation values outside of bounds aren't serialized.

From the 1.21.11 development versions

  • MC-302669 – Banners sometimes show incorrect textures when viewed from some angles.
  • MC-302675 – Some item frames do not render their item correctly after world upgrade.
  • MC-302691 – Held and dropped items sometimes fail to render correctly when banners exist in the world.
  • MC-302719 – Debug key binds text is improperly capitalized.
  • MC-302724 – The debug.entry.overlay string is improperly capitalized.
  • MC-302737 – After using the game mode switcher, you need to press twice to toggle the debug overlay.
  • MC-302769 – Several blocks now turn invisible at short distances.
  • MC-302790 – The minecraft:apply_impulse effect cannot be used in minecraft:location_changed.
  • MC-302849 – Mobs with spears deal too little damage.
  • MC-302872 – Severe color contrast between lava mip levels.
  • MC-302912 – Zombie nautiluses suffocate out of water, unlike other undead mobs.
  • MC-302915 – Mipmapping on cutout textures can cause them to appear larger than they should.

From the previous development version

  • MC-302963 – Killing a player's mounted nautilus will cause that player to briefly glide upward, unaffected by gravity.
  • MC-302984 – Holding a spear in the off hand and attacking an entity adds the spear's attack damage to the attack.
  • MC-303032 – Nautiluses can still be controlled normally even when they are babies or untamed.
  • MC-303138 – Piglins and hoglins can zombify in the nether.
  • MC-303150 – Can't lay in bed during the day even with can_sleep set to always and playerSleepPercentage set to 101+.
  • MC-303157 – remove_binomial enchantment effect has a chance of producing out-of-range values.
  • MC-303166 – /stopwatch create suggests existing stopwatches.
  • MC-303181 – Spears have an attribute modifier for attack_damage for both hands, even though the charge attack does not use it.
  • MC-303201 – Zombified piglins attack players in Creative mode.
  • MC-303266 – Nautiluses and zombie nautiluses can enter boats.

Videos

[edit | edit source]
Videos made by slicedlime:

References

[edit | edit source]

Navigation

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

Navigation menu