Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
The clear score on every solo run, filters and sorting on the record views, and a stricter rule for what counts as a clear PB. Minecraft 26.1.2, Fabric, client only.
Clear score — every solo record now carries the clear half of the standings for you (the sum of the room weights by time share, which solo is the difficulty of the floor) and the standing number with the secret share.
- Shown in the list's meta line, as the first line of the run's summary, and in the discord post as a
clear scorecomponent. - Older solo files without a score get it computed on load from their rooms, with today's weights. Files without a cleared room stay without a number.
Filters and sorting
- Solo list: chips all / f7 / m7 / 300 with counts, every column sortable from its header. Missing values sort last in both directions, and time sorts 300 before 270 before nothing.
- Splits table: chips all / master / normal. Runs table: chips all / solo / party.
- Escape takes the chip back first, then closes.
Clear PBs only when you were alone — a room clear is a personal best only if no other player was in the room for a second or more, the same threshold the run report uses for playersInRoom. Someone running through in under a second is not company.
- Secret PBs keep their own rule: the mod knows whose secrets they were, and company takes nothing from that.
- Run reports go out unchanged on every party run, the clear line in chat still comes, and old records in
history.jsonlstay where they are.
Build
479 tests / 45 classes.
SHA256 8ff3dd90f1ff3d70d9c4e6fe743ae30fb6b71fc7cf30237717666b0145036639
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:XuCA5Jje:NVrbhuqx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XuCA5Jje:NVrbhuqx"
}


