All versions
1.2.4
Release
Arda Paths 1.2.46 months ago 6,860
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
- Support for ArdaRegions
- Added a Journal Screen - lists the last 50 messages displayed on a trail
- Messages and titles now stack, if you walk through multiple nodes with messages, they will be added to a queue and displayed one after the other in order until the queue is empty - for example Rivendell is a use case where you can miss some messages if you go too fast (despite the warning)
- Messages will be offset when regions is displaying
- Added a queue size, the number displayed is the number of messages pending display
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:2tSS2Gg9:oEeiEpel"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2tSS2Gg9:oEeiEpel"
}

