Tags
Creators
Details
0.3.0
Compatibility
Changes
The Fractured Archive now builds as one connected dungeon instead of leaving sealed rooms, half-width corridors or floating stair debris. Interrupted floor generation is cleaned before its instance slot can be reused, and real block blueprints are checked across multiple seeds.
Every Archive theme now has its own final boss:
- Parallax Wake — Wake Cutter
- Starless Gallery — Null Portrait
- Meridian Descent — Gnomon Knight
- Choir of Dust — Dust Cantorile
- Glassbound Vault — Prism Stalker
- Hollow Catalogue — Index Wight
- Cantor's Labyrinth — Hour Cantor
- Unwritten Hour — Hour-Hand Wraith
The seven promoted theme creatures are boss-only, gain boss bars and escalating signature attacks, while the original Hour Cantor remains unchanged.
Bring Bad Omen through the Archive threshold to begin an OMINOUS ×10 run. The effect is consumed only after the run is safely queued. Normal encounters then arrive in ten capped batches, while a final boss calls nine themed reinforcements instead of duplicating the boss.
Other improvements:
- All mini-boss and final-boss rooms use a bright cyan Archive Boss Gate.
- Newly added theme creatures have distinct detailed models, animation, telegraphs, UV-correct textures and emissive cores.
- Theme blocks tile cleanly without the near-black outline grid.
- The Archivist's Journal uses brighter parchment, higher-contrast text and a persistent Normal/Ominous run indicator.
- Older hand-authored creatures and their textures were intentionally preserved.
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:gKOBlOap:rl6UyaW4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gKOBlOap:rl6UyaW4"
}

