1.1.0
Compatibility
Changes
Initial release — v1.1.0
The Overwiki is an offline, in-game field guide to the Overworld — every block, item, mob, biome, enchantment, potion, farm, redstone build, and version history entry, browsed as a real illustrated book rather than a wiki tab.
What's included:
- 12 encyclopedia sections: Blocks, Items, Mobs, Biomes, Enchantments, Potions, Farms, Mechanics, Redstone, Versions, Bugs & Glitches, Builds
- A personal Journal for your own notes, seeded with a welcome note from the author
- Hand-written taglines and descriptions for every mob, biome, enchantment, potion, and build
- Live recipe and "where to obtain" data pulled straight from your world's registries — stays accurate across modpacks and versions
- Full UI localisation in 6 languages (interface only; content is written in English)
- Three paper themes: Parchment, Sepia, and Slate
- Colour-coded bookmark tabs for quick navigation between sections
Open it with the Open Field Guide keybind (default: K).
Not affiliated with Mojang Studios or Microsoft. Minecraft is a trademark of Mojang Studios.
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:HG9RxcGL:X4fYgXHg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HG9RxcGL:X4fYgXHg"
}

