Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 4 hours ago
All versions
0.8.2+mc26.2.neoforge
Release
Logistics v0.8.2 for neoforge 26.22 months ago 39
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
0.8.2 (2026-07-04)
Added
- automation: add pulped biomass from the sawmill (#660) (6a83220)
- automation: add the alloy smelter (#656) (3ee3325)
- automation: add the crucible (#679) (e3eff42)
- fluids: add custom fluids and buckets for the Magma Crucible (6b988d6)
- fluids: light-emitting fluids glow in pipes and tanks (#695) (c713692)
- fluids: show machine fluid tanks in the Jade HUD (#703) (ad8c057)
- worldgen: add bog earth and peat fuel (#658) (f6b9b17)
- worldgen: add crude oil and the oil chain (#690) (f89aa1a)
Fixed
- automation: reject non-finite recipe experience values (bca2ef4)
- automation: sync machine progress and energy so bars can't overflow (#694) (e5a8991)
- ci: stop Sentry release failing on cross-branch set-commits (#683) (f175426)
- ci: unblock release publishing broken by Sentry set-commits (#678) (849df6b)
- compat: add missing Jade fluid-pipe config translation (#701) (fc7575d)
- fluids: render custom fluids in the look-at HUD (#706) (4cb29af)
- fluids: stop drained pipes rendering a checkerboard (#696) (ceece30)
- fluids: stop fluid extractor pipes from connecting to each other (#692) (97b68df)
- neoforge: stop the creative menu crashing on duplicate items (#702) (ed04eb7)
- pump: make the pump tank output-only (#693) (b9a814f)
- routing: drop the failed order's index entry on delivery retry (482c223)
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:IDLaooTN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:IDLaooTN"
}

