Creators
Details
5.3.3
Compatibility
Changes
Supported server versions
Paper: 26.2, 26.1.2, 1.21.11, 1.21.10, 1.21.9
Spigot: 26.2, 26.1.2, 26.1.1, 26.1
Announcement
The communities I'm involved in have moved away from Minecraft. As a result, I don't have a finger on the pulse and don't notice when updates happen. I'm still happy to update OI, but I need your help! If Minecraft updates and you don't see a pull request working on it, please open an issue to let me know.
What's Changed
- Add support for 26.2
- Thank you to @kalkafox for producing an initial adapter for Paper 26.2.
- Spigot is no longer using versioned packages, so expect to see Spigot supporting similar versions to Paper as time goes on.
- Drop support for 1.21.6-1.21.8
- Replaced link listing for unsupported versions with a new wiki page: https://github.com/Jikoo/OpenInv/wiki/Supported-Versions
- Since most people see the unsupported version message when Minecraft updates rather than when trying to install modern OI on an ancient server, it's easier to have an externally-maintainable listing rather than include known versions at the time into each release. This will also allow me to post announcements when updates are in-progress, making it easier for you to find out what the status is by checking a single place.
New Contributors
- @kalkafox made their first contribution in #406
Full Changelog: 5.3.2...5.3.3
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:1UlvXbzL:fBzOI2qU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1UlvXbzL:fBzOI2qU"
}

