![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | September 29, 2021 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.18 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073741867 hex: 4000002B | ||||||
| Data version | 2836 | ||||||
| Resource pack format | 8 | ||||||
| Data pack format | 8 | ||||||
| Minimum Java version | Java SE 16 | ||||||
| |||||||
{
"title": "Minecraft 21w39a",
"images": [
"21w39a.jpg",
"Java Edition 21w39a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "September 29, 2021",
"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.18 article, displayed as 1.18)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/2b2b97d9ca6d50669096016f0da959879afe3203/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/8f3f2f74782ba9c7e2143267fedad61d093be3b9/21w39a.json .json])<br />[https://piston-data.mojang.com/v1/objects/2b40ef4bf57b2040f7d9affb48c0131b228f954f/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/bae4d018259bbfc2d74153c1347da160adb95daf/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/5f6f035a96f6d68bb79adbc0c001e0e332383181/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>1073741867<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>4000002B",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2836",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "8",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "8",
"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_16 Java SE 16]</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.17.1|<span style=\"margin-right:-0.35em\">β</span>β 1.17.1]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.18|1.18]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.18.1| 1.18.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 21w38a|β 21w38a]]\n</td>\n<td style=\"padding: 0.4em\">''' 21w39a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 21w40a| 21w40a βΊ]]\n</td>\n</tr>\n</table>"
}
21w39a is the third snapshot for Java Edition 1.18, released on September 29, 2021,[2] which adds new advancements and fixes bugs.
Starting from this snapshot, players can open old worlds again. This does not only mean it is the first version which makes it possible to convert old worlds with lower limit Y=0 to the new Y=-64, but it means also that high caution is needed and backups are recommended when converting important old worlds, because the old chunks do yet not generate anything under their bedrock level: from -64 to -1 it is just void, only the new chunks get the new deep generation.
fall_from_height
ride_entity_in_lava
set_potion, to set Potion tag on any item.
id: Potion IDLofty peaks, snowcapped peaks and stony peaks
Level.Sections[].BlockStates is now Level.Sections[].block_states.data.Level.Sections[].Palette is now Level.Sections[].block_states.palette.Level.Biomes are now paletted and live in a similar container structure in Level.Sections[].biomes.palette and Level.Sections[].biomes.data.Level.CarvingMasks[] is now long[] instead of byte[].server.jar now bundles individual libraries instead of merging all the files into single archive.
server.jar unpacks libraries into a directory configured by bundlerRepoDir (default: working directory).
bundlerMainClass property.From released versions before 1.18
From the 1.18 development versions
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0.From the previous development version
Other