Add-on to Ars Nouveau, based the elemental schools.
https://www.curseforge.com/minecraft/mc-mods/ars-elemental
Translations on Crowdin: https://crowdin.com/project/ars-elemental
License: This mod is licensed under LGPL V3. Every push to this repository is built and published to the BlameJared maven, to use these builds in your project, simply add the following code in your build.gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
implementation fg.deobf("com.alexthw.ars_elemental:ars_elemental-[MC_VERSION]:[VERSION]")
}
(remove the v)