26.2_1
Compatibility
Changes
Added Tree Feller enchantment (axes) — breaks all connected logs, then only leaves linked to that tree JEI support — usage guide and custom enchantment descriptions in the Information tab Fixed Vein Miner now works on Nether quartz Tree Feller no longer removes leaves from nearby trees NEI menu allows enchantments up to level 10 (single-level enchantments stay at max 1) Note JEI is optional; the mod works fine without it
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:lv9uHiPU:pcV6FPB7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lv9uHiPU:pcV6FPB7"
}

