Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.0.0-beta.2
Beta
v2.0.0-beta.2last year 18.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changed
- Updated Disk Drive textures.
- Updated Machine Casing textures.
- Updated Crafting Grid textures.
- Updated Storage Monitor textures.
- Updated Controller casing textures.
- Updated Autocrafter casing textures.
- Updated Configuration Card, Processor Binding, Silicon, Quartz Enriched Iron and Quartz Enriched Copper textures.
Fixed
- Fixed Relay always requiring 8 energy on NeoForge.
- Fixed crash with processing patterns that have no outputs due to removing mods.
- Fixed not being able to shift click items in the Crafting Grid when an External Storage was connected, on NeoForge.
- Fixed locking mode on the Autocrafter "Lock until connected machine is empty" inserting too many resources when using speed upgrades.
- Fixed processing and crafting pattern tooltips sometimes not being large enough.
- Fixed crash when adding pattern for EnderIO conduits in single player.
- Fixed Portable Grid and Controller doubling stored energy when placed.
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:KDvYkUg3:6FjuIJa6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:6FjuIJa6"
}

