DynamX Physics Mod

DynamX Physics Mod

27.6k Downloads

DynamX Banner
Downloads Versions

DynamX - Realistic Physics for Minecraft

Welcome to the official repository of DynamX, a Minecraft mod that adds realistic physics into the game. With DynamX, you can add vehicles, props, ragdolls, blocks, and armor into your game, all of which follow the laws of physics and come with highly detailed models.

🛠 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