SnowyLeavesPlus

When it is snowing, leaves will slowly turn white, and when it is not, they will turn back to normal

656,48k

SnowyLeavesPlus

> # 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

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/`

ADS