
Simple Snowy Fix (Forge / Fabric)
Fixes incorrect snow generation on tree leaves MC-119599
Обновлён 18 июня 2026 г. · опубликован 2 марта 2025 г.
This mod is a multiloader port of Simple Snowy Fix (fabric) by Apollo.
Differences with original mod:
- Added compatibility with many mods.
- Fixed many issues, like snow was generating on manually grown trees from saplings.
- Just fixes bug by default. Original mod was generating snow on leaves under leaves. We have config option for this, not enabled by default.
- Doesn't include the snow under trees feature, since it is implemented well in Snow Under Trees mod, which has fixed many problems and compatibility issues. There is no reason to duplicate its function.
Features
In Minecraft 1.12 and later, snow often doesn’t fully cover tree leaves in snowy biomes, including modded ones, making trees look bad—especially large modded ones.
It's because of a Vanilla bug, MC-119599. When terrain is generated chunk by chunk, snow is placed in a chunk before trees are added in neighboring chunks. If a tree’s leaves from a chunk generated later extend into a chunk generated earlier, the snow in the earlier chunk ends up under those leaves because it was already placed before the leaves appeared.
This very simple mod fixes this issue. No dependencies, just drop it in and it works.
If you have any questions, feel free to join my Discord server: https://discord.gg/Qp2PKbtnp6
Configuration
By default, it just fixes the bug. However, if you want snow to also generate on leaves under other leaves, you can enable this feature in the mod config (If you want snow biomes to look snowier).
Demo:
Compatibility
It should work out of the box with most worldgen mods that add new snowy biomes.
Tested:
- Biomes O' Plenty
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
If a mod implements trees in some cursed way, it might require a patch. Feel free to open an issue. It won't create problems. If there is some compatibility issue, the fix just won't apply to those biomes.
Performance
Very well, you will notice no difference. It takes less than an additional 100ms (0.1s) to generate a 32-chunk radius of snowy biome with a lot of leaves. This was profiled directly from the code, ensuring 100% accuracy.
Improve your Snow Generation
If you want a more perfect snow experience, I suggest also using these mods:
- Snow Under Trees to let snow generate under trees.
- Snow! Real Magic! ⛄ to let grass, flowers, etc. generate with snow.
Demo:


Note: Screenshots were taken with the Snow Under Trees and Snow! Real Magic! ⛄ mods installed.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.2.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric, quilt | 18 июня 2026 г. | .jar (117 КБ) |
| 2.2.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | forge | 18 июня 2026 г. | .jar (115 КБ) |
| 2.2.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | neoforge | 18 июня 2026 г. | .jar (116 КБ) |
| 2.2.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 18 июня 2026 г. | .jar (130 КБ) |
| 2.2.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | forge | 18 июня 2026 г. | .jar (116 КБ) |
| 2.2.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 18 июня 2026 г. | .jar (130 КБ) |
| 2.2.0 | Релиз | 26.1-rc-1, 26.1-rc-2, 26.1-rc-3, 26.1 | forge | 25 марта 2026 г. | .jar (114 КБ) |
| 2.2.0 | Релиз | 26.1-rc-1, 26.1-rc-2, 26.1-rc-3, 26.1 | fabric, quilt | 25 марта 2026 г. | .jar (115 КБ) |
| 2.2.0 | Релиз | 26.1-rc-1, 26.1-rc-2, 26.1-rc-3, 26.1 | neoforge | 25 марта 2026 г. | .jar (114 КБ) |
| 2.1.9 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 4 февраля 2026 г. | .jar (118 КБ) |
| 2.1.9 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | forge | 4 февраля 2026 г. | .jar (116 КБ) |
| 2.1.9 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 4 февраля 2026 г. | .jar (117 КБ) |
| 2.1.8 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 3 февраля 2026 г. | .jar (118 КБ) |
| 2.1.8 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | forge | 3 февраля 2026 г. | .jar (117 КБ) |
| 2.1.8 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 3 февраля 2026 г. | .jar (118 КБ) |
Показаны последние 15 из 45 версий. Все версии — на Modrinth.
Ченджлог
2.2.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 18 июня 2026 г.
2.2.1:
- 1.21.1 NeoForge and Fabric: Fixed changes in regions unexplored.
- 26.1: Re-added mods compatibility logic for mods which have been ported to 26.1.
- Ported mod to 26.2.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.0Релиз26.1-rc-2, 26.1-rc-3, 26.1 · 25 марта 2026 г.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
2.2.0Релиз26.1-rc-2, 26.1-rc-3, 26.1 · 25 марта 2026 г.
2.2.0:
- 26.1 port.
2.1.9:
- Fixed crash in case of datapacks generating super large trees and Serene Seasons involved.
2.1.8:
- Forgot to mark 1.21.11 as compatible.
2.1.7:
- Marked 1.21.11 as compatible.
- Fixed crash in case of datapacks generating super large trees.
2.1.5:
- Added MinecraftForge support for 1.21.1+.
- Marked 1.21.8 - 1.21.10 as compatible.
- Fixed Regions Unexplored compatibility on fabric 1.21.1.
2.1.4:
- 1.21.6, 1.21.7 marked as compatible.
- Added dynamic trees mod compat.
- Using
IMixinConfigPluginto prevent warnings by compatibility mixins.
2.1.3:
- 1.21.5
2.1.2:
- Fixed compat with new version of Oh The Trees You'll Grow.
2.1.1:
- Fixed snow was generating on manually grown trees from saplings.
2.1.0:
Added compatibility with mods:
- Regions Unexplored
- Oh The Biomes We've Gone (and all other mods using Oh The Trees You'll Grow)
Now snow generation only on top leaves (just fixing bug). However, if you want snow to also generate on leaves under other leaves (as it was before update), you can enable this feature in the mod config (If you want snow biomes to look snowier).
2.0.0:
- Initial release
Полная история изменений — на Modrinth.
Комментарии
Загружаем…