VOOZH about

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

⇱ Java Edition 1.19.1 Pre-release 2 – Minecraft Wiki


Java Edition 1.19.1 Pre-release 2

From Minecraft Wiki
Jump to navigation Jump to search
Minecraft 1.19.1 Pre-release 2
Edition Java Edition
Release date June 30, 2022
Type Pre-release
Pre-release for 1.19.1
Downloads Client (.json)
Server
Obfuscation maps Client
Server
Protocol version  dec1073741919
 hex4000005F
Data version 3110
Resource pack format 9
Data pack format 10
Minimum Java version Java SE 17
β—„β—„  1.19 1.19.1 1.19.2 β–Ίβ–Ί

β—„  1.19.1 Release Candidate 1

1.19.1 Pre-release 2

1.19.1 Pre-release 3 β–Ί

{
 "title": "Minecraft 1.19.1 Pre-release 2",
 "images": [
 "22w17a.jpg",
 "Java Edition 1.19.1 Pre-release 2.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "June 30, 2022",
 "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.19.1 article, displayed as 1.19.1)",
 "label": "Pre-release for"
 },
 {
 "field": "[https://piston-data.mojang.com/v1/objects/a59deea8e776ec62beb46a5ee47580896bcc3b66/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/db85749851e505a9ca3e202513ee0f976679fb15/1.19.1-pre2.json .json])<br />[https://piston-data.mojang.com/v1/objects/17354c4963fb0176ad34595927ce62e55ea3daf4/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/44eb7965d8da919425894273b0180f71f728d6f4/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/52d29ae61f8a54003b81a65f6f06ee7a4be8522f/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>1073741919<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>4000005F",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "3110",
 "label": "(link to Data version article, displayed as Data version)"
 },
 {
 "field": "9",
 "label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
 },
 {
 "field": "10",
 "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_17_.28LTS.29 Java SE 17]</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.19|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.19]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.19.1|1.19.1]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.19.2| 1.19.2 <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.19.1 Release Candidate 1|β—„  1.19.1 Release Candidate 1]]\n</td>\n<td style=\"padding: 0.4em\">''' 1.19.1 Pre-release 2'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.19.1 Pre-release 3| 1.19.1 Pre-release 3 β–Ί]]\n</td>\n</tr>\n</table>"
}

1.19.1 Pre-release 2 (known as 1.19.1-pre2 in the launcher) is the second pre-release for Java Edition 1.19.1, released on June 30, 2022,[1] which adds chat trust status, makes changes to chat types, enforces secure profiles by default, and fixes bugs.

Additions

[edit | edit source]

General

[edit | edit source]

Chat

  • Messages that are not signed with the secure chat system, or have been tampered with by the server are now marked.
    • Messages with missing or invalid signatures are marked as "Not Secure".
    • Messages that are detected as modified are marked as "Modified".
  • The trust status of messages are displayed with both a colored indicator and an icon.
    • The colored indicator is always visible.
    • The icon is only visible when the chat screen is open.
  • Hovering over the icon provides more information about the trust status.
    • For modified messages, the original secure text is also displayed in the tooltip.

Changes

[edit | edit source]

General

[edit | edit source]

Chat

  • Chat types added to the chat_types registry are now only used for player chat, and not system messages.
    • The system and game_info chat types have been removed.
  • Chat types have been simplified and are now only required to define chat and narration decorations.
    • Chat types no longer support overlays.
    • A system message should instead be used to display overlays.

server.properties

  • enforce-secure-profile is now defaulted to true for dedicated servers.

Fixes

[edit | edit source]

7 issues fixed

From the 1.19.1 development versions

  • MC-253112 – The game output console is logged with warnings regarding chat packets with invalid signatures when using entity selectors within commands.
  • MC-253121 – Entities and other non-player chat message sources appear as players on the Select Chat Messages to Report screen.

From the previous development version

  • MC-253493 – The descriptions of report categories can once again overlap the "Description:" subtitle.
  • MC-253495 – Selection boxes of fields within the "Select Report Category" menu list don't contain white outlines when selected using the key.
  • MC-253497 – Entities and other non-player chat message sources appear in the Social Interactions menu.
  • MC-253501 – Long messages within the "Select Chat Messages to Report" menu can extend beyond selection boxes and past the scroll bar.
  • MC-253517 – Online players cannot connect to offline server because "invalid profile public key signature".

References

[edit | edit source]

Navigation

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

Navigation menu