Java Edition 1.18.2 Pre-release 1
Minecraft 1.18.2 Pre-release 1


| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date |
February 18, 2022 | ||||||
| Type | |||||||
| Pre-release for | |||||||
| Downloads | |||||||
| Obfuscation maps | |||||||
| Protocol version |
dec: 1073741894 | ||||||
| Data version |
2971 | ||||||
| Resource pack format |
8 | ||||||
| Data pack format |
9 | ||||||
| Minimum Java version | |||||||
| |||||||
{
"title": "Minecraft 1.18.2 Pre-release 1",
"images": [
"1.18.2-pre1.jpg",
"Java Edition 1.18.2 Pre-release 1.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "February 18, 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.18.2 article, displayed as 1.18.2)",
"label": "Pre-release for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/501e50015fd24332cd78010a5e57ba42ded41131/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/ab18179469e2ec0bd497d919ca47edf6fb8242e3/1.18.2-pre1.json .json])<br />[https://piston-data.mojang.com/v1/objects/c3e2734bafdb017efab854b01c66dd795722a332/server.jar Server]",
"label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/4a6984727e1a3133b9eb54f78d4b01705c7465fb/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/ee44979b031f2e937dd4737ebcfbddd553aee52d/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>1073741894<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>40000046",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2971",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "8",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "9",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of data pack formats article, displayed as Data pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_17 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 22w07a|◄ 22w07a]]\n</td>\n<td style=\"padding: 0.4em\">''' 1.18.2 Pre-release 1'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.18.2 Pre-release 2| 1.18.2 Pre-release 2 ►]]\n</td>\n</tr>\n</table>"
}
1.18.2 Pre-release 1 (known as 1.18.2-pre1 in the launcher) is the first pre-release for Java Edition 1.18.2, released on February 18, 2022,[1] which improves structure related tags and commands, updates data packs, and fixes bugs. This is the first pre-release released in 2022.
Additions
General
- Added following configured structure feature tags:
#dolphin_located:#ocean_ruin, and#shipwreck.#eye_of_ender_located:stronghold.#mineshaft:mineshaft, andmineshaft_mesa.#ocean_ruin:ocean_ruin_cold, andocean_ruin_warm.#on_ocean_explorer_maps:monument.#on_treasure_maps:buried_treasure.#on_woodland_explorer_maps:mansion.#ruined_portal:ruined_portal,ruined_portal_desert,ruined_portal_jungle,ruined_portal_mountain,ruined_portal_nether,ruined_portal_ocean, andruined_portal_swamp.#shipwreck:shipwreck, andshipwreck_beached.#village:village,village_desert,village_plains,village_savanna,village_snowy, andvillage_taiga.
Changes
Mobs
- Now pick the closest structure more accurately, regardless of structure type.
World generation
- Bounding boxes are now slightly more accurate to the shape of the structure.
Command format
- Now support tags, using
#prefix to distinguish from normal IDs. - The parameter is now a configured structure rather than a structure type.
- The old usage for structure categories is now done via tags.
- Now support tags, using
#prefix to distinguish from normal IDs.- For instance, it is now possibile to use
/locatebiome #minecraft:has_structure/igloo.
- For instance, it is now possibile to use
General
- Increased data pack version from
8to9. - It is now possible to add custom structures in experimental datapacks: the game now generates and stores data-driven configured structures.
- Experimental datapacks can add new structure sets.
- The
featurefield in location predicates now references a configured feature. - The
exploration_maploot table functiondestinationfield is now a configured feature tag id. - The
exploration_maploot table function no longer automatically sets the display name of the map.
- A lot of the cave generation is now configurable through data packs.
- A new registry was added for Density functions (caves are created by combining those together).
- Noise settings got a new field
noise_router(and lost a couple of flags), see worldgen/noise_settings folder in the worldgen report. - Noise router wires data-driven parts of the cave generation with the rest of the code.
General
- Added a warning for users running Minecraft in a 32-bit environment in the main menu, because support for the 32-bit environment will end soon.
Fixes
From released versions before 1.18
- MC-3524 – Structure related mobs do not spawn in flat type world generation.
- MC-146854 – Player movement favors x axis when in a corner.
- MC-156309 – TNT entities don't properly collide with blocks when being fired in X direction.
- MC-165974 – Game pushes east/west when jumping from the inside corner.
- MC-179315 – Ruined portals never generate in Superflat worlds by default.
- MC-187549 – Horizontal velocity is not reset on +/- Z axis in 1.15.2+ when colliding with a wall.
- MC-187911 –
minecraft:endcity structurehas no underscore whileend_city_treasuredoes. - MC-193709 – When looking exactly to the positive X direction you don't take kinetic damage when gliding with an elytra against a wall.
- MC-195692 – Structure 'End City' and configured structure in vanilla end 'End City' use inconsistent identifiers.
- MC-197128 – If a custom biome uses multiple configured structure features of the same type, only one of them can generate.
- MC-210612 – Strongholds do not generate in certain customized worlds despite
/locatesaying otherwise.
From 1.18
- MC-241288 – Support for custom structures has been removed.
- MC-244137 – The option "
level-seed" is not present in server.properties by default.
From 1.18.1
- MC-245850 – Buttons in the multiplayer warning menu are not selected in order when using the Tab ↹ key.
From the 1.18.2 development versions
- MC-248532 – Elytra firework particle spawns on the wrong hand when dual wielding fireworks.
Video
Video made by Slicedlime:
Trivia
- This pre-release skipped protocol version
1073741893due to it being used by Deep Dark Experimental Snapshot 1, despite that version being an experimental snapshot.
References
- ↑ "Minecraft 1.18.2 Pre-Release 1" – Minecraft.net, February 18, 2022.