Minecraft:Java Edition 26.1 Snapshot 7
More actions
26.1 Snapshot 7 (known as 26.1-snapshot-7 in the Minecraft:launcher) is the seventh Minecraft:snapshot for Minecraft:Java Edition 26.1,<ref>Template:Mcnet</ref> released on February 11, 2026.<ref>misode/mcmeta – Manifest, Template:Mono.</ref> It adds new textures and modules for baby hostile mobs and villagers, adds trumpet instrument sounds that can be heard by placing a note block on any copper block.
Changes
Blocks
- Added the trumpet instrument.
- It can be heard when a note block is placed on top of a Minecraft:block of copper.
- The sound is different based on the oxidation level of the copper block.
Items
- Can now be used on baby Minecraft:hoglins.
Mobs
Template:More images Minecraft:Baby mobs
- Changed the textures and models of the following baby mobs, increasing their bounding boxes to better fit the new models:
Baby villager and zombie villagers
- Now made up of a base model with overlays for each type.
Minecraft:Skeleton horses and Minecraft:zombie horses
- Baby variant no longer grows up.
General
General
- Changed the internals of how chunk geometry data is stored in GPU memory and how they are rendered.
- Any block model can now support cutout or translucent (partially transparent pixels) textures.
- Whether a quad is rendered in the cutout or translucent render pass is determined by the contents of its assigned sprite.
- Any sprite with translucent (partially transparent) pixels will be assigned to the "translucent" pass.
- Any sprite with fully transparent pixels will be assigned to the "cutout" pass.
- All other sprites are assigned to the "solid" pass.
- Whether a quad is rendered in the cutout or translucent render pass is determined by the contents of its assigned sprite.
- The format of the
texturesmap has been updated:- Non-string entries will now be rejected, instead of interpreted as strings.
- Alongside the previous inline sprite ID form, entries can now be defined as an object with fields:
sprite- the sprite IDforce_translucent- optional boolean,trueif any geometry with this texture should be forced into the "translucent" pass.- This is useful for example for blocks that don't have any translucent pixels, but use the
meanmipmap strategy. - Default:
false
- This is useful for example for blocks that don't have any translucent pixels, but use the
- The chat screen can now always be opened, even when chatting is restricted by settings.
- When the chat screen is open, specific actions and message types may still be restricted.
- Information about the restrictions (if there are any) is displayed on top of the chat box and above the chat input when the chat screen is open.
- The same information can also be accessed in World Settings screen.
- Chat entries from client actions like taking screenshots will now be displayed even when messages from players and servers are restricted.
- Changing chat settings will now hide all messages of restricted types and discard any new ones.
- The handling of chat messages on a published local server is now more consistent with dedicated servers in regard to chat settings.
- The Minecraft:pack format version is now
99.1.
Mob sound variant
- Added adult sound variants for the following animals:
- Cats have a new variant called
royal. - Pigs have new variants called
miniandbig. - Cows have a new variant called
moody. - Chickens have a new variant called
picky. - The original sounds of each animal are used for the variant called
classic. - Every one of these animals will have a random sound variant assigned to it from the new variants and the original one.
- Cats have a new variant called
- Minecraft:Cat sound variants
- Cat sound variants can be data-driven by adding entries to
data//cat_sound_variant/.json - The file contains two sound sets defining
adult_soundsandbaby_sounds - Each sound set contains the following fields which correspond to sound events to use for the specific behavior:
ambient_soundstray_ambient_soundhiss_soundhurt_sounddeath_soundeat_soundbeg_for_food_soundpurr_soundpurreow_sound
- Cat sound variants can be data-driven by adding entries to
- Minecraft:Pig sound variants
- Pig sound variants can be data-driven by adding entries to
data//pig_sound_variant/.json - The file contains two sound sets defining
adult_soundsandbaby_sounds. - Each sound set contains the following fields which correspond to sound events to use for the specific behavior:
ambient_soundhurt_sounddeath_soundstep_sound
- Pig sound variants can be data-driven by adding entries to
- Minecraft:Cow sound variants
- Cow sound variants can be data-driven by adding entries to
data//cow_sound_variant/.json - Each sound variant contains the following fields which correspond to sound events to use for the specific behavior:
ambient_soundhurt_sounddeath_soundstep_sound
- Cow sound variants can be data-driven by adding entries to
- Minecraft:Chicken sound variants
- Chicken sound variants can be data-driven by adding entries to
data//chicken_sound_variant/.json - The file contains two sound sets defining
adult_soundsandbaby_sounds. - Each sound set contains the following fields which correspond to sound events to use for the specific behavior:
ambient_soundhurt_sounddeath_soundstep_sound
- Chicken sound variants can be data-driven by adding entries to
- The version is now
81.0. - Updated mule_baby.png and donkey_baby.png to fit the model properly.
- The
block.vshandterrain.vshno longer receive theNormalvertex attribute. - Some small changes were to how various shaders sample the lightmap texture. This includes
core/entity.vsh,core/item.vsh,core/rendertype_leash.vsh,core/rendertype_text.vsh,core/rendertype_text_background.vsh,core/rendertype_text_intensity.vsh, andcore/rendertype_translucent_moving_block.vsh.
- Added new sound events for the Minecraft:cat:
entity.cat_royal.ambiententity.cat_royal.hissentity.cat_royal.hurtentity.cat_royal.deathentity.cat_royal.eatentity.cat_royal.beg_for_foodentity.cat_royal.purrentity.cat_royal.purreowentity.cat_royal.stray_ambient
- Added new sound events for the Minecraft:pig:
entity.pig_mini.ambiententity.pig_mini.hurtentity.pig_mini.deathentity.pig_big.ambiententity.pig_big.hurtentity.pig_big.death
- Added new sound events for the Minecraft:chicken:
entity.chicken_picky.ambiententity.chicken_picky.deathentity.chicken_picky.hurtentity.chicken_picky.step
- Added new sound events for the Minecraft:cow:
entity.cow_moody.ambiententity.cow_moody.deathentity.cow_moody.hurtentity.cow_moody.step
- Added new sound events for the Minecraft:note block trumpet instrument:
block.note_block.trumpetblock.note_block.trumpet_exposedblock.note_block.trumpet_oxidizedblock.note_block.trumpet_weathered
- Removed Template:Cd from Template:Tag link entity type tag.
- Added new entity textures:
entity/villager/villager_baby.pngentity/villager/baby/desert.pngentity/villager/baby/jungle.pngentity/villager/baby/plains.pngentity/villager/baby/savanna.pngentity/villager/baby/snow.pngentity/villager/baby/swamp.pngentity/villager/baby/taiga.pngentity/zombie/drowned_baby.pngentity/zombie/drowned_outer_layer_baby.pngentity/zombie/husk_baby.pngentity/zombie/zombie_baby.pngentity/zombie_villager/zombie_villager_baby.pngentity/zombie_villager/baby/desert.pngentity/zombie_villager/baby/jungle.pngentity/zombie_villager/baby/plains.pngentity/zombie_villager/baby/savanna.pngentity/zombie_villager/baby/snow.pngentity/zombie_villager/baby/swamp.pngentity/zombie_villager/baby/taiga.pngentity/piglin/piglin_baby.pngentity/piglin/zombiefied_piglin_baby.pngentity/equipment/humanoid_baby/chainmail.pngentity/equipment/humanoid_baby/copper.pngentity/equipment/humanoid_baby/diamond.pngentity/equipment/humanoid_baby/gold.pngentity/equipment/humanoid_baby/iron.pngentity/equipment/humanoid_baby/leather_overlay.pngentity/equipment/humanoid_baby/leather.pngentity/equipment/humanoid_baby/netherite.pngentity/equipment/humanoid_baby/turtle_scute.png
Fixes
Template:Fixes Other
- Fixed issue where baby axolotl animations were being disrupted by walking animation.
Videos
Trivia
- Unlike most first-of-the-week snapshots, 26.1 Snapshot 7 was released on Wednesday instead of Tuesday, similar to the snapshots before 25w15a.
References
Template:Navbox Java Edition versions
Minecraft:de:26.1-snapshot-7 Minecraft:es:Java Edition 26.1 Snapshot 7 Minecraft:fr:Édition Java 26.1 Snapshot 7 Minecraft:ja:Java Edition 26.1 Snapshot 7 Minecraft:ko:Java Edition 26.1 스냅숏 7 Minecraft:lzh:爪哇版二六點一之快照七 Minecraft:nl:26.1 Snapshot 7 Minecraft:pt:Edição Java 26.1 Snapshot 7 Minecraft:ru:26.1 Snapshot 7 (Java Edition) Minecraft:th:รุ่น Java 26.1 Snapshot 7 Minecraft:zh:Java版26.1-snapshot-7