All versions
0.1.5
Release
Mini Workers 0.1.5last month 85
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Mini Workers 0.1.5
This update adds two new utility systems: composting and compacting.
Added
- Added the new Compost Station.
- The Compost Station turns compostable items into bone meal over time.
- It works with pipes, has protected input slots, and keeps finished bone meal in output slots.
- Added a simple Compost Station screen with Start/Stop controls, progress, stored compost, and status messages.
- Added compost visuals, particles, sounds, recipe, loot table, tooltips, and creative tab entry.
Compactor Stations
- Added Basic, Advanced, and Elite Compactor Stations.
- Compactor Stations automatically craft safe 9-item recipes, such as ingots into blocks or wheat into hay bales.
- Higher tiers can handle more targets and work faster.
- Compactor Stations work with normal and Express Sorting Pipes for both input and output.
Personal Compactor
- Added the Personal Compactor.
- It can automatically compact matching items directly from your inventory.
- You can configure it by setting either the ingredient or the final compacted item as the target.
- Only the first Personal Compactor in your inventory is active.
Improvements and Safety
- Compost progress, prepared compost, and output handling are saved safely.
- The Compost Station can prepare one extra batch while the current one is running.
- If output slots are full, finished items wait safely instead of being lost.
- Compactor Stations only consume ingredients when the result can fit.
- Compactors only support simple and safe 9 identical items -> 1 result recipes.
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:IJSoYXbC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LKGuEcl1:IJSoYXbC"
}

