Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 3 weeks ago
All versions
0.5.0+mc1.21.11.fabric
Release
Logistics v0.5.0 for fabric 1.21.115 months ago 37
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
0.5.0 (2026-04-04)
⚠ BREAKING CHANGES
- logistics pipe and module crafting recipes have changed; enable the "Classic Logistics Pipes crafting recipes" built-in datapack to restore the original gear-based recipes as alternates
Features
- add macerator machine with grinding time, XP drops, dust and flour outputs, in-game recipe book, and ingredient tag support (#230, #238, #239, #243, #244, #251) (b351be7, 39126fa, 7c017f0, f87ac33, ae5777a, d8f60b1)
- add wooden valve, automation cores, and chip crafting recipes (#235, #240) (419a685, fd963e4)
- add JEI support for custom machines (#234) (78a148e)
- improve Kiln with crafting table valve recipes and in-game recipe book (#233, #242) (22a9de3, 6ea5144)
- rework pipe and module recipes (05dfec5)
Bug Fixes
Optional dependencies
Any compatible version
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:cyW2SS1x:MbMbUTgf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:MbMbUTgf"
}

