Tags
Creators
Details
1.7.0+1.20.4
Compatibility
Required content
Changes
1.7.0 - The Config Update
not alot of surface changes, but a lot of major backend changes for stability and future proofing!
⚠️ YACL is no longer needed for this version. ModMenu still works on client, but now requires manual file editing. ⚠️
DirectionHUD.properties split into 3 json files
check the wiki for formatting help:
Additions
- added a global button for when destination saving is off, but global destinations are enabled
- tracking module elevation dash if around the same y level as the target, when in compact mode
- player set destinations are now actually destinations instead of just locations
- destination module update soon
/dest setcommand now supportsnameandcolorparameters, like the/dest sendcommand
Smaller changes and fixes
- moved
/dest set saved&/dest set globalto/dest saved set&/dest global setrespectively - moved
/dest saved globalto/dest global - lang issue with dest.saved.length
- optimized the HUD module rendering for disabled modules
- fixes the tracking module not showing on DirectionHUD servers with the DirectionHUD client
- fixed global UI set buttons not working
- altered
/dest sendcommand to not accept colors on non-named destinations - [1.20.6] fixed loading into a DirectionHUD server with a DirectionHUD client
- various other fixes and changes
Optional dependencies
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:H8WCXRtb:MmummF1a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H8WCXRtb:MmummF1a"
}

