All versions
0.1.4
Release
Mini Workers 0.1.43 weeks ago 55
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Mini Workers 0.1.4
This update improves item transport and adds faster pipes.
Added
- Added the new Express Sorting Pipe.
- Express Sorting Pipes move items faster than normal Sorting Pipes.
- Added Pipe Wrench item extraction, allowing you to remove items stuck inside pipes or Sorting Junctions.
- Route changes can now be queued while a pipe is occupied, so the current item can finish moving safely.
Improved
- Improved Sorting Pipe and Express Sorting Pipe visuals.
- Improved pipe visuals for straight lines, corners, vertical routes, and connected pipe handoffs.
- Improved item movement animations inside pipes.
- Improved blocked-output visuals, making waiting items easier to understand.
- Improved pipe placement next to chests, inventories, and other transport blocks.
- Improved connections between normal Sorting Pipes and Express Sorting Pipes.
- Improved Pipe Wrench feedback with better sounds and particles.
Fixed
- Fixed several pipe placement issues near transport endpoints.
- Fixed Express Sorting Pipes sometimes connecting downward when another route was intended.
- Fixed small visual pauses before items left working pipe outputs.
- Fixed some overlapping pipe model details that could shimmer around corners and vertical bends.
Known Limitations
- Some unclear pipe layouts may still need Pipe Wrench correction.
- Sorting Pipes still use a simple one-input and one-output system.
- There is currently no Express Sorting Junction.
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:LKGuEcl1:Dp2yjvBS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LKGuEcl1:Dp2yjvBS"
}

