Links
Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated last month
All versions
2.1
Release
Mod 2.1last year 987
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
This update and changelog are based on version 2.0.
- Optimized redundant code sections (What was I even writing back then?)
- Revised mineral drop mechanics to enable multiple mineral drops per instance (though it is possible to get none)
- Overhauled enchantment book drops:
- Now guarantees an enchantment book drop
- 50% chance for books equivalent to Enchanting Table level 30 enchants
- 50% chance for Swift Sneak enchantment books with levels uniformly distributed between 1-3
- Increased maximum drop quantity for Golden Apples
- Doubled Bottles o' Enchanting drop rate (interim solution as datapacks cannot directly modify mob XP values)
- Separated drop pools for Echo Shards/Recovery Compasses and Disc Fragment 5/Disc 5 - both can now drop simultaneously
Translated by DeepSeek-R1
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:T2Z3j2pD:33ihoPRJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T2Z3j2pD:33ihoPRJ"
}

