Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 5 days ago
All versions
3.14.0-26.2+fabric
Release
v3.14.0-26.2+fabric5 days ago 122
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
v3.14.0-26.2+fabric
Fabric, NeoForge & Paper
- make Magnetic enchanted books available from desert librarians when the Villager Trade Rebalance experiment is enabled
- add an optional collection of natural leaf-decay drops (#99)
- disabled by default through the new
leafDecayconfig section - preserves eligibility from the original log break and supports accelerated decay mods
- expires player attribution after a configurable timeout
- disabled by default through the new
Fabric & NeoForge
- fix mob drops not being collected when Puzzles Lib defers spawning them (#97)
- restores compatibility with Pick Up Notifier on Fabric
- fix a memory leak that was caused by the animation not untracking the item entities after completion
Paper
- make Magnetic enchantment name translatable
- the client mod will now actually translate the enchantment name :)
- add compatibility for the TreeCapitator datapack (#89)
Optional dependencies
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:LLfA8jAD:aYIaURLl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LLfA8jAD:aYIaURLl"
}




