DynamX

A Minecraft mod that aims to add realistic physics to Minecraft

OTHER License

Stars
50
Committers
10

🛠 Creating an Add-on

Interested in creating an add-on for DynamX? You can find a step-by-step guide on how to make add-ons here.

Include the following in your build.gradle to set up your workspace:

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"
}

After this, add DynamX to your mods folder.

🌟 Contributing to DynamX

To contribute to DynamX, reload the Gradle project to set up the workspace. To run your game with the DynamX core mod, add the following line to the VM options of the run configuration in your IDE:

-Dfml.coreMods.load=fr.dynamx.common.core.DynamXCoreMod

📄 License

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

🙏 Acknowledgments

The DynamX team would like to express our heartfelt gratitude to:

  • Stephen Gold, the creator of Libbulletjme, our physics engine, for his unwavering support and kindness.
  • Sylano, for supplying us with 3D models for DynamX.
  • DrawLife and StateMC for their diligent bug reports and extensive testing.
  • Blacknite, Ertinox, and MK for their extensive use of DynamX and their valuable suggestions.
  • All the content creators (addons & content packs) for using DynamX and creating amazing content with it. We appreciate your support! ❤️

🔗 Links

Related Projects