All versions
5.1.1+26.1
Release
ExoScanner 5.1.1+26.1yesterday 13
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
5.1.1 - 2026-09-11
Added
- Added named command autofill for the true colors Mint, Maroon, Navy, Ice, Gold, Nint, Pistachio, Brick, Dark Cyan, Grape, Jade, and Stone.
- Added a
type=modifier to/exo searchfor filtering results by illegal color type. - Added
anyas a/exo searchcolor value for searching an armor without filtering by color.
Fixed
- Fixed line-oriented legacy database imports stopping after a malformed dictionary; recoverable records are now parsed independently and unparseable records are reported as failures.
- Fixed database imports skipping username and player UUID backfills when the imported record had the same or an older scan timestamp.
- Fixed newer imported records with missing owner fields erasing a locally known username or player UUID.
Changed
- Existing-database backfill completion is now persisted so the full local database is uploaded only once; turning the option off and back on requests another backfill.
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:DjlYVzoU:RAldUq2v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DjlYVzoU:RAldUq2v"
}


