Tags
Creators
Details
All versions
1.2.0-fabric-26.2
Release
Nerospace 1.2.0 - Fabric 26.27 hours ago 5
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
EMI support for the Nerospace machine pages, and its JEI pages now show on Fabric.
Added
- EMI support. The Nerosium Grinder, Fuel Refinery and Combustion Generator pages that JEI already had now come from a native EMI plugin too. Official EMI has no Minecraft 26.x release, so this targets the community EMI Unofficial Port (Unstable) on NeoForge and Fabric; that port has no Forge build. With JEI and EMI both installed, the pages show once. EMI stays optional.
Fixed
- JEI pages now appear on Fabric. JEI on Fabric only loads plugins listed under the
jei_mod_pluginentrypoint and ignores the@JeiPluginannotation, so Nerospace's grinding, refining and combustion fuel pages never showed there. NeoForge was not affected.
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:MZjgyY44:T96jmcMR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MZjgyY44:T96jmcMR"
}

