Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last month
Updated 2 days ago
All versions
26.07.272
Beta
26.07.2723 weeks ago 4,360
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog:
- Fixed Dedicated Server startup crash related to
ClientLevelclassloading. - Removed camera shaking and block surface melting for RCS thrusters.
- Fixed a physics server crash (
Body has been removedRuntimeException) that occurred when ships or sub-levels were destroyed/removed at supersonic speeds. - Fixed an issue in the node editor screen where search filtering did not update correctly when reopening the search panel.
- Fixed an issue where double-clicking a newly created Lua Script node failed to open the script editor screen.
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:micg1iTH:7HWYgFff"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:micg1iTH:7HWYgFff"
}



