Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 months ago
All versions
1.4.0
Release
Ascendant Armory 1.4.02 months ago 393
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.4.0
Added
- Advancements + kill tracking. Added a full Ascension advancement tree and per-item kill counters for leveled weapons.
- Trait synergies. Cryoexecution, Plague Doctor, and Stormbreaker reward specific trait pairs with +25% conditional damage.
- Curse traits. Trait rolls can now hit a cursed sub-pool (
curse_frail,curse_sluggish,curse_brittle,curse_weak) with direct downsides. Configurable viaenableCurseTraitsandcurseChance. - Loot tier tuning. Added
lootLevelBumpChanceandtreasureLootLevelBumpChanceto control high-tier pre-leveled loot rarity.
Changed
- Loot distribution rework. Pre-leveled loot now uses a cleaner truncated geometric formula, making Divine properly rarer than Mythic.
- Removed Deflection. Evasion now covers the useful projectile-negation niche; old Deflection slots are repaired automatically when a player's inventory loads.
- Trait-gap repair. Removed/invalid trait IDs are dropped and refilled once on player join so old gear keeps its unlocked trait count.
- Cleaner tooltips. Removed noisy next-level trait previews from normal inventory tooltips.
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:mfB1SJlT:yj0Dh4DZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mfB1SJlT:yj0Dh4DZ"
}

