VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_1.21.9-pre1

⇱ Java Edition 1.21.9 Pre-Release 1 – Minecraft Wiki


Java Edition 1.21.9 Pre-Release 1

From Minecraft Wiki
(Redirected from Java Edition 1.21.9-pre1)
Jump to navigation Jump to search
Minecraft 1.21.9 Pre-Release 1
Edition Java Edition
Release date September 16, 2025
Type Pre-release
Pre-release for 1.21.9
Downloads Client (.json)
Server
Obfuscation maps Client
Server
Protocol version  dec1073742093
 hex4000010D
Data version 4548
Resource pack format 69.0
Data pack format 87.1
Minimum Java version Java SE 21
β—„β—„  1.21.8 1.21.9 1.21.10 β–Ίβ–Ί

β—„  25w37a

1.21.9 Pre-Release 1

1.21.9 Pre-Release 2 β–Ί

{
 "title": "Minecraft 1.21.9 Pre-Release 1",
 "images": [
 "1.21.9-pre1.jpg",
 "Java Edition 1.21.9 Pre-Release 1.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "September 16, 2025",
 "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.21.9 article, displayed as 1.21.9)",
 "label": "Pre-release for"
 },
 {
 "field": "[https://piston-data.mojang.com/v1/objects/ba686b582fab3dbdafa8ae26274b687e9ceac455/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/dbe195916b498642f24c14ca7cf60d2e55f8b694/1.21.9_Pre-Release_1.json .json])<br />[https://piston-data.mojang.com/v1/objects/151da8959852dfbd1b20efbad31645b95cc8ba31/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/929aec0b5ef4baae2c728559531ac8ddf894c23f/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/0e4436763c5b44671215a344ef35563bdafb221d/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>1073742093<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>4000010D",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "4548",
 "label": "(link to Data version article, displayed as Data version)"
 },
 {
 "field": "69.0",
 "label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
 },
 {
 "field": "87.1",
 "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_21_.28LTS.29 Java SE 21]</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.21.8|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.21.8]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.9|1.21.9]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.10| 1.21.10 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w37a|β—„  25w37a]]\n</td>\n<td style=\"padding: 0.4em\">''' 1.21.9 Pre-Release 1'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.21.9 Pre-Release 2| 1.21.9 Pre-Release 2 β–Ί]]\n</td>\n</tr>\n</table>"
}

1.21.9 Pre-Release 1 (known as 1.21.9-pre1 in the launcher) is the first pre-release for Java Edition 1.21.9, released on September 16, 2025 with some changes to the mannequins and several bug fixes.[1]

Changes

[edit | edit source]

Copper golem

  • Lightning bolts now clean oxidation off copper golems.
  • Now only tries to open chests that are neighboring blocks when it's a passenger.

Non-mob entities

[edit | edit source]

Mannequin

  • Mannequins' description text can now be configured.
  • Now accept minecraft:profile component from spawner items.
    • Modified data fields:
      • profile - now has the same format as a minecraft:profile component (which has been extended to allow overrides).
        • Defaults to {} (i.e. static profile with both id and name missing).
    • New data fields:
      • pose - The pose of the mannequin.
        • Valid entries: standing, crouching, swimming, fall_flying, sleeping.
      • immovable - Optional boolean specifying that the mannequin cannot be moved (defaults to false).
      • description - Optional text component shown where a player's below_score score would show.
        • The default "NPC" (entity.minecraft.mannequin.label) text is shown if omitted.
      • hide_description - Optional boolean specifying that no description should be shown at all.
        • A mannequin with the description hidden displays as if a player had no below_score display.

Command format

[edit | edit source]

General

  • Server commands now run from the respawn dimension by default instead of always the Overworld.

/fetchprofile

  • Now also prints a clickable text to summon a mannequin with the resolved profile.

/setworldspawn

  • Is no longer limited to the Overworld.
    • This means players can respawn e.g. in the Nether when they have no bed or respawn anchor.
  • It now also takes in an optional pitch argument.

/spawnpoint

  • Now optionally takes in a pitch argument.

General

[edit | edit source]

Data component format

  • minecraft:profile
    • Profiles can now also have additional fields that can replace various values used for rendering.
    • If any of the fields are omitted, the value from the resolved profile is used, even if the profile resolved to the default skin.
    • New fields:
      • texture - Optional namespaced ID of the skin texture to use for rendering.
        • The skin is specified relative to the textures folder and with a .png suffix.
        • e.g. entity/player/wide/steve will use the default wide Steve skin.
      • cape - Optional namespaced ID of the cape texture to use for rendering.
        • When specified, uses the same format as the texture field.
      • elytra - Optional namespaced ID of the elytra texture to use for rendering.
        • When specified, uses the same format as the texture field.
        • If this value is not present either as override or in player profile, mannequins using this profile will use the cape texture, or if that is also not present, the default elytra texture when wearing elytra.
      • model - Optional model type, one of wide and slim.

Data pack

Entity data

  • minecraft:player
    • Changes to the respawn object
      • angle has been renamed to yaw and is now a required field.
      • pitch has been added as a required field.
      • dimension is now a required field.

Loot functions

  • minecraft:copy_name
    • The source field now accepts new context values:
      • direct_attacker
      • target_entity
      • interacting_entity
  • minecraft:copy_components
    • The source field now accepts new context values:
      • this
      • attacker
      • direct_attacker
      • attacking_player
      • target_entity
      • interacting_entity
      • tool

Minecraft Server Management Protocol

  • Notifications now use minecraft:notification/ prefix instead of notification:.

Fixes

[edit | edit source]

29 issues fixed

From released versions before 1.21

  • MC-160528 – End portals do not negate fall damage.
  • MC-243759 – Explosions won't damage an entity if the distance to its eyes is 0.

From 1.21.8

  • MC-301883 – Entities going through portals with their Motion set to more than 10 on an axis have their Motion tag reset.

From the 1.21.9 development versions

  • MC-300257 – Lightning does not reset copper golem oxidation.
  • MC-300294 – Copper golems pathfind to chests incorrectly.
  • MC-300687 – The copper chains and bars aren't organized correctly in the Creative inventory.
  • MC-300881 – The skin preview in the skin reporting screen is no longer interactive.
  • MC-301409 – Acceleration power of fireballs and wind charges gets halved when they are redirected by explosions.
  • MC-301414 – Scraping oxidation off double chests doesn't produce particles on the half of the chest that wasn’t directly interacted with.
  • MC-301424 – entity_data item component detection is broken in resource packs.
  • MC-301541 – Copper golems no longer sort items when in minecarts.
  • MC-301569 – Sounds of copper chests and all variants are too quiet and sound low-quality compared to before.
  • MC-301573 – Relative teleportation across dimensions is inconsistent.
  • MC-301798 – Copper golems do not open chests with specific transparent/non-full blocks above them.
  • MC-301814 – CustomNameVisible does not work for mannequins (for the name, not the NPC annotation).
  • MC-301815 – Mannequin data is sometimes lost when using spawn eggs.
  • MC-301819 – Mannequins' name tags are visible when on a team and ridden.
  • MC-301862 – When clicking a command suggestion in chat, it occasionally selects half of the new word.
  • MC-301893 – When a copper golem is leashed by a player and then oxidizes into a statue, it will not drop the lead.
  • MC-301951 – Misleading description for operator_user_permission_level in server management protocol documentation.

From the previous development version

  • MC-301979 – Copper golems no longer properly check chests.
  • MC-301984 – Teleporting a player to their own position is now jittery/frozen.
  • MC-301991 – deprecated.json has some renamed keys pointing to text values instead of the new keys.
  • MC-302032 – Static profiles no longer resolve texture data unless an id or name is provided.
  • MC-302089 – Game crashes when flying mobs start pathfinding in debug mode.
  • MC-302092 – Crash when placing iron bars next to stairs, when stairs are added to #bars tag.
  • MC-302094 – Crash when adding blocks to #copper_chests then placing it next to actual copper chests.
  • MC-302095 – Crash when adding blocks to #lightning_rods and summoning a lightning over it.
  • MC-302096 – Crash when adding blocks to #wooden_shelves, placing it next to wooden shelf, then powering the shelf.

Videos

[edit | edit source]
Videos made by slicedlime:

References

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_1.21.9_Pre-Release_1?oldid=3266880"

Navigation menu