Skip to content

Repository files navigation

Ars Magica: Legacy

Build Status GitHub Releases GitHub Issues Maven
CurseForge Downloads Modrinth Downloads Discord

Download

You can download the latest version of the mod from CurseForge or Modrinth.

Minecraft Version Modloader Supported
26.1 NeoForge Yes
1.20.4 NeoForge No
1.20.1 Forge No
1.19.2 Forge No
1.18.2 Forge No
1.18.1 Forge No

Dependencies

Developing Addons

You can develop addons for this mod using the Ars Magica: Legacy API. To use the API you need to first add the maven repository to your build.gradle:

repositories {
    maven {
        name = "MinecraftschurliMods"
        url = "https://maven.minecraftschurli.at/maven-public"
    }
}

Then you can add the API as a dependency (don't forget to also include the required dependencies at runtime):

dependencies {
    compileOnly "com.github.minecraftschurli:arsmagicalegacy:${arsmagicalegacy_version}:api"
    runtimeOnly "com.github.minecraftschurli:arsmagicalegacy:${arsmagicalegacy_version}"
    runtimeOnly "vazkii.patchouli:Patchouli:${patchouli_version}"
    runtimeOnly "software.bernie.geckolib:geckolib-neoforge-${mc_version}:${geckolib_version}"
}

Legal Disclaimers & Licensing

Ars Magica is a trademark of Atlas Games®, used with permission.

Different parts of the repository are licensed under different licenses. See LICENSE.md for a detailed breakdown of the repository's licensing.

About

Port of Mithion's Ars Magica 2 mod for Minecraft 1.18 and above.

Topics

Resources

Code of conduct

Contributing

Stars

17 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages