1.2.1+mc26.2
Compatibility
Changes
1.2.1
Supported: MC 26.1–26.1.2 and 26.2 (Fabric).
Fixed
- Hypixel menus no longer land in the database. The scanner now indexes only containers whose title exactly matches a vanilla storage name (Chest / Large Chest / Barrel / Shulker Box, in your client language). Every server menu — Loadouts, the "At what price are you selling?" auction dialog, Sack of Sacks, Storage, backpacks, etc. — is a custom-titled fake chest and is now reliably skipped, even when opened while facing a real chest.
- Startup DB cleanup extended to these menu titles, so junk rows saved by earlier versions are removed automatically.
Note: chests you renamed with a name tag are also skipped now (their title isn't a vanilla name). This is intentional — it's the only reliable way to keep Hypixel menus out.
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:MY8EXysg:YzvnWgNG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MY8EXysg:YzvnWgNG"
}

