Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Minecraftschurli/Ars-Magica-Legacy-old

Repository files navigation

Ars Magica: Legacy

Intro

Ars Magica Legacy is a Legacy version of Ars Magica 2 by Mithion.
You can find the downloads on CurseForge.
If you want to support development consider donating on Patreon.
For donating we reward you with a donators-only role on Discord.
With that role you will always be up-to-date with development and can give feedback directly to the devs.

Issues

Please report any bugs here on github

Dependencies

This mod requires

Contributing

We still need help
If you want to help with development join us on Discord and ping an admin
You can find our current roadmap here

ArsMagicaAPI

Ars Magica: Legacy provides an API for mod developers to add their own content like custom spell-components, affinities, ...
To use it you just need to add the following to your build.gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = "https://maven.pkg.github.com/Minecraftschurli/Ars-Magica-Legacy"
        credentials {
            username = <gpruser>
            password = <gprtoken>
        }
    }
}

dependencies {
    // compile against the API but do not include it at runtime
    compileOnly fg.deobf("minecraftschurli:arsmagicalegacy:[CURRENT_MC_VERSION]-[CURRENT_ARSMAGICA_VERSION]:api")
    // at runtime, use the full jar
    runtimeOnly fg.deobf("minecraftschurli:arsmagicalegacy:[CURRENT_MC_VERSION]-[CURRENT_ARSMAGICA_VERSION]")
}

Releases

No releases published

Packages

No packages published

Languages