Skip to content
We are updating the documentation, some information may be outdated or incomplete

Setting up the Development Environment

To add DynamX to your project and develop with DynamX while having access to the mod's sources, add the following to your build.gradle file:

repositories {
    maven {
        url 'https://maven.dynamx.fr/artifactory/DynamXRepo'
    }
    maven {
        url 'https://maven.dynamx.fr/artifactory/ACsGuisRepo'
    }
}

dependencies {
    implementation "fr.dynamx:DynamX:[VERSION]"
    implementation "fr.aym.acsguis:ACsGuis:1.2.9"
}

Refresh Gradle (via the Gradle menu if you are using IntelliJ IDEA or the Eclipse command otherwise), and DynamX will be automatically added to your project with its sources!

Next, add the DynamX jar of the same version to your 'mods' folder (downloadable from maven).

You can then develop your addons. Also, note that the javadoc is available here.

Info

DynamX requires an internet connection to launch (for downloading protected models).

📄 License

DynamX is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0.