All versions
1.1.2
Release
Reveal: Index & Codex 1.1.2last week 45
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Version 1.1.2
Fixes
- Fixed an issue where unlocked Codex entries and the initial item claim status could be lost after a player died and respawned.
- Player progress from existing worlds will now be migrated automatically when it is loaded for the first time.
- Removed the non-functional
give_reveal_codex_on_first_joinconfiguration option. Players will now only receive the Codex when joining for the first time. - Fixed an issue where the background blur setting also blurred the mod's interfaces.
- Fixed an issue where selecting one list entry caused other entries to appear highlighted in light gray.
- Fixed accessibility control text unexpectedly appearing inside the Codex.
Interface Improvements
- Added keyboard navigation and screen reader support for Tab, arrow keys, Enter, and Space.
- Added support for turning pages with the mouse wheel.
- Improved truncation and tooltips for names that are too long to display fully.
- Adjusted the inventory border and title position on the Reveal screen.
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:ClXXk7qd:957R3kwJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ClXXk7qd:957R3kwJ"
}

