![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | November 16, 2022 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.19.3 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073741932 hex: 4000006C | ||||||
| Data version | 3210 | ||||||
| Resource pack format | 12 | ||||||
| Data pack format | 10 | ||||||
| Minimum Java version | Java SE 17 | ||||||
| |||||||
{
"title": "Minecraft 22w46a",
"images": [
"22w46a.jpg",
"Java Edition 22w46a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 16, 2022",
"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.19.3 article, displayed as 1.19.3)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/fcb3e5462fb4cf29da933005ddac269dd31087ff/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/a9f5f7ddeedd7424b14912cac91d7ba1da210db7/22w46a.json .json])<br />[https://piston-data.mojang.com/v1/objects/302ae4acba96e733fdbe144ebe2ba575b2bbf969/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/01efd7b592dfa3650f41ca2190c4d59e929642f4/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/f27522d1a43b80942bc5c66a8fcad51a0dc0fe18/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>1073741932<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>4000006C",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "3210",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "12",
"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.2|<span style=\"margin-right:-0.35em\">β</span>β 1.19.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.19.3|1.19.3]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.19.4| 1.19.4 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 22w45a|β 22w45a]]\n</td>\n<td style=\"padding: 0.4em\">''' 22w46a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.19.3 Pre-release 1| 1.19.3 Pre-release 1 βΊ]]\n</td>\n</tr>\n</table>"
}
22w46a is the fifth and final snapshot for Java Edition 1.19.3, released on November 16, 2022,[1] which adds piglin heads and the unique interactions between note blocks and heads in the built-in experimental data pack, /fillbiome command and new telemetry data screen, changes the telemetry and the mechanism of texture loading, and fixes bugs. This is the final snapshot released in 2022.
/fillbiome [<from>] [<to>] [<biome>]
from: One corner of the area to fill.to: The other corner of the area to fill.biome: The biome to set.#all_signs block tag, contains #signs.Skeletons and wither skeletons
Creative inventory
/execute if|unless biome [<pos>] [<biome>]Logging
blocks: textures used by block and item models.banner_patterns, beds, chests, shield_patterns, shulker_boxes, signs: used to render some special-case models.mob_effects: textures used for effect icons in the UI.paintings: textures used for paintings.particles: textures used for particles (referenced by the textures field in files within the particles directory).sources.
sources runs in during load, in order of definition, adding or removing new files to the texture list; to be later referenced by block models, particles, etc.directory: lists all files in a directory and its subdirectories, across all namespaces.
source: directory in pack to be listed (relative to textures directory)prefix: string to be appended to the sprite name when loaded.single: adds a single file.
resource: location of a resource within the pack (relative to textures directory, implied .png extension).sprite: sprite name (optional, defaults to resource).filter: removes sprites matching the given pattern.
namespace, path: patterns (regular expressions, regex) of ids to be removed (only works for entries already in the list), if omitted, any value will be matched.unstitch: copies rectangular regions from other images.
resource: location of a resource within the pack (relative to textures directory, implied .png extension)divisor_x, divisor_y: used for determining the units used by regions.regions: list of regions to copy from the source image.
sprite: sprite name.x, y: coordinates of the top-left corner of the region.width, height: size of the region.x are transformed to real image coordinates via dividing by their divisor, and then multiplying by the real image size.{"type": "directory", "source": "fancy", "prefix": "custom/"}, the texture will be available in models as test:custom/iridium.#stripped_logs block and item tags.Telemetry
WorldUnloaded event, and removed client Java version from the WorldLoaded event.
WorldLoaded is sent when a world is launched, and data from WorldUnloaded is sent when a world is shut down (quitting to title, disconnecting from a server).PerformanceMetrics
WorldLoadTimes
General
These additions and changes only take effect when the 1.20 experimental data pack is enabled.
#all_hanging_signs to the new #all_signs block tag, as the additional part when built-in data pack enabled.Block of bamboo and block of stripped bamboo
From released versions before 1.19
#tick function tag runs before #load instead of the other way around.spectatorsGenerateChunks to false and relogging freezes the game on the Loading Terrain screen.From 1.19
From 1.19.2
limit selector parameter with "arbitrary" sorting does not stop searching early.From the 1.19.3 development versions
snowAccumulationHeight gamerule is set to any value greater than 1.From the previous development version