1.0.1
Compatibility
Changes
✨ New: Advancements
eXc Ultimate now has its own advancement tab with 11 advancements:
Getting Started — granted right when you join, points you to the skill tree [K] 4 Keystone goals — Sharpshooter, Kingslayer, Explorer and Giant Reach for unlocking each 150-point keystone 4 Ultimate challenges — DRILL!, BERSERKER!, ARCANE MASTER! and IMMORTAL BLOOD! for unlocking each Ultimate (announced in chat!) Century — unlock 100 skill nodes THE ULTIMATE — unlock every single node in the tree
All advancements are granted server-side the moment you earn them and work in multiplayer. Players who already passed a milestone receive their advancements on the next join.
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:noC2GS8E:wZ5DQIyh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:noC2GS8E:wZ5DQIyh"
}

