1.12.2-2.0.0
Compatibility
Changes
Add storage remote hotkey #447
Change priority behavior for insertion to make more sense
Improve processing cable performance, add JEI recipe filling, and default inactive. Fix various GUI issues
Correct cable placement collision box
Add feature of cable facades: use shift-left-click (crouch-attack) with any block to set the facade, and use empty hand to remove (PR #517 by Metalit for this and above changes) ; see config file for options
New import button has been added to the Processing Cable to import recipe and ingredients (similar behavior to import on other cables)
Storage Request Table changed to act without storage like a crafting table (bugfix backported from MC1.16.5+)
Back-ported two new cable upgrades from 1.20.1: Singleton Upgrade and Slowness Upgrade.
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:cVIr8Vz1:lCAnxBGD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cVIr8Vz1:lCAnxBGD"
}

