Tags
Creators
Details
2.1.0-1.20.1
Compatibility
Changes
The mod has been completely rewritten improving the system of blocking access to inventories that were already being edited, the detection and management of inventories of disconnected players and the screens of each container have been rewritten for better optimization and maintainability in the future.
If you find any problem do not hesitate to report it, I will try to fix it as soon as possible, before releasing this update for the other versions of the game.
Changelog:
- Added support to the inspection and modification of the cosmetics inventory of curios cosmetics.
- Added support for Backpacked mod backpacks.
Bugfixes:
- Fixed the problem that sometimes caused the quark and travelers' backpacks not to open when the player was disconnected.
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:RXM1nxge:nEsTLkcQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RXM1nxge:nEsTLkcQ"
}

