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 |
- Forge (required on Minecraft 1.18.1-1.20.1) / NeoForge (required on Minecraft 1.20.4+)
- GeckoLib (CurseForge / Modrinth) (required)
- Patchouli (CurseForge / Modrinth) (required)
- Curios (CurseForge / Modrinth) (optional)
- Jade (CurseForge / Modrinth) (optional)
- JEI (CurseForge / Modrinth) (optional)
- The One Probe (CurseForge / Modrinth) (optional)
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}"
}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.