Tags
Creators
Details
fabric-1.21.4-2.1.3
Compatibility
Required content
Changes
What's new
2.1.3
-
initial support for fabric 1.21.5
-
Major changes to how enchanted items/books are sorted. The tooltip enchantment order will be used.
Until now an internal metric::enchantments_scorewas used (the more and, higher level, enchantments
the better). However, since 1.21 the enchantments are shown in the item tooltips in specific order.
So IPN now uses that order when sorting enchanted items.
If you want to use the new order in your rules it is called::enchantments_tooltip_order -
Auto refill changes. Version 1.21.5 is a major step towards fully data-driven items.
As a consequence, auto refill for armour and tools now uses the data to find the best match.
There will be no noticeable change in behaviour for vanilla items, but it is possible some server
generated or mod-supplied items may behave differently.
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:O7RBXm3n:QAPrQPM0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:QAPrQPM0"
}




