Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Java Edition 24w10a

From SAS Gaming Wiki
Revision as of 11:13, 1 July 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version

24w10a is the eleventh Minecraft:snapshot for Minecraft:Java Edition 1.20.5, released on March 6, 2024,<ref>Template:Snap</ref> which adds eight new wolf variants found in different biomes, simplified forms for Minecraft:item stack components, updated Minecraft:inventory slot names, allows item components in Minecraft:recipes, and fixes bugs.

Additions

Mobs

Minecraft:Wolf

General

Entity Minecraft:predicate

  • Added entity sub-predicate slots, used to check single or multiple slots on any entity.
    • For slot ranges, only one slot needs to match for whole entry to pass.
    • The field contains a map of slot names (same as ones used in item commands) to item predicate.
    • Example:
<syntaxhighlight lang="json">{
   "condition": "minecraft:entity_properties",
   "entity": "this",
   "predicate": {
       "slots": {
           "container.*": {
               "items": "dirt"
           }
       }
   }

}</syntaxhighlight>

Minecraft:Inventory

  • Added new slot names:
    • 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 Template:Cd.
    • player.cursor: item held by player on screen except Minecraft:Creative mode<ref>Template:Bug</ref>.
    • Template:Cd: player's crafting slots.

Changes

Blocks

Minecraft:Grindstone

  • No longer accepts items with Template:Nbt component that do not have an enchantment.
    • If the item above has Minecraft:durability, it can be repaired with an unbreakable item and the output doesn't inherit Template:Nbt component. If the order is swapped, the item is neither repaired nor disenchanted. If the only item in the slots is an enchanted unbreakable item, it is disenchanted and Template:Nbt component remains.
  • No longer disenchants two Minecraft:enchanted books at the same time.

Minecraft:Player head

  • Now stores item name in custom_name tag.
  • Tags SkullOwner and ExtraType are replaced with profile to keep a consistent format with the item component form.

Items

General

  • Now count is stored again when there is only 1 item.
    • Defaults to 1 if this field is invalid.

Mobs

Minecraft:Wolf

World generation

Minecraft:Grove

Command formats

Template:Cmd

  • if and unless sub-commands can now use items to compare or count items.
    • execute if|unless items <source> <slots> <item_predicate>
      • <source> is the same one as used in Template:Cmd.
        • e.g. block <x> <y> <z> or entity <target> (selector can return multiple entities)
      • <slots> can accept single slot (like container.0) or a range (like container.*)
      • <item_predicate> is the same as item predicate in Template:Cmd command.
  • If used alone, it returns total number of items in stacks that match predicates.

General

Minecraft:Data packs

  • The data pack version is now 34.
  • Minecraft:Banner patterns are now be loaded into the registry from data/<namespace>/banner_pattern/<id>
  • Template:Nbt: The root object.
    • Template:Nbt: A namespaced id for the texture. e.g. custom:pattern resolves to assets/custom/textures/entity/banner/pattern.png and assets/custom/textures/entity/shield/pattern.png.
    • Template:Nbt: A translation key prefix. e.g. block.minecraft.banner.custom.pattern resolves to block.minecraft.banner.custom.pattern.<color>.

Minecraft:Item stack components

Minecraft:Recipe

Minecraft:Tags

  • Added coarse_dirt and podzol to #wolves_spawnable_on.

Minecraft:Tooltip

  • No longer appears when hovering outside the containing element.

Experimental

Changes

Minecraft:Vault

  • The left pixels in the disabled vault have been updated to match the other vault textures.

Fixes

Template:Fixes

Videos

Template:Slicedlime

References

Template:Reflist

Navigation

Template:Navbox Java Edition versions

Minecraft:de:24w10a Minecraft:es:Java Edition 24w10a Minecraft:fr:Édition Java 24w10a Minecraft:ja:Java Edition 24w10a Minecraft:lzh:爪哇版二四週一〇甲 Minecraft:pt:Edição Java 24w10a Minecraft:ru:24w10a (Java Edition) Minecraft:uk:24w10a (Java Edition) Minecraft:zh:Java版24w10a