All versions
21.1-1.3.8-beta
Release
Archaeological_Research:Exploration 21.1-1.3.8-beta4 months ago 903
Compatibility
Minecraft: Java Edition
26.1.x
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Adaptation Update:
- This update fully optimizes and upgrades the tooltip prompts for all items, allowing players to quickly check item sources and functions, with full compatibility for ModernUI.
- Even when using multiple mods simultaneously, players do not need to look up relevant archaeology settings in advance. With items obtained accidentally during exploration, you can independently experience and explore the content of the Archaeology Research series.
- It strengthens the exploratory atmosphere of "encounter-based archaeology", clarifying that archaeological gameplay is optional extended content rather than mandatory gameplay. Players can freely enjoy the immersive exploration experience at their own pace.
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:g5Vey4xN:1CX7JZ9e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g5Vey4xN:1CX7JZ9e"
}

