Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated last week
All versions
0.8.6+mc1.21.11.neoforge
Release
Logistics v0.8.6 for neoforge 1.21.11last week 12
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
0.8.6 (2026-08-07)
Added
- automation: add the Transposer (#792) (07bd037)
- fluids: add a dedicated fluid supplier GUI (#811) (c7cbcf5)
- fluids: add fluid provider and supplier chassis modules (#825) (f84fbca)
- fluids: add supplier partial/exact and minimum-deficit modes (#822) (36f0320)
- fluids: add the fluid provider pipe (#790) (2774bb1)
- fluids: add the fluid supplier pipe (#791) (973e643)
Changed
Fixed
- automation: show the sawmill's real ingredient count in JEI (#824) (4e26216)
- automation: stop the sawmill from silently rejecting seeds (#824) (4e26216)
- fluids: never drop fluid packets on the ground (#805) (a1bab4a)
- fluids: stop suppliers requesting fluid/items with no room (#804) (eb93b8c)
- sawmill: accept single-item deliveries for batched recipes (#827) (5a5c425)
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:OTZQKt9k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:OTZQKt9k"
}

