VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_22w07a

⇱ Java Edition 22w07a – Minecraft Wiki


Java Edition 22w07a

From Minecraft Wiki
Jump to navigation Jump to search
Minecraft 22w07a
Edition Java Edition
Release date February 16, 2022
Type Snapshot
Snapshot for 1.18.2
Downloads Client (.json)
Server
Obfuscation maps Client
Server
Protocol version  dec1073741892
 hex40000044
Data version 2969
Resource pack format 8
Data pack format 8
Minimum Java version Java SE 17
β—„β—„  1.18.1 1.18.2 1.19 β–Ίβ–Ί

β—„  22w06a

22w07a

1.18.2 Pre-release 1 β–Ί

{
 "title": "Minecraft 22w07a",
 "images": [
 "22w07a.jpg",
 "Java Edition 22w07a.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "February 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.18.2 article, displayed as 1.18.2)",
 "label": "Snapshot for"
 },
 {
 "field": "[https://piston-data.mojang.com/v1/objects/eaa192ef48f382efca1ea9bf437399c641f4357a/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/9286c7fe196ffa0daa88d91c6985a685b1af5f58/22w07a.json .json])<br />[https://piston-data.mojang.com/v1/objects/8131d9e36640d40ce8464c58035f35475579e897/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/353d2154e9a9987d6dc8d1367a7f2386dbb03001/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/5fb67255bafc8813b5b89ed7c2127c2167e3e614/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>1073741892<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000044",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "2969",
 "label": "(link to Data version article, displayed as Data version)"
 },
 {
 "field": "8",
 "label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
 },
 {
 "field": "8",
 "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.18.1|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.18.1]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.18.2|1.18.2]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.19| 1.19 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 22w06a|β—„  22w06a]]\n</td>\n<td style=\"padding: 0.4em\">''' 22w07a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.18.2 Pre-release 1| 1.18.2 Pre-release 1 β–Ί]]\n</td>\n</tr>\n</table>"
}

22w07a is the fourth and the final snapshot for Java Edition 1.18.2, released on February 16, 2022,[1] which fixes bugs.

Additions

[edit | edit source]

World generation

[edit | edit source]

Custom world generation

  • Added biomes field in configured structure files, which is a tag.

General

[edit | edit source]

Tags

  • Added biome tags in vanilla data packs, as follows:
    • #is_badlands: badlands, eroded_badlands, and wooded_badlands.
    • #is_beach: beach and snowy_beach.
    • #is_deep_ocean: deep_frozen_ocean, deep_cold_ocean, deep_ocean, and deep_lukewarm_ocean.
    • #is_forest: forest, flower_forest, birch_forest, old_growth_birch_forest, dark_forest, and grove.
    • #is_hill: windswept_hills, windswept_forest, and windswept_gravelly_hills.
    • #is_jungle: bamboo_jungle, jungle, and sparse_jungle.
    • #is_mountain: meadow, frozen_peaks, jagged_peaks, stony_peaks, and snowy_slopes.
    • #is_nether: nether_wastes, basalt_deltas, soul_sand_valley, crimson_forest, and warped_forest.
    • #is_ocean: #is_deep_ocean, frozen_ocean, ocean, cold_ocean, lukewarm_ocean, and warm_ocean.
    • #is_river: river and frozen_river.
    • #is_taiga: taiga, snowy_taiga, old_growth_pine_taiga, and old_growth_spruce_taiga.
  • Added biome tags to determine which biomes a structure can generate in, stored in tags/worldgen/biome/has_structure.
    • values field in these files can accept both biome IDs and biome tags.

Changes

[edit | edit source]

General

[edit | edit source]

Debug screen

  • Merged the "Terrain" and "Multinoise" row into the "NoiseRouter" row, with the format NoiseRouter T: data H: data C: data E: data D: data W: data PV: data AS: data N: data.
    • T, H, C, E, and W are the same with data from the former "Multinoise" row.
    • PV is the same as data from the former "Terrain" row.
    • D, AS, and N are the depth, initial density without jaggedness, and final density value used during terrain generation.

Tags

  • Removed #lush_ground_replaceable, and added #base_stone_overworld, #dirt, clay, gravel, and sand block tags to the #azalea_root_replaceable block tag.

Glow squid

  • Now require complete darkness to spawn.

Tropical fish

  • Now only spawn if the block above is a full water block.

Fixes

[edit | edit source]

11 issues fixed

From released versions before 1.18

  • MC-53850 – Invulnerable item entities and experience orbs are removed client-side when they take damage.

From 1.18

  • MC-237110 – Grass blocks can generate underwater.
  • MC-238977 – Glow squids spawn in villager farms and wells in Superflat worlds.
  • MC-243190 – Rooted dirt can replace cave vines.
  • MC-244683 – Tropical Fish in lush caves spawn in bubble columns.

From 1.18.1

  • MC-245857 – Enchanting table registers block diagonally above the bookshelves as blocking said bookshelf.
  • MC-245925 – Falling block visual glitch when dying with doImmediateRespawn.
  • MC-246465 – Lava can burn, damage, and destroy entities client-side and lead to de-sync.
  • MC-248095 – Active repeating command blocks stop running after world conversion to 1.18.

From the previous development version

  • MC-248523 – The game crashes when attempting to open the beacon GUI.
  • MC-248617 – Loading data pack crashes client: java.lang.IllegalStateException: Trying to access unbound value.

Videos

[edit | edit source]
Video made by slicedlime:

References

[edit | edit source]
  1. ↑ "Minecraft Snapshot 22w07a" – Minecraft.net, February 16, 2022.

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_22w07a?oldid=3570982"

Navigation menu