All versions
1.2.2
Release
Companion Codex - Vault Hunters Addon 1.2.2last week 8
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Companion Snack from the Codex. Hover a companion that is missing a heart and, if you are carrying a Companion Snack, a snack button appears on its row. One snack restores one heart, with a confirmation first. Retired companions cannot be revived, and a companion at full hearts is never fed by accident.
Changed
- The companion editor is reachable from the wireless codex. Opening the codex with your keybind now offers the same per-row editor button as standing at the block, as long as your codex block is in the same dimension and close enough to be loaded. A Companion Home or Terrarium still has to stand against the codex.
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:Lhgk41aC:PQP2GZ0T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lhgk41aC:PQP2GZ0T"
}

