Tags
Creators
Details
All versions
1.0.0-rc1
Beta
fabric 1.0.0-rc17 months ago 14.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Add machine coloring feature
- Add long-distance energy transmission poles
- Add missing adamant ingot casting compat recipe
- Change tachyon collector to a static model
- Update translations from crowdIn (huge thanks to everyone that contributed there)
- Update some wiki entries and fix some smaller errors
- Fix drops of slab blocks
- Fix missing carbon slab/stairs/plate recipes
- Fix speed addons not working on placer and fertilizer blocks
- Fix machine frame collision shapes switched
- Fix black holes not rendering right with certain optimization mods
- Fix bio items not being compostable on neoforge
- Fix silk touch enchantment being lost on promethium pickaxes
- Fix reach attribute on promethium tools not being applied
- Fix dupe glitch with quick moves in equipment chargers
- Fix generators pausing for 1 tick to refresh recipes on completion
- Fix potential item pipe transfer amount issues
- Fix jetpack network errors
- Fix jetpack creative stack size issues
- Fix drone port item gui alignment
- Fix potential crash with portable laser renderer with other mods
- Minor code cleanups and improvements
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:4sYI62kA:NvoWks7O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4sYI62kA:NvoWks7O"
}





