Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
fabric-1.21-2.0.0
Release
IPN 2.0.0 for fabric 1.212 years ago 151.7K
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's new
2.0.0
- Added 1.21 compatibility.
- Requires libIPN v5.0.0+
- Lots of incompatible changes. You can thank Mojang for that. The mod will warn you that you need to update your configs.
- Profiles
- Format have changed and now relies on components not just enchantments.
- The config file name is now
profiles-v2.txt. - You are better off creating totally new profiles then trying to translate the old file.
- Villager trading bookmarks
- Format have changed.
- The config file name is now
villager-trading-config-v2.json - You will have to make all of your bookmarks.
- Don't just copy the old file to the new name it will appear to load but it won't work.
- Custom sort rules
- Format have changed.
- The file names are now
*.rules-v2.txt - If you don't have NBT in your rules you are lucky and can just rename the files.
- For the unlucky people all NBT rules now have a new required argument
component_id. - Try ctrl+c over an item in your inventory... you can thank me latter.
- Profiles
- In other news versions of Minecraft bellow 1.21 will no longer receive updates.
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:jc4p83Hm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:jc4p83Hm"
}




