Highlights

  • Minecraft's newest Java Snapshot brings new wolf mob variants, each spawning in different biomes with unique color schemes and pack sizes.
  • Players can now build a family of different wolf variants as allies to aid them in various activities in the game.
  • The latest Minecraft snapshot responds to player feedback, introducing nine new wolf variants to cater to dog-loving players.

The latest Java Snapshot for Minecraft updated the game with some bug fixes and a major expansion to one family of mobs. Mobs will spawn in one variation or another depending on biome, surroundings, and other factors. Mobs can also become allied with a player's character to aid in crafting or other activities. Players have taken to the internet to share their love for one particular species of mob, and their feedback has been answered.

There are three kinds of mobs players may encounter in Minecraft: passive, hostile, and neutral. Passive mobs will scatter and flee once engaged. Hostile mobs can and will attack a player once they are detected, with some hostile mobs being scarier than others. Neutral mobs can be either, but the player won't know unless they try to provoke it. This latest update affects a family of neutral mobs that resemble one of the most common animals known to man.

Related
Minecraft Player Discovers How Many Wolves It Takes to Kill a Warden

A Minecraft player discovers how many Armored Wolves that it takes to kill a Warden by blocking them into a small area with the powerful mob.

Minecraft Snapshot 24w10a expanded the wolf mob to nine variants in total, with each spawning in different biomes and pack sizes. Some lone wolves will also appear here and there, with pack sizes varying from two up to eight for some variants. This is one of many add-ons that have been brought to the game recently in response to player feedback. Recently, Add-on Mods changed things up for Minecraft's Bedrock Edition. Players can now build a family of different wolf mob allies, and the traditionally known wolf mob of Minecraft is staying in the game as the Pale Wolf of the Taiga biome.

Minecraft Snapshot Wolf Mob Update

  • Expands Wolf mob to nine variants
  • Adds new areas where wolves can spawn
  • Players can build a family of different Wolf variants

This update comes after much feedback from players suggesting an expansion be made to the Wolf mob line. With Wolf Armor being introduced last year, players can now see different color combinations with their new variants. The eight new variants of the original Wolf mob are all the same shape and size by design, but are all colored differently and appear at different rates.

The rest of the variants will show up in other places, some where they have never spawned before. The Wood Wolf will be quite common in the many Forest biomes of the overworld. In the Snowy Taiga biome, the Ashen Wolf can be found. The Black Wolf, Chestnut Wolf, and Rusty Wolf can be found in small packs, up to four at a time. The Spotted Wolf and Striped Wolf will now appear in areas that didn't spawn wolves before this, and they will show up in larger packs of up to eight. Last, there is the lone and rarest mob variant, the Snowy Wolf, which may be seen in the Grove biome walking by itself. An adventure to find these variants awaits, and Minecraft players may stumble upon a new discovery.

Wolf mobs have been a hit with many players, inspiring this expansion to their variety, and more add-ons could be a good thing for Minecraft. For now, the nine wolves are available to find and add to the mining family. It's a bright day in Minecraft for dog-loving players everywhere.

Minecraft Snapshot 24w10a Patch Notes

NEW FEATURES

  • Added variants of Wolves

WOLF VARIANTS

  • New Wolf variants have been added
  • The variant is determined by the biome they spawn in
    • Pale Wolf - The familiar Wolf variant that now spawns in the Taiga biome, with a default pack size of 4
    • Woods Wolf - A variant that spawns in the Forest biome. This will be the dominant Wolf variant that you will be able to find in the Overworld, since the Forest biome is very common
    • Ashen Wolf - A variant that spawns in the Snowy Taiga biome
    • Black Wolf - A variant that spawns in the Old Growth Pine Taiga biome, in smaller packs of 2 to 4
    • Chestnut Wolf - A variant that spawns in the Old Growth Spruce Taiga biome, in smaller packs of 2 to 4
    • Rusty Wolf - A variant that spawns in a new location for wolves - the Sparse Jungle biome, in smaller packs of 2 to 4
    • Spotted Wolf - A variant that spawns in a new location for wolves - the Savanna Plateau biome, in larger packs of 4 to 8
    • Striped Wolf - A variant that spawns in a new location for wolves, the Wooded Badlands biome, in larger packs of 4 to 8
    • Snowy Wolf - A variant that spawns in the Grove biome. A rare type, that always walks alone
  • Adjusted spawning conditions for Wolves, allowing them to spawn on Coarse Dirt and Podzol blocks

CHANGES

  • Adjusted passive mobs spawning in Grove biome to only include Rabbits, Foxes and Wolves
  • Button tooltips will no longer appear when hovering outside the containing element

TECHNICAL CHANGES

  • The Data Pack version is now 34

DATA PACK VERSION 34

  • Recipe results can now specify component data
  • Added new entity predicate field slots, for matching item slots
  • Added slot names for ranges, like container.*
  • Added execute if|unless items to check and count items
  • Banner Patterns are now data-driven
  • Changes to Item Stack Component formats
  • Player Head blocks now store a custom_name tag, which will be copied to and from the item form when broken or placed
  • The SkullOwner and ExtraType fields in Player Head blocks have been replaced with a profile field, with the same format as the item component
  • For now, the count field on Item Stacks is always stored again, even if 1
    • If the field is missing in data, will still fall back to 1

RECIPES

  • Recipe types crafting_shaped, crafting_shapeless, stonecutting and smithing_transform now accept components for the result item stack
  • The result field for recipe types smelting, blasting, smoking and campfire_cooking is now an item stack format without a count, which means you'll need to specify an object with an id field
    • This result now also accepts components data

PREDICATES

SLOTS ENTITY SUB-PREDICATE

  • New entity field slots allows to check single or multiple slots on any entity
  • The field contains a map of slot names (same as ones used in item commands) to item predicate
  • For slot ranges, only one slot needs to match for whole entry to pass

Example:

{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"slots": {
"container.*": {
"items": "dirt"
}
}
}
}

SLOT NAMES

  • Slot names (used in item commands and slots entity predicates) now include slot ranges
  • Unless specified, existing commands can still only work on single slots
  • 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 armor.head, armor.chest, armor.legs, armor.feed, armor.body
    • player.cursor - item held by player on screen
      • Note: this information is not available in creative mode
    • player.crafting.0 - player.crafting.3, player.crafting.* - player's crafting slots
      • Note: this includes only player's inventory crafting slots. Crafting table (or any other slots on other screens) are not included

EXECUTE IF|UNLESS ITEMS

  • execute if|unless items <source> <slots> <item_predicate> command can be used to count items
    • <source> is the same as one used in item command, i.e.
      • block <x> <y> <z>
      • 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 clear command
  • If used alone, it will return total number of items in stacks that match predicates
  • Banner Patterns will now be loaded into a dynamic registry from data packs (data/<namespace>/banner_pattern/<id>)
    • These entries have two fields:
      • asset_id (namespaced string) is used to resolve texture locations
        • e.g. custom:pattern resolves to assets/custom/textures/entity/banner/pattern.png, assets/custom/textures/entity/shield/pattern.png
      • translation_key (string) is a translation key prefix
        • e.g. block.minecraft.banner.custom.pattern resolves to block.minecraft.banner.custom.pattern.<dye color>

ITEM STACK COMPONENTS

  • The minecraft:profile component no longer requires the name field to be present
  • Some additional Item Stack Components now support alternative, simple definitions:
    • minecraft:profile can be defined as string player name (e.g. profile="jeb_")
    • minecraft:dyed_color can be defined as an integer rgb color (e.g. dyed_color=16711680)
    • minecraft:attribute_modifiers can be defined as a direct list of modifiers (e.g. attribute_modifiers=[{type:'generic.scale',uuid:[1,2,3,4],name:'Big!',amount:1.0,operation:'add_multiplied_base'}])
    • minecraft:potion_contents can be defined as a single potion id (e.g. potion_contents="invisibility")
    • minecraft:enchantments and minecraft:stored_enchantments can be defined as an inline map of enchantment id to level (e.g. enchantments={sharpness:1})
    • These are only an alternative for defining the values, they will always be stored in their full formats
  • All container blocks now use the minecraft:container component when in item form, not just Shulker Boxes
  • The minecraft:lodestone_target component has been renamed to minecraft:lodestone_tracker
    • The pos and dimension fields have been moved into a target object
    • The target field is optional, and if not present, the compass will spin
  • The maximum number of lore and fireworks entries has been raised to 256

FIXED BUGS IN 24W10A

  • MC-140397 - When combining two enchanted unbreakable items, the result will be two stacked items
  • MC-157133 - Enchanted books with curses can be stacked using a grindstone
  • MC-174496 - Player heads lose their name after being placed
  • MC-217084 - Player head NBT "ExtraType" is no longer saved but doesn't use DataFixerUpper upgrade path
  • MC-268392 - Setting gravity attribute to 0.0 kicks player for flying
  • MC-268462 - Saturation suspicious stew now grants 7 seconds of effect instead of 7 ticks
  • MC-268800 - All tools have 4 attack damage, and 1.6 attack speed
  • MC-268801 - Shulker boxes in saved hotbars inconsistently update to item components
  • MC-268813 - Crash when spawning item with can_break/can_place_on component containing unknown/invalid tag
  • MC-268824 - Disenchanted books from grindstone don't stack with books that were in the inventory
  • MC-268830 - Effect Particles appear when specifying no particles using /effect command
  • MC-268834 - Vault texture is inconsistent
  • MC-268842 - Crash when saving world with painting
  • MC-268845 - Items with can_break/can_place_on components update every time the inventory is changed in creative mode
  • MC-268850 - Attribute Modifier: Not updated when switching items in hotbar
  • MC-268851 - Crossbows don't make a firing sound
  • MC-268853 - Unable to load paintings for any variants
  • MC-268856 - Loading shulker box/bundle with a single 'invalid' item in it renders the whole component invalid
  • MC-268864 - An item modifier with a duplicate item stack component prevents the entire data pack from (re)loading, rather than ignoring that one specific item modifier
  • MC-268877 - Beehives/bee nests in inventory lose honey level after converting to 24w09a
  • MC-268879 - Having a high damage value breaks and crashes the game
  • MC-268897 - Cannot select entities who have any itemstack with the count being 1.
  • MC-268904 - Suspicious stew not giving effects
  • MC-268921 - Arrows lose particles after unloading world
  • MC-268971 - Lodestone compass stops being a lodestone compass after breaking its tracked lodestone
  • MC-269005 - Player heads from previous versions cause game crash and/or are converted incorrectly
  • MC-269062 - Bundles with "Bundle Contents" component removed return after right clicking
  • MC-269066 - Item modifier cannot remove custom_name
  • MC-269091 - AttributeModifiers NBT with missing fields is not upgraded correctly to components
minecraft game
Minecraft
Platform(s)
PS4 , PS3 , PS Vita , Xbox One , Xbox 360 , Switch , 3DS , PC , Android , iOS , Nintendo Wii U
Released
November 18, 2011
Developer(s)
Mojang
Publisher(s)
Mojang
Genre(s)
Sandbox , Survival