All versions
26.1-r1.5-fabric
Release
Enchants and Expeditions 26.1-r1.5-fabriclast month 1,579
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changed
- Critical Strike was given a 10% base bonus, increasing the chance of a crit from 10/20/30 to 20/30/40 for each level
- tweaked the description of Critical Strike
- overhauled the experience rebalance, using 2 actual formulas (one for below 100 levels and the other for at or above)
-
- the 0-99 formula has similar requirements to reach level 30, however is more linear than before, which benefits the higher level costs of enchanting
-
- the 100+ formula is even more aggressive in scaling than before, as it is intended to substantially limit level number bloat and is unlikely to influence normal gameplay otherwise
Config
- wolf armor and harnesses now have 4 enchantment slots by default
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:g1PZM73x:qxotJ4bP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g1PZM73x:qxotJ4bP"
}

