VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_1.16.2_Pre-release_2

⇱ Java Edition 1.16.2 Pre-release 2 – Minecraft Wiki


Java Edition 1.16.2 Pre-release 2

From Minecraft Wiki
Jump to navigation Jump to search
This page covers a development version that has a major issue under certain conditions.
 
The dedicated server for this version has a security vulnerability in the Log4j library that could be used to perform a remote code execution exploit. It can be addressed by appending a certain JVM argument to the server startup command line.[1]
Minecraft 1.16.2 Pre-release 2
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
β—„β—„  1.16.1 1.16.2 1.16.3 β–Ίβ–Ί

β—„  1.16.2 Pre-release 1

1.16.2 Pre-release 2

1.16.2 Pre-release 3 β–Ί

{
 "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.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Crimson and warped roots

  • Now drop when broken without shears again.

Nether vegetation

  • No longer catches fire.

Items

[edit | edit source]

Pufferfish

  • Now gives Nausea I instead of Nausea II when eaten.
    • This has no practical effect in-game as the level of the Nausea effect does not change anything.

World generation

[edit | edit source]

Badlands

  • Plateaus generate more frequently at the edges of badlands.

Command format

[edit | edit source]

/execute

  • /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.
    • If a value is added after the tilde, that value is added only after the new scaled position is calculated. For instance, ~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.
    • For example, if a player at position (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.
      • Relatively, if a player at position (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.
      • If a player at position (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.
      • If a player at position (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.
    • The behavior before this version can be done by running command /execute in <target dimension> positioned as @s run tp @s ~ ~ ~.
    • Applies to custom dimensions as well.

General

[edit | edit source]

Custom dimension type

  • Replaced [Boolean] shrunk with [Float] coordinate_scale.
    • For example, [Float] coordinate_scale for 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).
    • If there are two custom dimension type 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).

Fixes

[edit | edit source]

28 issues fixed

From released versions before 1.16

  • MC-69876 – Pistons at Y=1 do not push downwards, and at Y=254 do not push upwards.
  • MC-124320 – Endermen can pick up and place snowless snowy grass blocks.
  • MC-130558 – Item frames cannot be emptied if gamerule doEntityDrops is set to false.
  • MC-134084 – If gamerule sendCommandFeedback is disabled, /msg or /tell do not display the message to the sender.
  • MC-136553 – Dyes in Creative inventory are in reverse order.
  • MC-152037 – Powered, activator, and detector rails are deleted when pushed or pulled onto a block they cannot be placed on.
  • MC-169203 – Sloped redstone type rail not dropping item when pushed by piston to a spot without adjacent block.
  • MC-177684 – Cocoa beans, bone meal, and lapis lazuli are placed among the dyes in the Creative inventory.
  • MC-177733 – Powered and activator rail duplication.
  • MC-196473 – Pufferfish gives Nausea II instead of the maximum of Nausea I.

From 1.16

  • MC-176491 – Nylium randomly catches fire from lava, and burns infinitely.
  • MC-187357 – Strongholds will not generate in floating_islands or caves preset.
  • MC-189736 – distance within a predicate no longer works.
  • MC-190552 – Demo mode resets position and inventory upon launch.
  • MC-190859 – 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

  • MC-192136 – Lava damage works differently than in previous versions.
  • MC-192236 – Endermen can place blocks on top of item frames on the floor.
  • MC-192371 – Paintings in the same block space pop off when chunk loads.
  • MC-192845 – Block event lag in 1.16 is excessive.
  • MC-195851 – Hat layer on helmets detaches from piglins' heads while bartering.
  • MC-196245 – Charged creepers do not always drop their skull if zombie variants are nearby.

From the 1.16.2 development versions

  • MC-194867 – Minecarts come out the wrong side of a Nether portal and lose momentum when coming back to the Overworld.
  • MC-194953 – Custom Biomes are not useable in predicates.
  • MC-195803 – Mob kill statistics are formatted in reverse: "N killed you <mob> times."

From the previous development version

  • MC-196441 – Stonecutter and smithing table recipes are not given after crafting a stack of more than one.
  • MC-196469 – hides the Nausea green tint.
  • MC-196653 – Creating multiple datapack dimensions that reference the same dimension_type string causes "unregistered dimension" crash.
  • MC-196743 – Custom and modified biomes do not work in the Overworld.

Videos

[edit | edit source]
Video made by slicedlime:

References

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_1.16.2_Pre-release_2?oldid=3493557"

Navigation menu