Tags
Creators
Details
Licensed CC0-1.0
Published 5 years ago
Updated 2 months ago
All versions
1.6.0+MC1.21-1.21.1
Release
1.6.0+MC1.21-1.21.12 years ago 1,364
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Port 1.5.0 to 1.21-1.21.1
From 1.5.0: Port 1.4.0 to 1.20.2-1.20.6
From 1.4.0:
- Port 1.3.0 to 1.20-1.20.1
- Includes fix for Swamp Oak Trees' outermost leaves decaying when they shouldn't
From 1.3.0: Port 1.2.0 to 1.19.3-1.19.4
From 1.2.0:
- Substantial internal changes, including a dedicated leaves decay tick scheduler
- Fixed some Twilight Forest trees' leaves decaying when they shouldn't
- Added tags for Twilight Forest trees
- Fixed Yung's better Mineshafts' Overgrown Mineshafts' leaves decaying when they shouldn't
- Removed builtin "oak_leaves_recognize_jungle_logs" and made it part of mod data instead; if you want to make it so
Oak Leaves don't recognize Jungle Logs, you can still do so with a datapack that blocks
leaves_us_in_peace:jungle_bush_leaves - Added
leaves_us_in_peace:decays_slowlytag to prevent accelerated decay for certain leaves. This can be used to work around modded leaves that don't work with Leaves Us In Peace's accelerated decay. Please report any such leaves on the Leaves Us In Peace issue tracker. - Added Traverse blocks to "wood_prevents_decay"
- Added (translatable) descriptions for builtin data packs
- Removed the "Download translation updates" config and the bundled CrowdinTranslate mod
A cumulative changelog can be found here
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:IIpWIe1o:qs2YQhJe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IIpWIe1o:qs2YQhJe"
}

