Links
Tags
Creators
Details
2.4.1
Compatibility
Changes
2.4.1
Minecraft 26.2. The 26.1.2 build is no longer updated.
Your boxes keep their identity
The tracking was rebuilt around one order of resolution — stamp, session ledger, saved chest ledger, slot position, contents — instead of several heuristics that used to disagree. In practice: a record follows its box through placing, breaking, dropping, hopper extraction, chest moves and server resyncs, including on servers that strip custom item data on every click.
Fixed
- Renaming in an anvil works. …
- A box in an anvil input is still yours. …
- A renamed box keeps its history …
- One click that moves two stacks …
- Marks survive a restart, a chest reopen and a relog …
- A damaged save is never overwritten. …
New since 2.3.1
- Locate: HUD compass, world overlay, hotb
- Search across everything tracked, grouped by material
- Marker icon and colour configurable
Known
Two boxes with the same type, name and contents can swap which record they carry. The count stays right; which record sit
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:K9EVYX86:VqGCjYl2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K9EVYX86:VqGCjYl2"
}

