Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 months ago
Updated last month
All versions
0.12.1
Release
Ascendant Arcana 0.12.1last month 544
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Fixed Protection Relic not working
- Fixed Damage Relics incorrectly applying damage resistances and even granting health if you reach above 100% value.
- Fixed an issue that allowed you to put damage and haste relics on items that shouldn't accept them.
- Fixed an issue where Enchanted Books enchanted via the Enchanting Table did not work like regular Enchanted Books such as not providing enchanting power and not properly working in an anvil.
- Fixed an issue where attempting to upgrade Enchanted Books enchanted via the Enchanting Table would add two instances of the same enchantment rather than upgrading it.
- Changed default rarity of Vein Mining from the Vein Mining mod to Common.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:vHZpoCbE:7sCje9dJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vHZpoCbE:7sCje9dJ"
}

