All versions
2.0.0
Release
Logistics Drones 2.0.0last month 69
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
What's New
Pathfinding overhaul
- Drones no longer recalculate their route every trip. Routes are mapped once and cached — trigger a (re)map from the Charge Station.
- Route mapping now searches a growing corridor around the straight-line path (8 → 16 → 32 → 64+ blocks) instead of failing outright when blocked by terrain, fixing the "janky pathfinding near structures" issue reported by players.
Multi-container & area input
- Remote Control now supports linking up to 16 input containers to a single drone, or marking a whole zone and letting the drone auto-detect every container inside it.
Smarter machine interaction
- Drones now read machines the way a hopper does — pulling a furnace's output slot without ever touching its fuel slot.
New upgrades
- Magnet: sweeps dropped items off the ground within range and delivers them to the output container.
- Auto-Return: drone automatically returns to the Charge Station instead of getting stuck when it can't complete its route.
- Filter: restrict exactly which items a drone is allowed to carry (shift-right-click the Filter upgrade to configure it).
Charge Station improvements
- Right-click the station with any chargeable item to insert/charge it directly — no need to open the GUI.
- Hold Ctrl + right-click to always open the GUI, even with an item in hand (so crouching stays free for placing blocks nearby).
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:XxJV23AA:IAe6JWNG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxJV23AA:IAe6JWNG"
}

