Tags
Creators
Details
Licensed CC-BY-NC-3.0
Published 4 years ago
Updated 3 years ago
All versions
v1.6.0
Release
Ars Magica 2.5 v1.6.03 years ago 223
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
This has been an absolutely huge update, a lot of things added and reworked. Among them:
- Five new spell components (3 of them new silver spells)
- New functionality to already-implemented spells
- Etherium gathering rework: You now have to use an extractor (item) on witchwood logs with a bucket in your inventory. This is optional and can be turned back to how it was (generating huge lakes) in the config.
- In-game documentation (I finally wrote everything I changed and added into the Compendium)
- Fishing in Nether lakes and the End void (can also be partially automated with flickers)
- Magical flowers (I promise it's more fun than it sounds!)
- Psychedelics (Does your magic mod them? No? Well now it's inferior)
- A whole mountain of bug fixes, too long to list.
- Some minor changes like balancing a few endgame recipes have also been made. Feedback and bug reports are appreciated.
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:pHuxqEwp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NBV2LS4:pHuxqEwp"
}

