{"id":15016126,"url":"https://github.com/dynamxinc/dynamx","last_synced_at":"2025-07-21T07:32:06.802Z","repository":{"id":52564407,"uuid":"511282890","full_name":"DynamXInc/DynamX","owner":"DynamXInc","description":"A Minecraft mod that aims to add realistic physics to Minecraft","archived":false,"fork":false,"pushed_at":"2025-07-18T22:19:12.000Z","size":63941,"stargazers_count":51,"open_issues_count":5,"forks_count":17,"subscribers_count":3,"default_branch":"beta","last_synced_at":"2025-07-19T03:11:52.397Z","etag":null,"topics":["bullet","bullet-physics","bullet-physics-engine","forge","java","jbullet","libbulletjme","library","minecraft","minecraft-forge","minecraft-mod","mod","physics","vehicles"],"latest_commit_sha":null,"homepage":"http://dynamx.fr","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DynamXInc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-06T20:29:16.000Z","updated_at":"2025-05-12T12:49:32.000Z","dependencies_parsed_at":"2023-10-14T15:30:39.635Z","dependency_job_id":"fd4e5d75-9916-4863-80d1-35de6dd307b2","html_url":"https://github.com/DynamXInc/DynamX","commit_stats":{"total_commits":625,"total_committers":10,"mean_commits":62.5,"dds":0.376,"last_synced_commit":"2c94d65c82d7fc61f4dcff8059442db8a8897d3e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DynamXInc/DynamX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamXInc%2FDynamX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamXInc%2FDynamX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamXInc%2FDynamX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamXInc%2FDynamX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynamXInc","download_url":"https://codeload.github.com/DynamXInc/DynamX/tar.gz/refs/heads/beta","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamXInc%2FDynamX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266261123,"owners_count":23901284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bullet","bullet-physics","bullet-physics-engine","forge","java","jbullet","libbulletjme","library","minecraft","minecraft-forge","minecraft-mod","mod","physics","vehicles"],"created_at":"2024-09-24T19:48:26.383Z","updated_at":"2025-07-21T07:32:06.776Z","avatar_url":"https://github.com/DynamXInc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://files.dynamx.fr/img/banner_dynamx_2_crop.png\" alt=\"DynamX Banner\" width=\"60%\"\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://www.curseforge.com/minecraft/mc-mods/dynamx\"\u003e\n        \u003cimg src=\"https://cf.way2muchnoise.eu/full_dynamx_downloads.svg\" alt=\"Downloads\"\u003e\n        \u003cimg src=\"https://cf.way2muchnoise.eu/versions/dynamx.svg\" alt=\"Versions\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eDynamX - Realistic Physics for Minecraft\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    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.\n\u003c/p\u003e\n\n## 🛠 Creating an Add-on\n\nInterested in creating an add-on for DynamX? You can find a step-by-step guide on how to make add-ons [here](https://dynamx.fr/wiki/installation/devsetup/).\n\nInclude the following in your `build.gradle` to set up your workspace:\n\n```gradle\nrepositories {\n    maven {\n        url 'https://maven.dynamx.fr/artifactory/DynamXRepo'\n    }\n    maven {\n        url 'https://maven.dynamx.fr/artifactory/ACsGuisRepo'\n    }\n}\n\ndependencies {\n    implementation \"fr.dynamx:DynamX:[VERSION]\"\n    implementation \"fr.aym.acsguis:ACsGuis:1.2.9\"\n}\n```\n\nAfter this, add DynamX to your `mods` folder.\n\n## 🌟 Contributing to DynamX\n\nTo 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:\n\n```\n-Dfml.coreMods.load=fr.dynamx.common.core.DynamXCoreMod\n```\n\n## 📄 License\n\nDynamX is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.\n\n## 🙏 Acknowledgments\n\nThe DynamX team would like to express our heartfelt gratitude to:\n\n+ Stephen Gold, the creator of [Libbulletjme](https://github.com/stephengold/Libbulletjme), our physics engine, for his unwavering support and kindness.\n+ Sylano, for supplying us with 3D models for DynamX.\n+ [DrawLife](https://discord.gg/tEWfWmASn6) and [StateMC](https://www.statemc.de/) for their diligent bug reports and extensive testing.\n+ Blacknite, Ertinox, and MK for their extensive use of DynamX and their valuable suggestions.\n+ All the content creators (addons \u0026 content packs) for using DynamX and creating amazing content with it. We appreciate your support! ❤️\n\n## 🔗 Links\n\n+ **Website:** [DynamX](https://dynamx.fr)\n+ **Wiki:** [DynamX Wiki](https://dynamx.fr/wiki/)\n+ **CurseForge:** [DynamX on CurseForge](https://www.curseforge.com/minecraft/mc-mods/dynamx)\n+ **Discord:** [Join us on Discord](https://discord.gg/y53KGzD)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamxinc%2Fdynamx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamxinc%2Fdynamx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamxinc%2Fdynamx/lists"}