1.21.1-1.13.0
Compatibility
Changes
Improved look and feel of the plain Network Cable intersections.
New block: Cradle to hold backpacks, storage disks, and shulkers.
New block: Drawer.
New block: Sub-Network Receiver to connect distant networks.
Add Processing Cable (mimic 1.12.2 functionality).
Add redstone control to Filtered Link Cable.
Add Void Upgrade.
Add Chunkloader upgrade.
Fix items showing doubled in the terminal when two link cables (or a double chest with a cable on each half) connect to the same inventory (#587 #590 #460 #84 #399 #540)
Main network Root emits a comparator signal proportional to how full the linked storage is.
Merge pull request #593 from KishCom/trunk/1.20.1, Fix multiple export cables not working fixing #581
Merge pull request #586 from ArtByteFilip/trunk/1.20.1 added the option to turn the network collector remote on and off .
New crafting button to allow player to slow down shift-crafting, so you can get one result instead of a full stack at once.
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:Q9EnV1K6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cVIr8Vz1:Q9EnV1K6"
}

