Description
> # 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](https://modrinth.com/mod/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:
[](https://modrinth.com/mod/snowyleavesplus)
[](https://github.com/theRookieCoder/SnowyLeavesPlus/releases)
[](https://www.curseforge.com/minecraft/mc-mods/snowyleavesplus)
You will also need (Quilted) Fabric API. Put the mod files in your `mods` folder, and load Minecraft using [Fabric](https://fabricmc.net/use/installer) or [Quilt](https://quiltmc.org/en/install).
You can also use a mod manager like [GDLauncher](https://gdlauncher.com), [Prism Launcher](https://prismlauncher.org), or my own [ferium](https://github.com/gorilla-devs/ferium).
## Compiling from Source
Prerequisites: JDK 17
1. Clone this repository by running `git clone https://github.com/theRookieCoder/SnowyLeavesPlus.git` or `gh repo clone theRookieCoder/SnowyLeavesPlus`
2. Build the project by running `./gradlew build`
3. The mod jar file can be found at `build/libs/`