All versions
1.0.1
Release
Logistics Drones 1.0.1last week 41
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Bug Fixes
- Fixed: other players could remotely power a drone on/off through the Remote Control, even without owning it.
- Fixed: other players could call or release someone else's drone from the Charge Station.
- Fixed a placeholder "---" showing in the Remote Control tooltip before a route point was set; now shows "Not Set".
New Mechanics & Items
- Drone Ownership: a drone now belongs to whoever placed it.
- New Lock/Unlock toggle (drone GUI + Charge Station GUI): locked by default, so only the owner can open, call, or power the drone. Unlock it to let others use it too.
- Drones can no longer be killed or damaged by other players; only the owner can pick one up.
- New item: Auto-Pilot Module — installs on battery-powered drones so they automatically fly home before running out of power, or when idle. Crafted from iron ingots, redstone, and a compass.
- Battery drones without the module now safely ground themselves and warn the owner via chat when they run out of energy, instead of behaving unpredictably.
- The Charge Station GUI now displays the docked drone's flight speed. Version 1.0.1
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:D0C2t7zU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxJV23AA:D0C2t7zU"
}

