Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishikyoo/leavesly
All the leaves will slowly be covered with snow when the snowstorm comes
https://github.com/ishikyoo/leavesly
minecraft minecraft-fabric-mod minecraft-mod minecraft-quilt-mod
Last synced: 24 days ago
JSON representation
All the leaves will slowly be covered with snow when the snowstorm comes
- Host: GitHub
- URL: https://github.com/ishikyoo/leavesly
- Owner: ishikyoo
- License: other
- Created: 2024-09-25T18:26:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:54:31.000Z (24 days ago)
- Last Synced: 2024-10-23T23:44:50.596Z (24 days ago)
- Topics: minecraft, minecraft-fabric-mod, minecraft-mod, minecraft-quilt-mod
- Language: Java
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leavesly: Sapling
In Bedrock Edition, there is an exclusive feature that turns some of the leaves white when it is snowing. Leavesly brings this feature to Java Edition with some enhancements, such as:
- Snow will affect all leaves.
- Vines are also affected by snow.
- There are different levels of coverage depending on the exposure of the leaves to the snow.
- Flowers and fruits from the leaves are not affected by the snow.
- Jungle leaves now have cocoa pods (`Podded Jungle Leaves` resource pack).
- Short grass, fern, tall grass and large fern are also affected by snow.## Support
This branch support `Minecraft` versions from `1.19.4` to `1.21.1`.## Installation
- ### LeaveslyYou can install `Leavesly` by downloading it from the following:
[![GitHub Downloads](https://img.shields.io/github/downloads/ishikyoo/leavesly/total?style=for-the-badge&logo=github&color=F5F5F5)](https://github.com/ishikyoo/leavesly)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/leavesly?style=for-the-badge&logo=modrinth&color=00AD5B)](https://modrinth.com/mod/leavesly)
[![CurseForge Downloads](https://img.shields.io/curseforge/dt/1109585?style=for-the-badge&logo=curseforge&color=F16436&)](https://www.curseforge.com/minecraft/mc-mods/leavesly)Simply place the mod file `leavesly-1.1.0+sapling.jar` in your `.minecraft\mods` folder, and load Minecraft using [Fabric](https://fabricmc.net/use/installer) or [Quilt](https://quiltmc.org/en/install).
You will need Fabric API or Quilted Fabric API.- ### Podded Jungle Leaves
You can install `Podded Jungle Leaves` by downloading it from the following:
[![GitHub Downloads](https://img.shields.io/github/downloads/ishikyoo/podded-jungle-leaves/total?style=for-the-badge&logo=github&color=F5F5F5)](https://github.com/ishikyoo/podded-jungle-leaves)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/podded-jungle-leaves?style=for-the-badge&logo=modrinth&color=00AD5B)](https://modrinth.com/resourcepack/podded-jungle-leaves)
[![CurseForge Downloads](https://img.shields.io/curseforge/dt/1126856?style=for-the-badge&logo=curseforge&color=F16436&)](https://www.curseforge.com/minecraft/texture-packs/podded-jungle-leaves)Simply place the resource pack file `PoddedJungleLeaves.zip` in your `.minecraft\resourcepacks` folder. You will require to install `Leavesly`.
You can also install them using [Prism Launcher](https://prismlauncher.org), or any other mod manager you like.
## Compiling from Source
Prerequisites: JDK 21
1. Clone this repository by running `git clone https://github.com/ishikyoo/leavesly.git` or `gh repo clone ishikyoo/leavesly`
2. Build the project by running `./gradlew build`
3. The mod jar file can be found at `build/libs/`