promotional bannermobile promotional banner
premium banner
Dive into the secrets of ancient magic

Description

Atherys

Beyond the veil of the familiar world lies an ancient and silent void - Atherys. It is neither dark nor light, but the primordial matter that existed before all else. Few can hear its call, and fewer still can withstand the whispers of its secrets.

This is a return to the roots of a forgotten magic that is older than the world itself. These are not just spells, but dark arts that call upon an ancient power that slumbers in the void between worlds. Awaken it, and reality will become pliable clay in your hands.

Downloads

The mod can be installed both on the CurseForge page and on the Modrinth page

To use this mod, you need to download the author's API - NullCore

Features

Features will be added soon :D

Licensing

The project is licensed under GNU 2.0 license.

For developers

To connect your project's dependency to Atherys you need to write this code in your build.gradle:

repositories {
   //from Modrinth:
   maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
    }
   //from CurseForge:
   maven { url "https://cursemaven.com"}
}

dependencies {
   //from Modrinth:
   implementation "maven.modrinth:atherys:${atherys_version}"
   //from CurseForge:
   implementation "curse.maven:atherys-1288584:${atherys_file_id}"
}