Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last week
All versions
1.9.8-1.21.10
Release
1.9.8-1.21.108 months ago 1,156
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added option to stop Middle Clicking in terminal guis
- Fixed item scale in ItemAnimations
- Added Deployables display
- Added more options to ScrollableTooltips
- Fixed CroesusProfit not scanning wither scrolls properly
- Fixed issue with IceFill solver where it would not reset properly on fail
- Fixed CreeperBeamsDing working inside of boss room
- Added TerminalSolvers
- Fixed TriviaSolver answers (fairy souls, unique minions)
- Fixed LividSolver scanner not working on magenta livid
- Added TitleMessages (/dv titlemsg)
- Added RelicTimer
- Changed how CustomMageBeam behaves
- Added map border to DungeonMap
- Fixed doors overlapping with rooms in DungeonMap
we also added a system which saves configurations every 5 minutes to hopefully combat an issue some users have where their settings do not get saved properly
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:j4Tr5Ve2:6BItuKqv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j4Tr5Ve2:6BItuKqv"
}


