1.1.0
Compatibility
Changes
The Archivist - v1.1.0 Changelog
A major update to The Archivist. Proceed with caution.
General Changes
Updated Safe Mode Consent Screen: We have updated the legal consent screen that appears when the game starts to reflect the new capabilities of the mod. Please read it carefully.
Bug Fixes: Fixed an issue where The Archivist would sometimes drop a lore book with missing coordinate data (X:0 Y:0 Z:0).
Entity AI Improvements: The Archivist's line-of-sight detection has been completely overhauled. It is now significantly more perceptive. It knows exactly when you are looking at its face. Do not stare.
Encounters & Events
Increased Activity: The Archivist is no longer dormant. The frequency of anomalous events has been drastically increased. You will not have time to rest. 22 New Anomalies Added: We have integrated 22 brand-new psychological horror events and ARG-style encounters into the mod's core system.
-
To preserve the horror experience, we will not be listing what these new events do.
-
Expect severe psychological manipulation, both inside the game and out.
-
Some encounters will test your sanity. Others will directly interact with your computer in ways Minecraft never should.
He is learning. Good luck.
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:M0Lvvg6w:18TE6FLE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M0Lvvg6w:18TE6FLE"
}

