Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 3 weeks ago
All versions
0.5.0+mc26.1.fabric
Release
Logistics v0.5.0 for fabric 26.15 months ago 25
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platform
Fabric
Supported environments
Client and server
Required content
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 Minecraft 26.1 support updates (b49938c)
- 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) (6a2c27c, 67dfcf4, 3cf3dd2, 0d0a142, 0ebb885)
- add wooden valve, automation cores, and chip crafting recipes (#235, #240) (10c8808, 598aec6)
- add JEI support for custom machines (#234) (f20f57c)
- improve Kiln with crafting table valve recipes and in-game recipe book (#233, #242) (a52e897, e36899b)
- rework pipe and module recipes (08bda95)
Bug Fixes
- fix pack.mcmeta format fields for recipe datapack compatibility (#250, #252) (0f0ea05, 08521b0)
- correct engine block colors and transparency rendering (#248) (9d1d08a)
- resolve pipe access bug for satellite and process pipes (#231) (3603a8f)
- update build script to check Gradle task by MC version (#249) (fe5d9db)
Optional dependencies
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:inyfS9mC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:inyfS9mC"
}


