![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | May 13, 2025 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.21.6 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742074 hex: 400000FA | ||||||
| Data version | 4428 | ||||||
| Resource pack format | 61 | ||||||
| Data pack format | 77 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 25w20a",
"images": [
"25w20a.jpg",
"Java Edition 25w20a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "May 13, 2025",
"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.21.6 article, displayed as 1.21.6)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/a6e694c5c5468b2aa7fbd86b20496428d9248dd8/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/2ac958bedcf677c9e975200e8a020cbf54627717/25w20a.json .json])<br />[https://piston-data.mojang.com/v1/objects/4b7a074f7813de85698c185100736fae64f9b4fa/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/2614f23565992de85a5cd4cf3032e7fd3329afc9/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/c0eea925ff78036b5d63cc64ffe35d566dbf5e92/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>1073742074<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000FA",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4428",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "61",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "77",
"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 25w19a|β 25w19a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w20a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w21a| 25w21a βΊ]]\n</td>\n</tr>\n</table>"
}
25w20a is the sixth snapshot for Java Edition 1.21.6, released on May 13, 2025.[1]
/dialog show <targets> <dialog>
<targets> - player name, UUID or a player selector.<dialog> - a namespaced ID from minecraft:dialog registry or inline dialog value as described above./dialog clear <targets>
<targets> - player name, UUID or a player selector.minecraft:dialog registry, but can also be defined inlineplay and configuration connection phases.
configuration, since registries are not yet available in that phase.minecraft:dialog registry that can be provided by a datapack
type - one of dialog types from minecraft:dialog_type registry<type-specific> - see below.title
external_title
title will be used instead.body
can_close_with_escape
true.label- text component.tooltip - optional text component to display when button is highlighted or hovered over.width - width of the button, positive integer with default 150.on_click - optional click event (same format as click_event on text components).
minecraft:notice
action.action - click action, defaults to button with gui.ok label and no action or tooltip.minecraft:confirmation
no action.yes - click action for positive outcome.no - click action for negative outcome.minecraft:multi_action
gui.cancel if dialog has defined exit action and gui.back if it has no side effects.on_cancel field.actions - non-empty list of click actions.on_cancel - optional click event (same format as click_event on text components).columns - positive integer describing number of columns, default: 2.minecraft:server_links
minecraft:server_links packet, arranged in columns.gui.cancel if dialog has defined exit action and gui.back if it has no side effects.on_cancel field.on_cancel - optional click event (same format as click_event on text components).columns - positive integer describing number of columns, default: 2.button_width - width of buttons in the list, positive integer with default 150.minecraft:dialog_list
external_title fields of targeted dialogs.gui.cancel if dialog has defined exit action and gui.back if it has no side effects.on_cancel field.dialogs - dialog, a list of dialogs or a dialog tag.on_cancel - optional click event (same format as click_event on text components).columns - positive integer describing number of columns, default: 2.button_width - width of buttons in the list, positive integer with default 150.minecraft:simple_input_form
inputs - non-empty list of inputs controls.action - submit action.minecraft:multi_action_input_form
inputs - non-empty list of inputs controls.actions - non-empty list of submit actions.type - one of dialog body types from minecraft:dialog_body_type registry.<type-specific> - see below.minecraft:plain_message
contents - text component.width - maximum width of message, positive integer with default 200.minecraft:item
width and height are set to values other than default.item - item stack with count.description - optional object with fields:
contents - text component.width - maximum width of contents, positive integer with default 200.show_decorations - if true, count and damage bar will be rendered over the item, default: true.show_tooltip - if true, item tooltip will show up when item is hovered, default: true.width - horizontal size of element, default: 16.height - vertical size of element, default: 16.type - one of input control types from minecraft:input_control_type registry.key - string identifier of value used when submitting data, must be a valid template argument (letters, digits and _).<type-specific> - see below.minecraft:text.
width - width of input, positive integer with default: 200.label - a text component to be displayed to the left of control.label_visible - controls label visibility, default: true.initial - initial contents, default: "" (empty).minecraft:boolean
label - a text component to be displayed to the right of control.initial - an initial value, default: false (i.e. unchecked).on_true - a string value to send when control is checked, default: true.on_false - a string value to send when control is unchecked, default: false.minecraft:single_option
label - a text component to be displayed on the button.label_visible - if true, label will be incorporated into button text, default: true.width - width of button, positive integer with default: 200.options - a list of objects with fields:
id - a string value to send on submit.display - a text component to display on button, optional (if not present, id is used).initial - an optional boolean flag that selects initial option (only one option can have it set to true).id set to that string and other fields set to default.minecraft:number_range
label - a text component to be used as a slider label.label_format - a translation key to be used for building label (first argument is contents of label field, second argument is current value), default: options.generic_value.width - width of input, positive integer with default: 200.start - start value (when slider is in leftmost position) (inclusive), float.end - end value (when slider is in rightmost position) (inclusive), float.steps - number of increments, positive integer.
1 means that slider will have two positions (start and end).initial - initial value of slider, rounded down nearest step, must be within range, defaults to min.id field of a submit action will be included as an input with key action.id - string identifier of an action.on_submit - submit method to run when button is clicked, object with following fields:
type - one of submit method types from minecraft:submit_method_type registry.<type-specific> - see below.minecraft:command_template
minecraft:run_command click event).0 (when any operator permissions are required), a confirmation dialog will be shown.some_command $(action), action parameter will be expanded to id field of a submit action.template - a string with a macro template to be interpreted as a command.minecraft:custom_template
minecraft:custom click event).template - a string with a macro template to be used as a payload.id - namespaced ID.minecraft:custom_form
minecraft:custom click event).U+0009) character.U+000A) character.U+0009 and U+000A are present in any key or value, they will be escaped to \t and \n.id - namespaced ID.minecraft:server_links
minecraft:custom_options
minecraft:pause_screen_additions tag (see below).#pause_screen_additions dialog tag.
flying_speed
flying_speed attribute that affects their flying speed.equippable
can_be_sheared (boolean).
shearing_sound (sound event).
item.shears.snip sound event.77.run_command click action in books and chat if the command can't be parsed or requires elevated permissions (i.e. higher than 0).external_title fieldminecraft:pause_screen_additions dialog tag:
server_links packet, tag will be handled as if it contained minecraft:server_links dialog
minecraft:custom_options which (by default) lets user select one of the tag elements
61.minecraft:custom has been added.
minecraft:custom_click_action to a server.id - namespaced ID.payload - optional string field.show_dialog has been added.
dialog - a namespaced ID from minecraft:dialog registry or inline dialog value as described above.UI sprites
From released versions before 1.21
From 1.21.1
From 1.21.3
From 1.21.5
From the 1.21.6 development versions
From the previous development version