Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 5 months ago
All versions
0.4.0+mc1.20.1
Release
0.4.0 for Minecraft 1.20.12 years ago 213
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
- Config can force disable and enable snowy leaves (
snowyMode) - Config can change the update frequency during duration: more frequent is smoother but may only affect the nearest chunks, less frequent is not as smooth but many chunks get to update. All chunks will change after the transition finishes.
- Config can change the transition duration, the progress should map most of the time into the new duration
- Config can change the target blocks to snowy-fy, may need custom resource pack to work with other blocks
- Currently, no config screen just yet, maybe it won't need one
- Inline error lines for json syntax errors (ignored and removed on successful config reload)
- Reload config through the config button in Mod Menu
- Rebuild frequency and transition duration uses the format
hours:minutes:seconds+ticks - Rebuild frequencies greater than the transition duration will still rebuild chunks on the end of the transition
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| visual-snowy-leaves-0.4.0+mc1.20.1-sources.jar | Unknown | 55.06 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Ff2M7Ii7:8XRHPuh3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ff2M7Ii7:8XRHPuh3"
}

