Tags
Creators
Details
4.2.0
Compatibility
Changes
Main features and fixes:
-
Fixed DynamX crashing on first start, failing to download its dependencies
-
Add .gltf model support. The support of animations will come in a future update.
-
Add engine, sound, steering wheel, propeller blades and doors support on boats.
-
Add seats and storage support on blocks and props.
-
Add reverse, handbrake and door sounds options.
-
Add parts inheritance system: lights and license plates can be placed on moving parts like doors or hoods.
-
Add automatic part positioning from 3D model (Position of parts like the steering wheel is read from the 3D model if not set in the vehicle config. Rotation can be automatic too on gltf models only).
-
Support Transparency on blocks, items and armors.
-
Add
BreakHardness,ExplosionResistance,SoundType,HarvestToolandHarvestLevelproperties on blocks. -
Fix pack sync feature (can be enabled in server's dynamxmod config file)
-
Fix missing
RenderDistanceSquaredimplementation for entities
Complete changelog is available here.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| BasicsAddon-1.0.13-for-DynamX-4.2.0-beta.jar | Unknown | 256.32 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:MuAEUut2:AD5SfGTW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MuAEUut2:AD5SfGTW"
}

