Tags
Creators
Details
All versions
1.3.0
Release
1.3.0last year 8,141
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Thrusters
- Thrusters now connect when directly adjacent, and can be controlled as one
- They can now set entities on fire, blocks on fire, push entities, evaporate water
- They can now consume fuel (can be set in config). Default is still no fuel for now
New blocks
- Added "Rocket Assembler", which provides a better way of assembling multiple block ships. Benefits include:
- Can be used in space
- Can assemble active create contraptions
- Can be automated
- Added Gyro, which can rotate your ship when powered with redstone
- Added vent block, which simply prevents thrusters from setting fire past it
Bug fixes:
- Fixed Cosmic Horizons crashing on rclick when a custom datapack is enabled
- Fixed thruster particles sometimes persisting after thruster destroyed (maybe)
- Fixed thruster force when at small scales
- Fixed log spam about "Found cosmos dimension, changing world height"
Misc:
- Config option to disable chunk saving in space. Increases performance, but forces builds to be ships in space.
- Config option to place the "platform" in space from a nodule as a ship instead of blocks
- Probably some other stuff I don't remember
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:kDiTXQWG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dSMrdNMg:kDiTXQWG"
}





