EnderDrives: Cloud-Style Storage for Your Minecraft Modded Base
If you play modded Minecraft with heavy automation and huge item counts, you have probably bumped into the limits of chest walls, barrels, and even advanced digital networks. EnderDrives is a mod that leans into a simple fantasy—your items live in the End, but in a clean, digital form—while still plugging into familiar tech like Applied Energistics 2 (AE2). Think of it as synchronized storage that can span dimensions, bases, and even other players’ systems when you want it to.
How EnderDrives Link Together
Each drive is configured with a frequency. Every drive that shares the same frequency and the same privacy setting effectively points at the same virtual inventory, no matter who crafted the drive or where it sits. That means a drive in your AE2 system, another copy deep in a different dimension, and one hooked up on a friend’s network can all stay in sync with the same contents. For servers and cooperative builds, that global synchronization is the headline feature: your storage becomes a shared layer instead of a pile of isolated chests.
Types, Capacity, and Why Less Variety Helps
Each drive also has a type limit tied to its capacity. This cap is a deliberate gameplay mechanic, not a hard technical ceiling on the backend. The mod has been stress-tested up to a very large number of distinct item types, but pushing far beyond normal play is something you should treat carefully. In practice, the mod strongly encourages keeping the number of unique item types in the system as low as you reasonably can—filtering, voiding junk, and using dedicated storage for common bulk materials usually pays off on both performance and sanity.
Transfer Modes: Input, Output, and Bidirectional
EnderDrives are not one-size-fits-all when it comes to how items move. You can tune behavior to match security, automation, and base layout.
- Bidirectional (default): Works like a normal disk-style drive. Players and machines can insert and extract items freely.
- Input: Items can go in from you or automation, and you can inspect stacks, but you cannot pull items back out through that mode.
- Output: Items can leave the drive to you or automation, but nothing can be inserted—useful for controlled distribution lines.
Those modes pair well with AE2 buses, interfaces, and patterns, so you can build precise logistics without reinventing your whole network.
Scope and Privacy: Global, Private, and Team
Frequency alone is not the whole story; scope decides who is allowed to treat a shared frequency as “theirs.”
- Global: Storage under this scope is shared server-wide. Any player with a matching drive frequency taps the same inventory—great for community warehouses, but risky if you forget who has access.
- Private: Private drives bind to your UUID. Others might interact with your ME system in some setups, but the underlying EnderDrives inventory remains yours.
- Team: On packs that use FTB Teams, team-scoped drives are visible to party members. Crafting a drive and aligning it to a team frequency is straightforward cooperation. Behind the scenes, data ties to the party owner’s UUID, so if the team disbands, the original owner typically retains access—plan team leadership accordingly.
When you are juggling several mods, version updates, and dependency chains, it helps to use tooling that keeps installs tidy. If you want a smoother workflow on a busy modded instance, this mod can be easily installed via the foxygame.net launcher—a convenient, flexible, and modern Minecraft launcher where you can grab mods straight from the menu without hunting through scattered download pages.
EnderDB: The Engine Under the Hood
To keep huge inventories fast and trustworthy, EnderDrives relies on a purpose-built database called EnderDB. Items are stored with their full data components (NBT), so nuanced items keep their identity exactly as the game expects. Each record is indexed by frequency, scope, and complete NBT, with counts stored as signed 64-bit values—enough headroom that “how many cobblestone” stops being the bottleneck long before the counter does.
Reliability Features Players Actually Care About
EnderDB is built around speed and crash safety: rotating write-ahead logging, batch commits, CRC32 checksums, compact binary storage, in-memory caching, background threading, and careful handling of shutdowns and crashes. Operations are atomic, which is the boring-sounding detail that matters most when a server hiccups or a chunk has a bad day—you are far less likely to see mysteriously duplicated or vanished stacks.
On disk, you will find data under your world folder at saves/world/data/enderdrives/enderdrives.bin, with WAL files alongside it for recovery and throughput. Backing up your world folder therefore backs up your EnderDrives data in the same pass you already use for terrain and player progress.
Putting It All Together
EnderDrives fits neatly into the rhythm of late-game Minecraft modding: you set frequencies and scopes to match how your server trusts its players, you pick transfer modes that match each subnet’s job, and you treat type counts as a resource to manage like power or channel limits. Whether you are syncing a megabase across dimensions or sharing a public stockpile on a community server, the mod turns “where did I leave that stack?” into a solved problem—as long as you respect privacy settings and keep an eye on how wild your item variety gets.
--- **Update Aug 28, 2026:** Added 3 files for version 26.1.2, 1.21.1, 1.20.1 (NeoForge, Forge).