Tags
Creators
Details
All versions
1.3.1
Release
1.3.111 months ago 1,675
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Features
- Added
THRUSTER_FLAME_IMPACTconfig option to disable thrusters setting fire and pushing entities
Bug fixes
- Fixed thruster particles getting stuck active when ship goes out of loading distance and comes back
- Fixed a crash from thrusters if the game was paused (in single player) or a tick took too long on server
- Fixed thruster flame having a 0.5 block offset in some directions
- Fixed thruster data sometimes not saving
- Fixed minecart contraptions and CBC cannons crashing the game when entering space or a planet
- Fixed Ship gravity sometimes being removed by other mods, leading to normal gravity in space
Tweaks
- Increased planet teleport collision range
- Ships will now freeze when touching a planet to avoid passing through them
- Ships will now have correct orientation when entering from different faces of a planet
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:dSMrdNMg:IX2YEA2A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dSMrdNMg:IX2YEA2A"
}





