Skip to content

Commit 20d7d8f

Browse files
docs: Update blog article for 1.21.5
1 parent 1db0e8b commit 20d7d8f

1 file changed

Lines changed: 133 additions & 34 deletions

File tree

docs/src/blog/1_21_5-update.md

Lines changed: 133 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,167 @@
11
---
2-
visibility: hidden
32
authors:
4-
- name: Oliver Schlüter
5-
email: oliver@fancyplugins.de
6-
link: https://github.com/OliverSchlueter
7-
avatar: https://avatars.githubusercontent.com/u/79666085?v=4
3+
- name: Oliver Schlüter
4+
email: oliver@fancyinnovations.com
5+
link: https://github.com/OliverSchlueter
6+
avatar: https://avatars.githubusercontent.com/u/79666085?v=4
87

9-
description: The reasons why we switched to a monorepo for our Minecraft plugins and libraries.
8+
title: 1.21.5 Update (Spring to Life)
9+
description: Everything you need to know about the 1.21.5 update.
1010
---
1111

1212
![](../static/1_21_5-update.png)
1313

14-
# 1.21.5 Update
15-
1614
In this article, we will talk about the changes in the 1.21.5 update, what that means for our plugins and how we will benefit from the Paper hardfork.
1715

18-
## Changes in 1.21.5 :icon-log:
16+
## :icon-log: Changes in 1.21.5
17+
18+
!!!
19+
Official release notes can be found [here](https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-5).
20+
!!!
21+
22+
### New Animal Variants
23+
24+
**Pigs, Cows, and Chickens** now have **warm and cold variants**, determined by the biome they spawn in.
25+
26+
- **Warm Variants**: Found in deserts, jungles, badlands, etc.
27+
- **Cold Variants**: Found in snowy and End biomes.
28+
- Chickens lay new **Blue (cold)** and **Brown (warm)** eggs.
29+
- **Sheep** now spawn with wool color based on the biome's temperature:
30+
- **Cold**: Mostly black
31+
- **Warm**: Mostly brown
32+
- **Temperate**: Mostly white
33+
34+
### New Wolf Sound Personalities
35+
36+
Wolves now randomly get one of **seven unique sound sets**:
37+
- Classic
38+
- Big
39+
- Cute
40+
- Puglin
41+
- Angry
42+
- Grumpy
43+
- Sad
44+
45+
Each variant has distinct ambient, growl, pant, whine, hurt, and death sounds.
46+
47+
### Spawn Egg Visual Overhaul
48+
49+
Spawn Eggs now visually reflect the **mob's personality and size**, improving readability and accessibility.
50+
51+
### New World Generation Features
52+
53+
**Fallen Trees**
54+
- Found in most forested biomes.
55+
- Come in **oak, birch, jungle**, and **spruce** variants.
56+
- Sometimes decorated with mushrooms or vines.
57+
58+
**Firefly Bush**
59+
- Grows near water in Swamps, Badlands, and Mangrove Swamps.
60+
- Emits light and glowing particles at night.
61+
- Can be bonemealed to spread.
62+
63+
**Leaf Litter**
64+
- Found in Forests and Dark Forests.
65+
- Placed in up to 4 layers per block.
66+
- Tinted based on biome and usable as fuel or compost.
1967

20-
### Game changes
68+
**Wildflowers**
69+
- Found in Birch Forests, Meadows.
70+
- Stackable flowers that can be bonemealed.
71+
- Craftable into Yellow Dye.
2172

22-
**New Blocks and Features**
73+
**Bushes**
74+
- Appear in patches in Windswept, Birch, and River biomes.
75+
- Collectable with shears or Silk Touch.
2376

24-
- Vegetation: Introduction of Firefly Bush, Leaf Litter, Wildflowers, Bush, Short Dry Grass, Tall Dry Grass, and Cactus Flower blocks, enhancing the natural diversity of various biomes. 
25-
- Fallen Trees: New fallen tree generation adds to the realism of forested areas. 
26-
- Ambient Sounds: Desert and Badlands biomes now feature new ambient block sounds, providing a more immersive environment.
77+
**Dry Grass**
78+
- Short and Tall variants now generate in deserts and badlands.
79+
- Bonemealable and compostable.
80+
- Eaten by Sheep.
2781

28-
**Farm Animals Variants**
82+
**Cactus Flowers**
83+
- Grow on Cactus blocks.
84+
- Used for Pink Dye or compost.
85+
- Require open space on all sides.
2986

30-
Pigs, Cows, and Chickens now have warm and cold variants, determined by the biome in which they spawn. For instance, cold variants appear in biomes like Frozen Peaks and Snowy Plains, while warm variants are found in Deserts and Jungles. When bred, offspring randomly inherit one of the parent’s variants, irrespective of the current biome. Additionally, Chickens lay new types of eggs corresponding to their variants: Blue Eggs for cold Chickens and Brown Eggs for warm Chickens.
87+
### Falling Leaf Particles
3188

32-
**Sheep Wool Color**
89+
All **Leaf blocks** now randomly emit gentle falling leaf particles for added ambience.
3390

34-
Sheep wool color now depends on the biome:
35-
- Temperate biomes: Commonly white; uncommon colors include black, gray, light gray, and brown; rare chance for pink.
36-
- Cold biomes: Commonly black; uncommon colors are gray, light gray, white, and brown; rare chance for pink.
37-
- Warm biomes: Commonly brown; uncommon colors are black, white, gray, and light gray; rare chance for pink.
91+
### New Ambient Sounds
3892

39-
**Spawn Eggs**
93+
- **Desert and Badlands** blocks like sand and terracotta now emit subtle ambient sounds.
94+
- Dead Bushes can also trigger audio ambiance when placed on terracotta or sand.
4095

41-
Visuals for Spawn Eggs have been overhauled to improve readability and accessibility, with designs reflecting the personality and size of the respective mobs.
96+
### Visual & Gameplay Tweaks
97+
98+
- **New main menu panorama** for Spring to Life.
99+
- **Beacon beams** now render up to **2048 blocks high** and are thicker at long distances.
100+
- **Lodestones** have a new crafting recipe and spawn in Ruined Portals.
101+
- Updated textures for **Cows, Mooshrooms, and Sheep**.
102+
103+
### Cartographer & Wandering Trader Updates
104+
105+
**Cartographer**
106+
- Sells 7 new maps pointing to structures in different biomes.
107+
- Village-specific map offerings and colored banners.
108+
109+
**Wandering Trader**
110+
- Now buys **basic supplies** like water bottles, hay bales.
111+
- Offers new trades including **logs, potions**, and **enchanted tools**.
112+
113+
### Mob Spawning & Biomes
114+
115+
- **Camels** now spawn in Deserts.
116+
- **Cows, Pigs, Chickens, and Sheep** can spawn in **Badlands**.
117+
- **Woodland Mansions** can generate in the **Pale Garden** biome.
118+
- **Meadows** have slightly sparser short grass.
119+
120+
### Technical & Gameplay Improvements
121+
122+
- **Game Tests** are now accessible via datapacks using the `/test` command.
123+
- **Simulation distance** improvements: tick behavior for crops, snow, and cauldrons extended to all loaded chunks.
124+
- Various **networking, UI, and tooltip** enhancements.
125+
- Sound rebalancing and expanded **Iron block sound types**.
126+
127+
### Dev Features & Fixes
128+
129+
- New `--renderDebugLabels` argument for developers.
130+
- Enhanced **Game Test automation** with new command-line tools.
131+
- Reverted fix to sprint slowdown mechanics to improve parkour experience.
132+
- Minor fixes to **items, sounds, and Realms uploads**.
133+
134+
### And yes, as always...
135+
136+
> **Removed Herobrine.**
42137
43138
### Packet changes
44139

45-
Not much has changed in the packet system.
140+
Little has changed in the packet system.
46141

47-
Removed packets:
142+
**Removed packets**
48143
- `ClientboundAddExperienceOrb`
49144

50-
Added packets:
145+
**Added packets**
51146
- `ClientboundTestInstanceBlocksStatus`
52147
- `ServerboundSetTestBlock`
53148
- `ServerboundTestInstanceBlockAction`
54149

55-
## Changes in the plugins :icon-megaphone:
150+
## :icon-megaphone: Changes in the plugins
56151

57152
### FancyNpcs
58153

59154
FancyNpcs now supports 1.21.5. Update to version [2.5.0](https://modrinth.com/plugin/fancynpcs/version/2.5.0) to get the new features and changes.
60155

61156
**New Attributes:**
62157

63-
| Npc Type | Attr. Name | Possible Values |
64-
|----------|------------|-----------------------|
65-
| Pig | variant | temperate, cold, warm |
66-
| Cow | variant | temperate, cold, warm |
67-
| Chicken | variant | temperate, cold, warm |
158+
| Npc Type | Attr. Name | Possible Values |
159+
|----------|--------------|-----------------------|
160+
| Pig | variant | temperate, cold, warm |
161+
| Cow | variant | temperate, cold, warm |
162+
| Chicken | variant | temperate, cold, warm |
163+
| Cat | collar_color | (all colors) |
164+
| Wolf | collar_color | (all colors) |
68165

69166

70167
### FancyHolograms
@@ -73,7 +170,7 @@ FancyHolograms now supports 1.21.5. Update to version [2.5.0](https://modrinth.c
73170

74171
There are no other changes in FancyHolograms.
75172

76-
## Paper Hardfork :icon-repo-forked:
173+
## :icon-repo-forked: Paper Hardfork
77174

78175
You can read about the reasons and changes in this article on the PaperMC forum: [The future of Paper - Hard fork](https://forums.papermc.io/threads/the-future-of-paper-hard-fork.1451/).
79176
It basically allows the Paper team to work on adding support for new versions after without having to wait on Spigot to update. This means that Paper is able to also update to snapshots, pre-releases and release candidates.
@@ -83,4 +180,6 @@ This is perfect for us, because we can as well update our plugins faster to new
83180

84181
## Conclusion
85182

86-
We are excited about the new changes and the Paper hardfork. We are looking forward to updating our plugins to the new version and snapshots faster than before.
183+
We are excited about the new changes and the Paper hardfork. We are looking forward to updating our plugins to the new version and snapshots faster than before.
184+
185+
Read the full release notes of the 1.21.5 update [here](https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-5).

0 commit comments

Comments
 (0)