Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 months ago
All versions
1.10.2-fabric-1.20.2
Release
1.10.23 months ago 40.1K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.3–1.19.4
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
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:1jvt7RTc:fBm0nBm4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1jvt7RTc:fBm0nBm4"
}
