Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 4 months ago
All versions
1.01.10
Release
A.B.S Update4 months ago 3,407
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
"As long as I can burn those horrible things to ash, I'll...! I'll gladly throw myself to the fire...!"
Version 1.01.10
Fixes
- Countless crashes and small bugs.
- Added missing sprites for some moves.
Balancing Changes
- Adjusted Justitia Innate to be unbreakable.
- Adjusted Various Impact values on many weapons to fit with their tiers.
- Buffed Fullstop Sniper. Cheaper Reload, Block Bypass on Innate etc.
- Buffed Magic Bullet: Additional Damage Conditionals on Armor and Special.
- Improved Solemn Lament with new Passive.
Additions
WAW - Ardor Blossom Star
- Self Burn / Burn focused kit.
- Armor Ability spends burn for Stacks that allow for auto evade and longer dashes.
- Weapon Innate, Auto and Ability all gain Burn. Which in turn increases damage output and allows for Stronger ability variations.
- Corrosion is extremely strong. Nuff said.
- Corrosion is survivable by technicality.
Technical Stuff:
- New Layering / Accessory system for the Armor. Will be used for more stuff in the future. (E.G.O Gift Larping)
- Emissive Armor Textures
- Animated Armor Texture
As always, A lot of stuff I may have forgotten to mention...
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:p3i6u5xr:nE0ezPSV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p3i6u5xr:nE0ezPSV"
}

