![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | May 28, 2025 | ||||||
| Type | Pre-release | ||||||
| Pre-release for | 1.21.6 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742076 hex: 400000FC | ||||||
| Data version | 4430 | ||||||
| Resource pack format | 63 | ||||||
| Data pack format | 79 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 1.21.6 Pre-Release 1",
"images": [
"1.21.6-pre1.jpg",
"Java Edition 1.21.6 Pre-Release 1.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "May 28, 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.6 article, displayed as 1.21.6)",
"label": "Pre-release for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/d4eb1d0c95d32b74b5c0341453249e09806c544e/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/722f25402ce4f1b6f6f56d75415d461a6e8aa421/1.21.6-pre1.json .json])<br />[https://piston-data.mojang.com/v1/objects/197f0896f6bafc45b7cd1c90b88f7979dfcc99fe/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/8cdf340eb7c734dcc5b60af32534589217c3587c/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/4a630c21cd201b7d81f957923d0e6c30174534ad/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>1073742076<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000FC",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4430",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "63",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "79",
"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.5|<span style=\"margin-right:-0.35em\">β</span>β 1.21.5]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.6|1.21.6]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.7| 1.21.7 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w21a|β 25w21a]]\n</td>\n<td style=\"padding: 0.4em\">''' 1.21.6 Pre-Release 1'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.21.6 Pre-Release 2| 1.21.6 Pre-Release 2 βΊ]]\n</td>\n</tr>\n</table>"
}
1.21.6 Pre-Release 1 (known as 1.21.6-pre1 in the launcher) is the first pre-release for Java Edition 1.21.6, released on May 28, 2025.[1]
#quick_actions dialog tag.
minecraft:quick_actions dialog tag.
minecraft:quick_actions dialog which (by default) lets user select one of the tag elements.79.minecraft:custom click event has been expanded to carry full a NBT tag.pause - if the dialog screen should pause the game in single-player mode, default: true.after_action - an additional operation performed on the dialog after click or submit actions, default: close.
close - closes the dialog and returns to the previous non-dialog screen (if any).none - does nothing, i.e. keeps the current dialog screen open.
wait_for_response - replace the current dialog with a "Waiting for Response" screen.
minecraft:multi_action, minecraft:server_links, minecraft:dialog_list
on_cancel with exit_action, holding an optional action.
exit_action is present, a button for it will appear in footer, otherwise the footer is not present.exit_action is also used for the Escape action.minecraft:simple_input_form.
minecraft:notice.minecraft:multi_action_input_form.
minecraft:multi_action (without any specified exit_action).minecraft:custom click event, all inputs will now return either a string or an NBT tag, depending on context.minecraft:text
minecraft:boolean
on_true when checked, on_false when unchecked.minecraft:number_range
after_action.after_action field (see above).label, tooltip, width
action (replaces on_click and on_submit) - an action to perform when button is clicked, optional object with fields:<type-specific> - see below, depends on typeclick_event actions (except for open_file) are included as dialog action types.click_event on text components (but with action replaced with type). For example, when using show_dialog, entry for action button will look like:{ "label":"some label", "action":{ "type":"show_dialog", "dialog":"some:id" } }
minecraft:dynamic/run_command
some_command $(some_input), the string value from the input with key of some_input will be used for the template expansion.template - a string with a macro template to be interpreted as a command.minecraft:dynamic/custom
minecraft:custom event using all input values.key field of that input.additions - fields to be added to payload, optional compound tag.id - namespaced ID.oversized_in_gui which is false by default
minecraft:player_head to handle player profile texture loading and renderingminecraft:profile from minecraft:headminecraft:player_head special model type
minecraft:profile component to load a texture. Renders a default texture until the profile texture is fully loaded.minecraft:head special model type
minecraft:profile component to load a player texture.kind is player and no texture override is supplied.63.oversized_in_gui item model field.type.Minecraft.From released versions before 1.21
/setworldspawn seems to ignore the 'angle' parameter.From 1.21.5
armor.body and saddle slots are not kept when dying while the game rule keepInventory is set to true.prevent_equipment_drop enchantment effect does not work with armor.body and saddle slots./clear command does not clear armor.body and saddle slots.From the 1.21.6 development versions
/datapack create' can create directories with illegal names.From the previous development version