Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 1 hour ago
All versions
1.1.18-26.3
Beta
Quick Link (Wireless Logistics) 1.1.18-26.31 hour ago 3
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
Quick Link 1.1.18 — Forge 1.20.1
Fixed
- Crash (
StackOverflowError) when plugs were wired into a loop. If a plug routed items, fluid or energy back into its own network — two plugs placed face to face, or a pipe leading from one plug back to another with the same colours — the game crashed instead of doing nothing. Affected the Item, Fluid and Energy plugs.
Notes
- A network is now traversed at most once per transfer, and a plug no longer treats a same-network plug (or the side it was just fed through) as a destination. Loops simply move nothing.
- Item, fluid and energy networks are tracked independently, so a busy fluid network never delays an item transfer.
- Chemical plugs were never affected — no change in behaviour there.
- Normal transfers, round-robin distribution, cross-dimension links and Infinite Water are unchanged.
No world or config migration needed — drop in the new jar.
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:WuedGJpw:b6hizKFf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WuedGJpw:b6hizKFf"
}

