
Apotheosis Ascended
ArchivedAddon mod for Apotheosis adding compatibility and integration with other mods
1.20-1.0
Compatibility
Changes
Heads up: This update requires the latest version of Additional Attributes! Install that before you update this mod.
Fixed spell power gems not being registered Added gems that unlock Iron's Spellbooks spells Added affix loot entries for: Iron's Spells and Spellbooks Galosphere Alex's Caves Farmer's Delight Delightful Autumnity Quark Cataclysm AE2 Create: Dreams and Desires Bygone Nether Friends and Foes End's Delight Enderman Overhaul If you wanna make a suggestion for this mod or to get into contact with me, go to the mod's github / join my discord!
[https://github.com/meeprdib/Apotheosis-Ascended/issues] [https://discord.gg/FUE54wUMHz]
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:uwCpk80h:BudEWzNX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uwCpk80h:BudEWzNX"
}
