Tags
Creators
Details
Licensed CC-BY-NC-3.0
Published 4 years ago
Updated 3 years ago
All versions
v1.6.4
Release
Ars Magica 2.5 v1.6.43 years ago 224
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
- Added 2 new spell components
- Lunar and Solar component rework (courtesy of DrParadox)
- Added more functionality to 2 already-existing spells
- Added configuration option for moonstone meteor frequency
- Made huge witchwood variant growable (if enabled)
- Fixed compatibility with foamfix
- Fixed Soulbound being obtainable through fishing and/or enchanting
- Soulbound can no longer be applied alongside other soulbound/soultether enchantments
- Fixed moonstone spawning mechanism (moonstone meteors will no longer disappear if non-AM2 players are present)
- Fixed glitched mana values
- Attempted to fix fire antenna rendering on multiplayer
- Attempted to fix compendium entries being overwritten when in multiplayer (bug that plagued AM2 for years)
- Attempted to fix illusions sometimes being out-of-sync
- Attempted to fix ender guardian crash
- Attempted to fix compatibility with SkinPort and some other skin and animation mods
- Fixed small particle shortcoming
- Properly fixed Et Futurum's Spectator mode compatibility
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:4NBV2LS4:FKfHqZPt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NBV2LS4:FKfHqZPt"
}

