{{Infobox version |title=Minecraft 1.16.2 |image=20w27a.jpg |image2=Java Edition 1.16.2.png |edition=Java |date=August 11, 2020 |clienthash=653e97a2d1d76f87653f02242d243cdee48a5144 |jsonhash=cc2ec1c0011fc8375a0d3527a375766fbffb89b5 |serverhash=c5f6fb23c3876461d46ec380421e42b289789530 |clientmap=614f6579d02959886633165f209574a7cf39e723 |servermap=3405a0f2c0ccacd36a8158ae29b16eaa915b5d28 |prevparent=1.16 |prev=1.16.1 |next=1.16.3 |nextparent=1.17 }} '''1.16.2''' is a minor update to {{JE}} released on August 11, 2020,{{Mcnet|minecraft-java-edition-1-16-2|Minecraft 1.16.2|August 11, 2020}} which adds [[piglin brute]]s, experimental support for custom [[biome]]s, and fixes bugs. == Additions == === Items === ; [[Spawn egg]]s * [[File:Piglin Brute Spawn Egg.png|32px]] [[Piglin brute spawn egg]] === Mobs === ; [[File:Piglin Brute.png|32px]] [[Piglin brute]]s * A new stronger variant of [[piglin]]s that wield [[golden axe]]s. * Are always hostile towards [[player]]s, even when the player is wearing golden armor. * Have {{hp|50}} health. * Only spawn during world generation in [[bastion remnant]]s. === General === ; [[Tag]]s * Added {{cd|mushroom_grow_block}} block tag. ** Contains [[mycelium]], [[podzol]], [[crimson nylium]], and [[warped nylium]]. ** Used to determine which blocks [[mushroom]]s can be placed on and which blocks [[huge mushroom]]s can grow on, even if the light level is high. * Added the {{cd|base_stone_nether}} block tag. ** Contains [[netherrack]], [[basalt]], and [[blackstone]]. ** Used to determine what blocks [[ancient debris]] can replace when generated as a [[ore blob]] in the Nether. * Added the {{cd|base_stone_overworld}} block tag. ** Contains [[stone]], [[granite]], [[diorite]], and [[andesite]]. ** Used to determine what blocks [[dirt]], [[gravel]], [[granite]], [[diorite]], [[andesite]], [[coal ore]], [[iron ore]], [[gold ore]], [[redstone ore]], [[diamond ore]], [[lapis lazuli ore]], and [[infested stone]] can replace when generated as ore blobs in the Overworld. * Added the {{cd|stone_crafting_materials}} item tag. ** Contains [[cobblestone]] and [[blackstone]]. ** Used in the {{cd|furnace.json}} [[advancement]] and [[recipe]] files. ** Used in the {{cd|brewing_stand.json}} [[recipe]] file. === Command format === ; {{cmd|spawnpoint}} and {{cmd|setworldspawn}} * Added an {{cd|angle}} parameter for setting the default facing angle of a respawning [[player]]. * Syntax: ** {{cmd|spawnpoint [] [] []}} ** {{cmd|setworldspawn [] []}} *** {{cd|angle}}: Floating point yaw angle in degrees. Supports the relative {{cd|~}} modifier, which defaults to the direction the executing player is facing. == Changes == === Blocks === ; [[Brewing stand]] * Can now be crafted with [[blackstone]]. ** Determined by the {{cd|stone_crafting_materials}} item tag. ; [[Chain]]s * Can now be placed in all orientations ; [[End portal (block)|End portals]] * Now teleport the player centered on the end platform instead of at the north-west corner of the block. ; [[Furnace]]s * The crafting [[recipe]] and [[recipe book]] unlock now use the {{cd|stone_crafting_materials}} item tag. ** This change is not noticeable in-game as this tag has the same contents as the old {{cd|furnace_materials}} item tag. ; [[Lantern]]s * Can now be [[waterlogged]]. ** Also applies to [[soul lantern]]s. ; Nether vegetation * No longer catches [[fire]]. ; [[Potted cactus]] * Model now uses a cullface for the top. * Now no longer has a hole in the bottom. === Items === ; [[Mushroom|Brown and red mushroom]] * Can now be placed and grown on both types of [[nylium]]. ; [[Fungi|Crimson and warped fungi]] * Can now be placed on [[mycelium]]. ** Still only grow into a [[huge fungus]] on the respective [[nylium]]. ; [[Pufferfish (item)|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. ; [[Totem of undying]] * Now gives [[Fire Resistance]] for {{convert|40|seconds}} when activated. === Mobs === ; [[Endermen]] * No longer place their held blocks onto [[bedrock]] blocks. ; [[Piglin]]s * Become angry with players who open or destroy [[chest minecart]]s and [[hopper minecart]]s. ; [[Pillager]]s, [[vex]]es and [[vindicator]]s * The attack animations of unarmed pillagers, vexes and vindicators have been changed. ; [[Villager]]s * Now emit green [[particles]] when joining a [[village]], setting a home [[bed]], or acquiring a [[job site]] or profession to match {{edition|bedrock}}. * Now lose their job sites when changing dimension. * They don't get off the [[minecart]] when they change into [[zombie villager]]s and vice versa. ; [[Zoglin]]s * Can now be [[leash]]ed. However, [[hoglin]]s still break their leash when zombifying.{{bug|MC-196736}} ; [[Suffocation]] * Mobs now suffocate when their head is inside [[soul sand]], [[farmland]], and [[grass path]]s. === World generation === ; [[Bastion remnant]]s * Now spawn [[piglin brute]]s on world generation. ** Normal [[piglin]]s may still spawn. * Now have gilded blackstone under most chests. ; [[Custom]] * Custom worlds now support custom [[biome]]s and custom noise settings. === Command format === ; {{cmd|execute}} * {{cmd|execute in}} now respects dimension scaling for relative 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 first scales 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 {{cd|(16,64,16)}} in Overworld runs command {{cmd|execute in minecraft:the_nether run tp ~ ~ ~}}, the player would now be teleported to {{cd|(2,64,2)}} in the Nether. *** Relatively, if a player at position {{cd|(2,64,2)}} in the Nether runs command {{cmd|execute in minecraft:overworld run tp ~ ~ ~}}, the player would now be teleported to {{cd|(16,64,16)}} in Overworld. *** If a player at position {{cd|(80,64,80)}} in the Overworld runs command {{cmd|execute in minecraft:the_nether run tp ~ ~ ~5}}, the player would now be teleported to {{cd|(10,64,15)}} in the Nether. *** If a player at position {{cd|(16,64,16)}} in Overworld runs command {{cmd|execute in minecraft:the_nether run tp 16 64 16}}, the player would still be teleported to {{cd|(16,64,16)}} in the Nether. ** The behavior before this version can be done by running command {{cmd|execute in positioned as @s run tp @s ~ ~ ~}}. ** Applies to [[custom dimension]]s as well. === Gameplay === ; [[Advancement]]s * [[Piglin brute]]s can be killed for the "Monster Hunter" advancement and count toward the "Monsters Hunted" advancement. ; [[Creative inventory]] * [[Tool]]s are now sorted based on their [[tier]] in the Creative inventory. ; [[Bartering]] * Various weights and item amounts have been changed. * [[Blackstone]], [[spectral arrow]]s, and [[water bottle]]s can now be obtained through bartering. * [[Glowstone dust]] and [[magma cream]] can no longer be obtained from bartering. === General === ; Menu * Dropping [[resource pack]]s into the menu now updates the list of resource packs without needing a reload. * [[Data pack]]s can now have a [[pack.png]] in the root folder, and display it in the data pack menu. ; [[Data pack]]s * There is now experimental support for a worldgen folder in data packs. ** worldgen/biome can contain biome definitions. ** worldgen/configured_carver can contain definitions for world carver settings. ** worldgen/configured_feature can contain definitions for feature placements. ** worldgen/configured_structure_feature can contain definitions for structure placements. ** worldgen/configured_surface_builder can contain definitions for surfaces. ** worldgen/noise_settings can contain noise configurations. ** worldgen/processor_list can contain sets of block processors. ** worldgen/template_pool can contain pool definitions for jigsaw structures. * Custom biomes can now be used in the single biome/caves/floating islands world types after adding the data pack containing the biome first. * Custom [[biome]]s can now be used in custom [[dimension]] generators. ; [[Java Edition distance effects|Distance effects]] * [[Ore blob]]s now no longer use 32-bit floats, causing them to generate in the correct shape regardless of position in the world and preventing a crash that could occur if the world border was moved out further via [[mods]]. ; GPU warnlist * The GPU warnlist has been changed to no longer explicitly warn against Mesa and Gallium renderers and X.Org vendors, but instead just warn against anything with a version below 3.0. ; [[Resource pack]]s {{Resource pack format/value|6}} ; [[Server]]s * Dedicated servers can now rate limit clients. ** Dedicated servers can now kick clients that consistently send too many packets within a second. ** Controlled with the rate-limit settings in [[server.properties]]. ** The default rate limit of 0 means "no limit". ; [[Tag]]s * Removed the {{cd|furnace_materials}} item tag. ; World creation * Changed the description of the {{cd|doDaylightCycle}} [[gamerule]] from "Advance in-game time" to "Advance time of day". == Fixes == {{Fixes|fixedin=1.16.2 Release Candidate 2, 1.16.2 Release Candidate 1, 1.16.2 Pre-release 3, 1.16.2 Pre-release 2, 1.16.2 Pre-release 1, 20w30a, 20w29a, 20w28a, 20w27a |;From released versions before 1.16 |1058|A dragon head is invisible if the entity wearing it is not in view. |2404|Stepping down while sneaking allows falling off of blocks. |34661|Thorns enchantment causes double armor decay. |35765|Text viewed in a right-to-left language while the game is set to another language renders backward and disconnected. |49476|NBT {{cd|HideFlags}} does not hide "Dyed" on leather armor. |57869|Some item tooltips use {{cd|§}} for coloring, rendering them incorrect in right-to-left languages. |65953|Tags {{cd|IsBaby}} and {{cd|IsVillager}} cannot be changed from true to false with {{cmd|entitydata}}. |68487|Player heads of the same player always have the same skin texture, even if the saved texture data is different. |69876|Pistons at Y{{=}}1 do not push downwards, and at Y{{=}}254 do not push upwards. |73884|Throwable projectiles get destroyed at contact with non-solid blocks. |96007|Arrows, trident, projectiles, splash and lingering potions cannot be teleported from directly above the End portal, End gateway or Nether portal. |97507|Using item which modifies the held item shows "Gear equips" subtitle. |102967|Shulker bullets cannot teleport through a Nether or End portal. |105248|Wet wolves become nearly black in dark areas. |107529|{{cd|Marker:1b}} armor stands render themselves and their equipment dark if inside solid blocks. |111702|Memory leak with complex JSON text while chat is open. |116857|Advancement descriptions use unnecessary capitalization on generic resource names. |124320|Endermen can pick up and place snowless snowy grass blocks. |125758|Bubble column does not affect eggs, snowballs, ender pearls, splash potions, lingering potions, fireballs, or shulker bullets. |130558|Item frames cannot be emptied if gamerule {{cd|doEntityDrops}} is set to false. |131587|Deep frozen ocean biome does not generate with ice on the surface. |134084|If gamerule {{cd|sendCommandFeedback}} is disabled, {{cmd|msg}} or {{cmd|tell}} do not display the message to the sender. |136553|Dyes in Creative inventory are in reverse order. |145691|Binding "Open/Close Inventory" to {{key|Tab}} only opens the inventory. |148447|Villagers often get stuck while trying to go through a door at the same time. |149060|Villagers "spam" doors by opening and closing them really fast. |150417|Some items get stuck in soul sand when there is liquid above the soul sand. |152037|Powered, activator, and detector rails are deleted when pushed or pulled onto a block they cannot be placed on. |153195|Mobs can drop items with duplicate enchantments. |153230|Players in Spectator mode can stop minecarts. |157774|Bouncing off side of blocks while Creative flying. |158735|Pillagers without crossbows hold their arm up in a way that may be offensive to some people. |158987|Raids still continue after a villager turns into a witch. |160723|Bamboo crouch sliding off. |163767|Villagers get ejected from a minecart when converted to a zombie villager. |166718|Mobs no longer suffocate inside of soul sand, farmland, or grass paths. |167045|Banners are rendered too dark in the inventory. |167756|Wolf is rendered too dark when not directly affected by skylight. |169203|Sloped redstone type rail not dropping item when pushed by piston to a spot without adjacent block. |172221|Hoglins, zoglins, ravagers, iron golems, and polar bears will not walk down a block if they are partially walking on air. |175334|Villagers take longer to get a job the more workstations are nearby. |176778|Camera is reset when a block reappears due to high server latency. |176836|Unarmed vindicators raise their arm in an offensive way when attacking. |177684|Cocoa beans, bone meal, and lapis lazuli are placed among the dyes in the Creative inventory. |177733|Powered and activator rail duplication. |179369|Wandering Traders are always invisible in the Nether and the End. |180447|Game crashes when placing player head down. |181925|Unarmed vexes raise their arms in an offensive way when attacking. |182868|Rail updates are 4–5 times laggier since 1.14 if the rail is on top of a non-full cube. |185490|Separated trader llamas on leads cause server performance (TPS) issues. |185925|Casting issue: Blob generation uses 32-bit floats, leading to precision loss and potential crashes. |196473|Pufferfish gives Nausea II instead of the maximum of Nausea I. |;From 1.16 |171363|In the Nether forest biomes, large fungi and small plants only generate on the topmost layer of nylium, leaving all lower layers devoid of flora. |171739|Weeping and twisting vines, bamboo, and kelp can be replaced by "saplings" by breaking and placing the block at the same time. |173526|All minecarts can survive in lava. |174469|Soul Speed does not work when jumping. |174479|Cannot place sea pickles on soul sand. |174520|Soul particle texture is incorrect for the first frame. |174574|Soul Speed does not work when slabs and blocks of similar height are placed above the soul sand block. |174762|Villager iron golem respawn timer is reset when the chunk is reloaded. |176015|Strider suffocates when player is saddled on it and looking up with warped fungus on a stick. |176034|You can walk on striders. |176491|Nylium randomly catches fire from lava, and burns infinitely. |176753|Piglins stand around dropped golden items if their {{cd|CanPickUpLoot}} tag is set to {{cd|0b}}. |177651|Despite being cold outside of lava, striders do not care about staying in lava. |177941|Twisting and weeping vines always have an age of 0 when placed by a player. |178061|Chat Delay option does not exist in Chat settings. |178729|Red and brown mushrooms cannot be grown into huge mushrooms on nylium, while they can on all other "grass" blocks. |181204|{{cd|doDaylightCycle}} button slightly incorrectly labeled. |181233|Mobs cannot spawn on wooden trapdoors, but can on iron and Nether fungus trapdoors. |182330|Crossbow-wielding piglins behave weirdly when they try to pursue invisible players. |182430|Piglins continuously try and fail to pick up gold ingots if they cannot reach them. |182652|Ruined portals do not always generate with a chest. |183663|Farmer villagers do not compost correctly. |183743|Iron golem overpopulation. |185019|Worldgen settings with empty {{cd|structures}} parameter generates all structures extremely frequently. |185274|Subtitles still show "Gear equips" when eating in snapshot 20w21a or newer. |185684|Enderman can teleport when hit in cases where they previously would not teleport. |186627|Undead mobs do not burn in daylight in custom dimensions. |187112|Extra space in "Keep Jigsaws" button in jigsaw block. |187126|Jigsaw block UI is not closed when pressing "Generate." |187129|Jigsaw blocks do not generate the correct structure until "Done" is pressed and the UI is reopened. |187344|Fast graphics tooltip has incorrect "tree-leaves" spelling. |187357|Strongholds will not generate in {{cd|floating_islands}} or {{cd|caves}} preset. |187379|Text for {{cd|pack.incompatible.confirm.new}} makes no sense. |187380|Incorrect grammar in en_us translation of {{cd|pack.dropConfirm}}. |187398|Smithing table and stonecutter recipes are not unlocked when used. |187598|Block hitboxes still cause semi-transparent blocks not to render behind them in lower than "Fabulous" gfx settings. |187904|Data packs cannot replace settings of vanilla dimensions during world creation. |188389|Several minor errors in {{cd|datapackFailure.title}}. |188390|Comma splices in four strings. |188392|Death message for getting shot by a skull is not grammatically correct in all situations. |188459|Potted cactus still missing cullface argument for top. |188473|Resource pack screen no longer updates when adding or removing resource packs. |188534|Potted cactus missing bottom face. |188621|Mojang "Production Manager" credit is indented further than other credits. |188880|Baby zombified piglins riding on chickens are not positioned properly. |188969|Having a suspicious stew in your inventory prevents any type of suspicious stew from going into your inventory when milking a brown mooshroom. |189414|Smithing table does not calculate amount of output items correctly. |189736|{{cd|distance}} within a predicate no longer works. |189769|Fungi grows through fire. |189788|Certain mobs in boats sometimes take drowning damage while the boat is moving. |189797|Hoglins, zoglins, melee piglins, and piglin brutes do not properly attack invisible entities within normal range. |189909|{{cd|player_interacted_with_entity}} does not trigger if there is only one item and the item gets consumed. |189918|Multiplayer warning uses "Mojang" instead of "Mojang Studios". |190021|Trying to mount a pig or strider while sneaking plays the hand animation. |190098|Structure size and offset still limited to 32 for dedicated servers. |190102|Some UI strings are not consistently capitalized. |190103|Crash when using a nether portal: {{cd|java.lang.IndexOutOfBoundsException: fromIndex < 0: -2368549}}. |190266|Players and other entities can catch on fire after logging on while riding a strider in lava. |190274|Collecting liquids in bottles in Creative mode is inconsistent with the new Creative mode bucket mechanics. |190288|Fabulous and Fancy graphics tooltips have missing commas. |190552|Demo mode resets position and inventory upon launch. |190559|Baby striders do not die when it is raining and they are in lava. |190849|Slime blocks can only push entities 5 blocks high instead of 6 blocks high as in 1.15.2. |190852|Advancement announcement message has switched brackets for right-to-left languages. |190856|{{cmd|list uuids}} shows parentheses incorrectly for right-to-left languages. |190859|{{cd|floating_islands}} or {{cd|caves}} buffet worlds no longer generate strongholds, and ender eyes do not locate previously-generated strongholds after upgrading to 1.16. |190860|'/' (slash) in chat and command block shows legacy formatting symbol for right-to-left languages. |190875|Creating a custom superflat world with a structure that cannot generate in a given biome, then running {{cmd|locate}} on that structure, softlocks the game. |190891|Certain redstone circuits causing lag. |190892|Brackets in potion effects are reversed in right-to-left languages. |191031|Players in Spectator mode can interact with boats. |191168|Piglins that convert into zombified piglins while sitting on a minecart sometimes sink into blocks. |191388|"No key position_predicate in MapLike" console spam. |191441|Right-to-left text is rendered bottom-up in some cases. |191467|Resource packs screen is not updated in real time when packs are dropped in the folder. |191501|Opening a world from earlier 1.14 releases in 1.16 causes villagers to vanish. |;From 1.16.1 |191562|"Cancel" button overlaps "Done" button when uploading a world to Realms, making users unable to upload world. |191571|Switched square brackets for right-to-left languages. |191579|Book signing GUI has broken formatting for right-to-left languages. |191623|Ender dragon battle music does not stop after ender dragon has been defeated. |191656|Right-to-left languages do not perform as expected in Creative search menu. |191915|While in a boat the elytra does not show as enchanted. |191947|Entities that tick in a nether portal for one gametick do not get sent to the Nether. |191953|End gateway occasionally fails to teleport player to/from the End islands. |192021|Enchantment glint effect on transparent blocks not properly rendered on Fabulous graphics. |192032|Villagers do not always try to claim the closest workstation, and are sometimes focused on a non-existent one, or one out of their reach. |192136|Lava damage works differently than in previous versions. |192236|Endermen can place blocks on top of item frames on the floor. |192296|Spider jockey from a spawner minecart crashes with {{cd|java.lang.IllegalStateException: Entity is already tracked}}. |192306|Crimson and warped slabs use incorrect colors on maps. |192371|Paintings in the same block space pop off when chunk loads. |192845|Block event lag in 1.16 is excessive. |192894|Transparency layers lose their auxiliary depth buffer ID when resized. |193213|Leads are positioned incorrectly on players and wandering traders. |193276|Player floats slightly above a strider while riding it. |193339|{{cd|NullPointerException}} during shutdown when rcon enabled with no password. |195062|Raids often will not end in defeat when all villagers are dead if there are job sites in the village. |195544|Game crashes after killing a mob that is being ridden by a guardian which is being ridden by a wither skeleton. |195851|Hat layer on helmets detaches from piglins' heads while bartering. |196245|Charged creepers do not always drop their skull if zombie variants are nearby. |196737|Crouching to avoid falling does not work with lanterns. |197049|Pending messages are saved after relogging, while normal messages are not. |197053|Pressing {{keys|F3+D}} clears the pending lines message, but does not clear the pending messages. |197275|Due to changes to walls, {{cd|pack_format: 5}} is not cross-compatible between 1.15 and 1.16. }} == Video == {{slicedlime|5xqfyn-TZ2c|o3KrslVYBMA|G0wM4eqPUM4}} == See also == * [[Bedrock Edition 1.16.20]] == References == {{Reflist}} == Navigation == {{Navbox Java Edition versions|1.1x}} [[de:1.16.2]] [[es:Java Edition 1.16.2]] [[fr:Édition Java 1.16.2]] [[ja:Java Edition 1.16.2]] [[pl:1.16.2]] [[pt:Edição Java 1.16.2]] [[ru:1.16.2 (Java Edition)]] [[th:รุ่น Java 1.16.2]] [[zh:Java版1.16.2]]