Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 14 hours ago
All versions
0.8.7+mc26.1.neoforge
Release
Logistics v0.8.7 for neoforge 26.114 hours ago 4
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
0.8.7 (2026-09-01)
Added
- automation: add crude oil to petroleum-block transposer recipes (#851) (5a7a588)
- automation: add RF cost and recipe system to the Transposer (#829) (8ccc413)
- core: add shared gear recipe tags (#871) (7bc1527)
- energy: show engine fuels in the recipe browser (#886) (0a58190)
- fluids: drain cauldrons with the fluid extractor pipe (#885) (f0d916b)
Changed
Fixed
- automation: accept raw ore in the quicksilver amalgamation recipes (#840) (b2ea20c)
- automation: stop refinery shift-click from duplicating items (#846) (329d875)
- compat: stop Jade plugin error on dedicated servers (#878) (6593a3e)
- energy: add catalyst engine JEI category (#874) (18df47f)
- energy: show the reaction engine's recipes in JEI on Fabric (#886) (0a58190)
- energy: stop battery and cable taking forever to mine (#839) (8413528)
- fluids: honor pipe transfer rates set above the default (#885) (f0d916b)
- fluids: obscure vision and apply Nausea/Poison/Slowness in Crude Oil (#848) (335c3f6)
- fluids: stop over-capacity saved tank amounts from crashing on load (#849) (6159f1a)
- macerator: grind loose raw ore items into dust (#838) (7fe8771)
- quarry: stop the arm mining through lava or ignoring reappeared blocks (#850) (9361d19)
- routing: treat requester deliveries with no inventory as fulfilled (#847) (02f4cd8)
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:JQhcOHVC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:JQhcOHVC"
}

