All versions
0.2.0
Beta
QIO Autocrafter Mekanism 0.2.02 months ago 122
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Changes
0.2.0 — First beta
⚠️ Update server and clients together: the network protocol changed (v3). Old worlds load fine.
Fixed
- Item duplication on chunk unload: reserved materials were refunded twice if a chunk unloaded mid-craft.
- Machines bound to a private QIO frequency can no longer be used, rebound or drained by other players (Mekanism PUBLIC/TRUSTED/PRIVATE security is now enforced).
- A failed job no longer stalls the rest of the queue.
- Completed and cancelled jobs are removed from the queue automatically; the job history can no longer cause a false "queue full".
- "Clear list" in the missing-materials view now actually clears it.
- Craftable search results no longer leak between worlds/servers after switching or
/reload. - Cancelling a job now also stops its background planning computation.
Added / Changed
- Redesigned GUI: wider window, single action row, live status in the activity bar.
- New "Missing Materials" side panel (toggled by the Missing button): item icon, name, missing amount and live availability — red/orange/green as you restock the QIO.
- Identical duplicate requests are rejected while one is already queued.
- If the QIO changes between planning and reservation (other players/machines), the job re-plans automatically instead of failing.
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:JWRNtiLD:x4fD4EyI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JWRNtiLD:x4fD4EyI"
}


