Skip to content

Commit 43847bb

Browse files
authored
docs: add technical changelog for Minecraft 26.1 snapshot 2 (#43)
1 parent 6e8388c commit 43847bb

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

26.1/26.1-snapshot-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pack breaking | Data pack format has been increased to `95.0`.
1+
pack obsolete breaking | Data pack format has been increased to `95.0`.
22

3-
pack breaking | Resource pack format has been increased to `76.0`.
3+
pack obsolete breaking | Resource pack format has been increased to `76.0`.
44

55
jar | The game now requires Java 25. The included Java distribution is now the Microsoft build of OpenJDK 25.
66

26.1/26.1-snapshot-2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
pack breaking | Data pack format has been increased to `96.0`.
2+
3+
pack breaking | Resource pack format has been increased to `77.0`.
4+
5+
data variant | Changed wolf sound variant definitions. The `sound_events` field in `wolf_sound_variant` has been renamed to `adult_sounds`, and a new `baby_sounds` field was added.
6+
7+
nbt entity | The `current_explosion_impact_pos` and `current_impulse_context_reset_grace_time` fields have been moved from players to all mobs and armor stands.
8+
9+
nbt entity breaking | Removed the `ignore_fall_damage_from_current_explosion` field from players.
10+
11+
tag | Added `#metal_nuggets` item tag, which includes copper, iron, and gold nuggets.
12+
13+
assets | Added new entity textures for baby animals, including variants.
14+
15+
assets breaking | Renamed entity textures to standardize naming conventions.
16+
17+
assets breaking | Moved entity textures into subdirectories for better organization.
18+
19+
sound | Added new sound events for baby cats: `entity.baby_cat.ambient`, `entity.baby_cat.hiss`, `entity.baby_cat.hurt`, `entity.baby_cat.death`, `entity.baby_cat.eat`, `entity.baby_cat.beg_for_food`, `entity.baby_cat.purr`, `entity.baby_cat.purreow`, and `entity.baby_cat.stray_ambient`.
20+
21+
sound | Added new sound events for baby pigs: `entity.baby_pig.ambient`, `entity.baby_pig.hurt`, `entity.baby_pig.death`, and `entity.baby_pig.step`.
22+
23+
sound | Added new sound events for baby wolves: `entity.baby_wolf.ambient`, `entity.baby_wolf.growl`, `entity.baby_wolf.death`, `entity.baby_wolf.hurt`, `entity.baby_wolf.pant`, `entity.baby_wolf.whine`, and `entity.baby_wolf.step`.

0 commit comments

Comments
 (0)