![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | March 6, 2024 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.20.5 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | dec: 1073742003 hex: 400000B3 | ||||||
| Data version | 3821 | ||||||
| Resource pack format | 28 | ||||||
| Data pack format | 34 | ||||||
| Minimum Java version | Java SE 17 | ||||||
| |||||||
{
"title": "Minecraft 24w10a",
"images": [
"24w10a.jpg",
"Java Edition 24w10a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "March 6, 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.20.5 article, displayed as 1.20.5)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/099bf3a8ad10d4a4ca8acc3f7347458ed7db16ec/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/39222ffc70b35f3193b39eb0268bb446cfc6b7e6/24w10a.json .json])<br />[https://piston-data.mojang.com/v1/objects/9f8e96ebe4db0323653111b28df63f66395cb19d/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/cd2395447a7c169f1b00cc13dc685a73cbaa3ce6/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/22749bb13951c94cf5d21fe16b9884a81d1c6225/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>1073742003<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000B3",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "3821",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "28",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "34",
"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_17_.28LTS.29 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.20.4|<span style=\"margin-right:-0.35em\">β</span>β 1.20.4]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.20.5|1.20.5]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.20.6| 1.20.6 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w09a|β 24w09a]]\n</td>\n<td style=\"padding: 0.4em\">''' 24w10a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 24w11a| 24w11a βΊ]]\n</td>\n</tr>\n</table>"
}
24w10a is the eleventh snapshot for Java Edition 1.20.5, released on March 6, 2024,[1] which adds eight new wolf variants found in different biomes, simplified forms for item stack components, updated inventory slot names, allows item components in recipes, and fixes bugs.
Entity predicate
slots, used to check single or multiple slots on any entity.
item commands) to item predicate.{ "condition":"minecraft:entity_properties", "entity":"this", "predicate":{ "slots":{ "container.*":{ "items":"dirt" } } } }
container.*: contains container.0 to container.53.hotbar.*: contains hotbar.0 to hotbar.8.inventory.*: contains inventory.0 to inventory.26.enderchest.*: contains enderchest.0 to enderchest.26.villager.*: contains villager.0 to villager.7.horse.*: contains horse.0 to horse.14.weapon.*: contains weapon.mainhand and weapon.offhand.armor.*: contains armor.head, armor.chest, armor.legs, armor.feed, and armor.body.player.cursor: item held by player on screen except Creative mode[3].player.crafting.0, player.crafting.1, player.crafting.2, player.crafting.3, and player.crafting.*: player's crafting slots.custom_name tag.SkullOwner and ExtraType are replaced with profile to keep a consistent format with the item component form.General
count is stored again when there is only 1 item.
if and unless sub-commands can now use items to compare or count items.
execute if|unless items <source> <slots> <item_predicate>
data/<namespace>/banner_pattern/<id>custom:pattern resolves to assets/custom/textures/entity/banner/pattern.png and assets/custom/textures/entity/shield/pattern.png.block.minecraft.banner.custom.pattern resolves to block.minecraft.banner.custom.pattern.<color>.profile="jeb_".dyed_color=16711680.attribute_modifiers=[{type:'generic.scale',uuid:[1,2,3,4],name:'Big!',amount:1.0,operation:'add_multiplied_base'}].potion_contents="invisibility".enchantments={sharpness:1}.crafting_shaped, crafting_shapeless, stonecutting, and smithing_transform now accepts [NBT Compound / JSON Object] components.smelting, blasting, smoking, and campfire_cooking recipes are now an item stack without count. That is, [String] id must be specified and [NBT Compound / JSON Object] components is now accepted.coarse_dirt and podzol to #wolves_spawnable_on.From released versions before 1.20
ExtraType" is no longer saved but doesn't use DataFixerUpper upgrade path.From the 1.20.5 development versions
From the previous development version
can_break/can_place_on component containing unknown/invalid tag./effect command.can_break/can_place_on components update every time the inventory is changed in Creative mode.custom_name`.AttributeModifiers NBT with missing fields is not upgraded correctly to components.