Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 days ago
All versions
0.8.9+mc26.1.neoforge
Release
Logistics v0.8.9 for neoforge 26.12 days ago 9
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
0.8.9 (2026-09-21)
Added
- automation: let sawdust burn as furnace fuel (d1cfaa5)
- common: show ores, machines and oil lakes on maps (5305fc8)
- fluids: comparators read a tank column's fill level (9f4ce73)
- quarry: keep the cleared area clear while mining (6f21c77)
- quarry: rebuild frame blocks broken during mining (6f21c77)
- routing: recover stranded packets onto live orders (1a3fbaf)
Changed
- automation: require a stone pickaxe for the Quarry and Power Junction (0ec0dbb)
- energy: scan cable devices once per tick (1d8b14e)
- routing: protect the Provider's named slot by index (e822224)
- routing: stop availability scans slowing as reservations pile up (cf79ac4)
Fixed
- automation: scale the Crucible gauge by the server's tank size (b9fcd18)
- common: stop pickaxes destroying blocks they should harvest (0ec0dbb)
- core: stop stale machine textures after a resource reload (15a4186)
- crafting: report a malformed byproduct chance as a recipe error (b2b69d2)
- energy: power the new network right after a pipe split (8cbdf15)
- energy: scale the Stirling charge gauge to the buffer size (eeca741)
- energy: stop batteries draining each other (#1242) (24bfe39)
- energy: stop cables drawing a wrong connection arm (b023d98)
- fluids: show correct tank amounts above 32,767 mB (f553821)
- neoforge: report a wrapped mod inventory's real slot capacity (150ac87)
- quarry: animate the arm at the real tick rate (3fffb2d)
- quarry: pick up loose items around the laser head (#1241) (aa4e29b)
- quarry: resume block break progress after a reload (9b2ff42)
- routing: send items and fluids to the nearest matching destination (d46cb88)
- ui: show the server's config values on multiplayer clients (6bad220)
- worldgen: stop oil seeps erasing nearby oil deposits (#1180) (fdc031a)
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:cMTux7tH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:cMTux7tH"
}

