Tags
Creators
Details
1.10.2
Compatibility
Changes
feat: rework war queues and live telemetry (#100)
-
feat(war-planner): add territory queue API model
-
feat(war-planner): add shared territory queue client
-
fix(war-tracking): confirm and validate queued wars
-
feat(war-planner): rework queue map and team layouts
-
docs(war-planner): document shared territory queues
-
chore(war-planner): refine queue copy
-
fix(war-planner): avoid full snapshot polling
-
fix(party-finder): default new parties to open
-
feat(war-status): publish live war telemetry
-
fix(war-status): isolate telemetry failures
-
feat(war-status): parse vanilla tower boss bars
-
fix(war-status): report tower output metrics
-
feat(war-status): support live telemetry without Wynntils
-
chore(release): bump mod version to 1.10.2
-
feat(settings): consolidate war and dependent controls
-
fix(chat): avoid Wynncraft shader marker collisions
-
fix(party-finder): restrict actions to admitted members
-
feat(guild-war): cancel queues captured by other guilds
-
feat(raids): add TNA room three aiming helper
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:fSCt6G6I:Ltz85bDW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fSCt6G6I:Ltz85bDW"
}

