Tags
Creators
Details
Licensed MPL-2.0
Published 4 months ago
Updated last month
All versions
1.3
Release
archivist.jar 1.3last month 1,683
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Features:
- /archivistdebug. merged command for any debugging needed.
- Added blaze entities, pigmans and ghasts in old_nether events.
- Adminpanel can be resized.
- /archivist_tp remembers the players last position inside each dim.
Bug fixes:
- Childhoodhome spawn under terrain fix.
- Last dim should trigger when all other dims were visited.
- Watering tnt hint now works.
- End cutscene portal skip has been fixed.
- Nether reactor missing on first visit fixed.
- Library teleport sometimes didn't work.
- Dog companion not teleporting sometimes fixed. (This includes Him too)
- Structures should not spawn in caves anymore.
- Old hints shouldn't persist after updates.
- Jesses Treehouse spawns better and appears in locate command now.
- Hope stuck fix
- Very rare world index static reset fixed. It was a leak in the cache files.
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:kU09TRtP:hdLAYa59"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kU09TRtP:hdLAYa59"
}

