![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | August 26, 2025 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.21.9 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742089 hex: 40000109 | ||||||
| Data version | 4542 | ||||||
| Resource pack format | 67.0 | ||||||
| Data pack format | 85.0 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 25w35a",
"images": [
"25w35a.jpg",
"Java Edition 25w35a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "August 26, 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.9 article, displayed as 1.21.9)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/7a568fdd55454ef89f621562caf6c35e242c58c6/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/2a482c3518bd90286c269b818e3d9e902544d1d8/25w35a.json .json])<br />[https://piston-data.mojang.com/v1/objects/7fb6965adce075e4e6b467ca620f59c76c0f1e52/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/c92882471da3d825df718fbdb4c8cad04f3ed5ec/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/6899b52a04c68eabf3ed5a737459967afeb650e2/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>1073742089<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000109",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4542",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "67.0",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "85.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.8|<span style=\"margin-right:-0.35em\">β</span>β 1.21.8]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.9|1.21.9]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.10| 1.21.10 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w34b|β 25w34b]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w35a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w36a| 25w36a βΊ]]\n</td>\n</tr>\n</table>"
}
25w35a is the sixth snapshot for Java Edition 1.21.9, released on August 26, 2025, which adds the Minecraft Server Management Protocol, moves some server properties to game rules, improves copper golem behavior, and fixes bugs.[1]
pvp game rule controlling whether players can deal damage to other players.
true.allowEnteringNetherUsingPortals game rule controlling if the Nether can be entered through portals.
true.spawnMonsters game rule controlling if monsters should spawn naturally.
true.enableCommandBlocks game rule controlling if command blocks should be enabled or not.
true.Minecraft Server Management Protocol
management-server-enabled=truemanagement-server-host=localhostmanagement-server-port=25585ws://<management-server-host>:<management-server-port> when enabled.{"id":1,"method":"rpc.discover"} returns an API schema containing supported methods and notifications of the currently running server.json-rpc-api-schema.json) in the reports output folder mirroring the contents returned by the rpc.discover method.minecraft (e.g. minecraft:players, minecraft:allowlist/add) and notification (e.g. notification:players/joined).
{"method":"minecraft:allowlist/add","id":1,"params":[[{"name":"jeb_"}]]}{"jsonrpc":"2.0","id":1,"result":[{"id":"853c80ef-3c37-49fd-aa49-938b674adae6","name":"jeb_"}]}{"jsonrpc":"2.0","method":"notification:players/joined","params":[{"id":"853c80ef-3c37-49fd-aa49-938b674adae6","name":"jeb_"}]}{"method": "minecraft:foo/bar","id": 1}{"jsonrpc":"2.0","id":1,"result":{"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"Method not found","data":"Method not found: minecraft:foo/bar"}}}85.0.chain to iron_chain.Mouse cursor
67.0.chain to iron_chain.chain to iron_chain.allow-nether in favor of new game rule.spawn-monsters in favor of new game rule.enable-command-block in favor of new game rule.pvp in favor of new game rule.management-server-enabled controlling whether the new Minecraft Server Management Protocol is enabled or not.
false.management-server-port controlling on what port the Minecraft Server Management Protocol is started.
25585.management-server-host controlling with what host the new Minecraft Server Management Protocol is started.
localhost.status-heartbeat-interval controlling the interval the management server sends heartbeat notifications to connected clients.
0, meaning itβs disabled.chain to iron_chain from #chains block and item tag.object: type of object, string, see below for values.<type-specific>: additional fields depending on object type.nbt text component object field can be omitted.
object component did previously, but is now a separate object type.minecraft:profile component on player head.player: player profile
name: player name, optional stringid: player uuid, optional UUIDproperties: profile properties, optional maphat: controls rendering of a hat layer, boolean, default trueUI
From 1.21.3
From 1.21.6
From the 1.21.9 development versions
chain".commands.profile_fetch.id.failure" string.From the previous development version