
SnowyLeavesPlus
When it is snowing, leaves will slowly turn white, and when it is not, they will turn back to normal
Обновлён 7 октября 2025 г. · опубликован 15 апреля 2022 г.
NOTICE
I have decided to abandon this mod as the method it uses to implement the mechanic is fundamentally broken and causes issues when mod is present on the client but not on the server. I tried working around it but I'm not proficient enough in Minecraft modding to make it work. The project has an open-source license so anyone who is willing is free to fork this project and update it.
As of May 2026 there is a mod for 1.21.11 called Visual Snowy Leaves that address some of the issues of this mod by implementing the feature client-side using shaders, however it has some of its own issues due to using that method.
Old readme
SnowyLeavesPlus
In Bedrock Edition, leaves slowly turn white when it is snowing. SnowyLeavesPlus brings this feature to Java Edition! When it is snowing, leaves will slowly turn white, and when it is not, they will turn back to normal.
Installation
You can install SnowyLeavesPlus by downloading it from any of the following:
You will also need (Quilted) Fabric API. Put the mod files in your mods folder, and load Minecraft using Fabric or Quilt.
You can also use a mod manager like GDLauncher, Prism Launcher, or my own ferium.
Compiling from Source
Prerequisites: JDK 17
- Clone this repository by running
git clone https://github.com/theRookieCoder/SnowyLeavesPlus.gitorgh repo clone theRookieCoder/SnowyLeavesPlus - Build the project by running
./gradlew build - The mod jar file can be found at
build/libs/
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.15-mc1.21.9 | Бета | 1.21.6, 1.21.7, 1.21.8, 1.21.9 | fabric, quilt | 7 октября 2025 г. | .jar (168 КБ) |
| 0.1.14-mc1.21.6 | Бета | 1.21.5, 1.21.6 | fabric, quilt | 29 июня 2025 г. | .jar (168 КБ) |
| 0.1.13-mc1.21.4 | Бета | 1.21.4 | fabric, quilt | 18 декабря 2024 г. | .jar (168 КБ) |
| mc1.21.1-0.1.12 | Бета | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric, quilt | 13 сентября 2024 г. | .jar (168 КБ) |
| mc1.21-0.1.12 | Бета | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, quilt | 15 июня 2024 г. | .jar (168 КБ) |
| mc1.21-0.1.11 | Бета | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, quilt | 10 июня 2024 г. | .jar (167 КБ) |
| mc1.21-pre4-0.1.10 | Бета | 1.20.4, 1.20.5, 1.20.6, 1.21-pre4 | fabric, quilt | 9 июня 2024 г. | .jar (167 КБ) |
| mc1.20.4-0.1.9 | Бета | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 13 декабря 2023 г. | .jar (167 КБ) |
| mc1.20.2-0.1.8 | Бета | 1.19.4, 1.20, 1.20.1, 1.20.2 | fabric, quilt | 22 сентября 2023 г. | .jar (168 КБ) |
| mc1.20.1-0.1.7 | Бета | 1.19.4, 1.20, 1.20.1 | fabric, quilt | 30 августа 2023 г. | .jar (168 КБ) |
| mc1.20-0.1.6 | Бета | 1.19.4, 1.20 | fabric, quilt | 7 июня 2023 г. | .jar (168 КБ) |
| mc1.19.3-0.1.5 | Бета | 1.19, 1.19.1, 1.19.2, 1.19.3 | fabric, quilt | 15 марта 2023 г. | .jar (168 КБ) |
| mc1.19.4-0.1.5 | Бета | 1.19.4 | fabric, quilt | 15 марта 2023 г. | .jar (168 КБ) |
| 0.1.4 | Бета | 1.19, 1.19.1, 1.19.2, 1.19.3 | fabric, quilt | 9 декабря 2022 г. | .jar (168 КБ) |
| 0.1.3 | Бета | 1.19.2 | fabric, quilt | 26 ноября 2022 г. | .jar (168 КБ) |
Показаны последние 15 из 18 версий. Все версии — на Modrinth.
Ченджлог
0.1.15-mc1.21.9Бета1.21.7, 1.21.8, 1.21.9 · 7 октября 2025 г.
Update to 1.21.9
0.1.14-mc1.21.6Бета1.21.5, 1.21.6 · 29 июня 2025 г.
Update to 1.21.6
0.1.13-mc1.21.4Бета1.21.4 · 18 декабря 2024 г.
Update to 1.21.4
mc1.21.1-0.1.12Бета1.20.6, 1.21, 1.21.1 · 13 сентября 2024 г.
Update to 1.21.1
mc1.21-0.1.12Бета1.20.5, 1.20.6, 1.21 · 15 июня 2024 г.
Fully update to 1.21
mc1.21-0.1.11Бета1.20.5, 1.20.6, 1.21 · 10 июня 2024 г.
Fixed a bug where cherry leaves and non-modded leaves would never decay.
Thank you to @Fourmisain for pointing this out!
mc1.21-pre4-0.1.10Бета1.20.5, 1.20.6, 1.21-pre4 · 9 июня 2024 г.
- Code improvements
- Updated to
1.21prerelease 4 - Made cherry leaves look normal again
mc1.20.4-0.1.9Бета1.20.2, 1.20.3, 1.20.4 · 13 декабря 2023 г.
Update to 1.20.4
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
