Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
0.3.1
Release
Create: Propulsion 0.3.16 months ago 6,654
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- Fixed dedicated servers crashing due to referencing Screen class (By wren)
- Finally fixed stress impacts. Propulsion should no longer break a bunch of other create addons.
- Fixed envelope dupe bug
- Propellers now show why they can't be interacted with (either due to obstruction or propeller rotating above threshold RPM)
- Added stress impact configuration
- Significantly optimized InstancedParticleRenderer by uploading stripped particle data buffers
- Fixed GL33.glVertexAttribDivisor being not available on some configurations by switching InstancedParticleRenderer to opengl 3.1
- Cleaned up the code by removing useless annotations and DistExecutor calls (By Fealtous)
- Fixed deprecation warnings & moved client-side packet handling into separate class (By Fealtous)
- Moved client-side command registration into appropriate place (By Fealtous)
- Updated russian language
Optional dependencies
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:fmudhH0S:lb48ICBc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmudhH0S:lb48ICBc"
}





