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.
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.
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
DynamX is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
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! ❤️
- Website: DynamX
- Wiki: DynamX Wiki
- CurseForge: DynamX on CurseForge
- Discord: Join us on Discord