![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | September 4, 2024 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.21.2 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742032 hex: 400000D0 | ||||||
| Data version | 4063 | ||||||
| Resource pack format | 37 | ||||||
| Data pack format | 52 | ||||||
| Minimum Java version | Java SE 21 | ||||||
| |||||||
{
"title": "Minecraft 24w36a",
"images": [
"24w36a.jpg",
"Java Edition 24w36a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "September 4, 2024",
"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.2 article, displayed as 1.21.2)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/28ff7dc5f3a5e1759bfc4e05eab3590b23c30c6f/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/d92c822631962d180baa23285397fb46a8fc2b4e/24w36a.json .json])<br />[https://piston-data.mojang.com/v1/objects/30663a50aaf407751ae9e704758364ed9433206d/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/b9b745676050e51b9996223ba8383e3f5bb9e851/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/7124c6d09c711626b75d2e45c2f8d82e7fe70bbf/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>1073742032<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000D0",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "4063",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "37",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "52",
"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.1|<span style=\"margin-right:-0.35em\">β</span>β 1.21.1]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.2|1.21.2]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.3| 1.21.3 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w35a|β 24w35a]]\n</td>\n<td style=\"padding: 0.4em\">''' 24w36a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w37a| 24w37a βΊ]]\n</td>\n</tr>\n</table>"
}
24w36a is the fourth snapshot for Java Edition 1.21.2, released on September 4, 2024.[1]
minecraft:item_model item stack component.namespace:id format, which references model /assets/<namespace>/models/item/<id>item_model="minecraft:diamond_sword"
minecraft:equippable item stack component.head, onchest, legs, feet, body, mainhand, or offhand.item.armor.equip_generic
namespace:id format. If not specified, falls back to rendering as the item itself when in the head, offhand or mainhand slot (or no rendering if not applicable).β[more information needed]true.equippable={slot:'chest',equip_sound:'item.armor.equip_chain'}.
minecraft:glider item stack component.glider={}.
minecraft:tooltip_style item stack component.namespace:id format.β[more information needed]tooltip_style='minecraft:special_sword'.input, that can be used to detect which movement keys the player is pressing.
forward: boolean (optional).backward: boolean (optional).left: boolean (optional).right: boolean (optional).jump: boolean (optional).sneak: boolean (optional).sprint: boolean (optional).bats_spawnable_on block tag.
repairs_leather_armorrepairs_iron_armorrepairs_chain_armorrepairs_gold_armorrepairs_diamond_armorrepairs_netherite_armorrepairs_turtle_helmetrepairs_wolf_armorpiglin_safe_armor item tag.
General
minecraft:item_name
52.broken property in model overrides that was previously limited to just the elytra.
assets/<namespace>/models/equipment/<path>.json.
equippable component with a model id of namespace:path.wolf_body, horse_body, llama_body, humanoid, humanoid_leggings, wings
texture: namespaced texture location for this layer.
namespace:path resolves to assets/<namespace>/textures/entity/equipment/<layer_type>/<path>.pngdyeable: object with fields (optional), specifying how this layer behaves when dyed (in the dyeable item tag, and has dyed_color component)
color_when_undyed: RGB color int (optional)dyed_color component.
color_when_undyed.color_when_undyed is not specified and the item is not dyed, the layer is hidden.use_player_texture: boolean (default: false), true if this layer texture should be overridden by a texture given by the player.
wings layers, which overrides with the player's custom elytra texture.37.tooltip/background: The background of the tooltip.tooltip/frame: The frame appearing around the tooltip.tooltip_style component uses sprites with IDs:
<namespace>:tooltip/<path>_background and <namespace>:tooltip/<path>_framenine_slice GUI sprite scaling mode has a new optional boolean (true or false, yes or no) property: stretch_inner.
true, the inner parts of the texture (i.e. not the corners) are stretched instead of tiled.false as before.equipment textures.
trim component.From released versions before 1.21
ServerboundMovePlayerPacket's xRot can have invalid value.attached: true" state have a wrong black rendering when the tripwire hook is attached to a non-transparent block.From 1.21
From 1.21.1
From the 1.21.2 development versions
/teleport command until the world is reloaded.below_name renders right behind the player's name.From the previous development version