Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
All versions
1.0.8+26.2
Release
Dungeon Run tracker 1.0.8+26.23 weeks ago 114
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
DRT update
Tons of bug fixes, ty for reports
new stuff
- Croesus overlay are better colour highlighted based on how many chests are opened ect
- Green means no chests have been opened
- Yellow means one chest has been opened and DRT deems it profitable to open another one
- Grey/Less visible means One has been opened and no other chests are profit, or two have been opened.
- Plus a little kismet icon
fixes
- browsing chests no longer makes the previous profit overlay linger in the croesus menu
- loot tracking hopefully no longer duplicates while also allowing identical chests to log
- removed alot of false spams related to kuudra chests, smaller chests
- tighter pending chest handling, correct floor assignment for logs (less spam)
- fixed that two identical chests would be counted as one run
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:ZqBAVrEN:QWXI0UzQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZqBAVrEN:QWXI0UzQ"
}

