![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | August 5, 2020 | ||||||
| Type | Pre-release | ||||||
| Pre-release for | 1.16.2 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | 746 | ||||||
| Data version | 2574 | ||||||
| Resource pack format | 5 | ||||||
| Data pack format | 5 | ||||||
| Minimum Java version | Java SE 8 | ||||||
| |||||||
{
"title": "Minecraft 1.16.2 Pre-release 2",
"images": [
"1.16.2-pre2.jpg",
"Java Edition 1.16.2 Pre-release 2.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "August 5, 2020",
"label": "Release date"
},
{
"field": "(link to Pre-release article, displayed as Pre-release)",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Java Edition 1.16.2 article, displayed as 1.16.2)",
"label": "Pre-release for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/ce5762620a698b464d07a6c733cd66c7fa8072a1/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/7940f399b0a06f848ce065703796e1c343ca78e3/1.16.2-pre2.json .json])<br />[https://piston-data.mojang.com/v1/objects/d2cae287324631b2b4bfa609dd01c63cd6d4b78d/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/bb48f3ad38b3a3f174ff9fbf70dda00a66dd71da/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/544cc22c04e4d104535a596289c4bf08c7c0efa5/server.txt Server]",
"label": "(link to Obfuscation map article, displayed as Obfuscation maps)"
},
{
"field": "746",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2574",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "5",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "5",
"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_8_.28LTS.29 Java SE 8]</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.16.1|<span style=\"margin-right:-0.35em\">β</span>β 1.16.1]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.16.2|1.16.2]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.16.3| 1.16.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 1.16.2 Pre-release 1|β 1.16.2 Pre-release 1]]\n</td>\n<td style=\"padding: 0.4em\">''' 1.16.2 Pre-release 2'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.16.2 Pre-release 3| 1.16.2 Pre-release 3 βΊ]]\n</td>\n</tr>\n</table>"
}
1.16.2 Pre-release 2 (known as 1.16.2-pre2 in the launcher) is the second pre-release for Java Edition 1.16.2, released on August 5, 2020,[2] which changes the result of inter-dimensional teleporting, allows nether roots to be broken by hand, and fixes bugs.
Crimson and warped roots
Nether vegetation
/execute in now respects dimension scaling for relative and local coordinates: the execution position (only the X/Z part) of a command is divided by 8 when traveling from the Overworld to the Nether, and is multiplied by 8 when vice versa.
~5 will first scale the player's current position (multiplying by eight when traveling to the Overworld or dividing by eight when going to the Nether) before adding five to that outputted value.(16,64,16) in Overworld runs command /execute in minecraft:the_nether run tp ~ ~ ~, the player would now be teleported to (2,64,2) in the Nether.
(2,64,2) in the Nether runs command /execute in minecraft:overworld run tp ~ ~ ~, the player would now be teleported to (16,64,16) in Overworld.(80,64,80) in Overworld runs command /execute in minecraft:the_nether run tp ~ ~ ~5, the player would now be teleported to (10,64,15) in the Nether.(16,64,16) in Overworld runs command /execute in minecraft:the_nether run tp 16 64 16, the player would still be teleported to (16,64,16) in the Nether./execute in <target dimension> positioned as @s run tp @s ~ ~ ~.Custom dimension type
minecraft:overworld is 1.0, for minecraft:the_nether is 8.0, thus the /execute in command to go to the Overworld actually multiplies the execution position (only the X/Z part) with 8.0/1.0 (1.0/8.0 when vice versa), which is 8 (0.125 when vice versa).custom:a with coordinate_scale set to 2.33, type custom:b set to 3.14, then the /execute in command to go to custom:a would multiply the execution position (only the X/Z part) with 3.14/2.33 (2.33/3.14 when vice versa).From released versions before 1.16
doEntityDrops is set to false.sendCommandFeedback is disabled, /msg or /tell do not display the message to the sender.From 1.16
floating_islands or caves preset.distance within a predicate no longer works.floating_islands or caves buffet worlds no longer generate strongholds, and ender eyes do not locate previously-generated strongholds after upgrading to 1.16.From 1.16.1
From the 1.16.2 development versions
From the previous development version
dimension_type string causes "unregistered dimension" crash.