Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 3 weeks ago
All versions
0.3.0-beta.0+mc26.1-snapshot-6
Beta
Logistics v0.3.0-beta.0 for fabric 26.1-snapshot-67 months ago 31
Compatibility
Minecraft: Java Edition
26.1-snapshot-6
Platform
Fabric
Supported environments
Client and server
Changes
⚠ BREAKING CHANGES
- The basic (non-powered) quarry has been removed and will be automatically deleted from existing worlds on upgrade. It may return in a redesigned form in a future release.
- The Logistics API has been reorganized and namespaced; internal and external integrations using the old API structure will need to update imports and references.
Features
- add energy-powered laser quarry (#69) (3500ad6)
- add power system with engines, creative sink, and energy API (#60) (4c6333d)
- add creative mode probe tool for getting runtime information from some blocks (#61) (0dbb9a8)
- extraction pipes now use energy from engines to power item movement (#74) (ee02bd9)
Bug Fixes
- allow wrench to reset Stirling overheat and prevent non-overheating engines from overheating (#62) (5172210)
- correct engine renderer rotation for north/south facing (#71) (46f8c2c)
- prevent redstone engine from powering blocks that don’t accept low-tier energy (#73) (3144215)
- update Stirling Engine UI texture and title translation (#63) (973dbf8)
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:pf6hv7Rx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyW2SS1x:pf6hv7Rx"
}

