Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 4 hours ago
All versions
0.8.3+mc26.2.neoforge
Release
Logistics v0.8.3 for neoforge 26.2last month 38
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
0.8.3 (2026-07-20)
Added
- automation: add the refinery (#714) (0ace76c)
- automation: add the sequential fabricator (#719) (ae6321b)
- automation: add the sequential fabricator (#719) (ae6321b)
- automation: fabricate chipsets in the sequential fabricator (#720) (a07c428)
- automation: fabricate chipsets in the sequential fabricator (#720) (a07c428)
- automation: make machine tuning configurable per machine (#713) (1c48581)
- compat: add Jade HUD support for refinery and sequential fabricator (#744) (c3ff99c)
- core: add a copper nugget (#722) (9629b47)
- crafting: add tin, rubber, amethyst, and echo valves (139d341)
- crafting: rework the valve lineup with a bench recipe (#727) (139d341)
- crafting: show sequential fabricator recipes in JEI (#745) (9fa46ea)
- energy: add natural and synthetic polymers for rubber (#716) (07b678a)
- fluids: add bio fuel and fuel oil fluids (0ace76c)
- fluids: add tar as an alternative fluid pipe sealant (#715) (a6c2fba)
- routing: add chipset crafting alternatives for pipes and modules (5747612)
- ui: split creative menu into domain tabs (#738) (74a0f99)
Changed
- crafting: craft valves from quartz, redstone, and a base material (139d341)
- crafting: restyle every valve with a distinct electron-tube texture (139d341)
- fluids: restyle the fluid pipe textures (#740) (4351016)
- macerator: recycle netherite dust to and from ingots (#734) (3022ce0)
- routing: rework logistics pipe recipes with chipset alternatives (#721) (5747612)
- routing: use a copper nugget in the blank module recipe (9629b47)
- transport: lighten the item extractor pipe to distinguish it from oxidized copper (4351016)
Removed
- crafting: drop the wooden and ender valves (139d341)
Fixed
- automation: make the refinery and sequential fabricator harvestable (31dfc5d)
- automation: show machine recipes in JEI on multiplayer clients (#735) (57b2901)
- compat: register Crucible with NeoForge Jade plugin (#744) (c3ff99c)
- compat: show values in the Jade HUD instead of only labels (#757) (8aff490)
- neoforge: let pipes and cables interact with the refinery and sawmill (#733) (0da9eee)
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:Az2edJyJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:Az2edJyJ"
}

