0.6.18
Compatibility
Required content
Changes
Add Fake Thrusters
By default, thrust is generated from the center of mass, not from the thruster's actual location, hence the name "Fake Thrusters" (please send me your suggestions if you have better names).
- Allows custom thrust magnitude
- Allows custom flame size
增加假推进器
默认情况下从质心发力,而不是推进器本身的位置,因此叫假推进器(如果你有更好的名字建议,请发给我)
- 允许自定义推力大小
- 允许自定义火焰大小
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:ws61xB67:czDAtPMa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ws61xB67:czDAtPMa"
}


