The Möbius Automata
ModThe biggest breakthrough in Minecraft automation since Baritone
Type
Mod
Modrinth Downloads
4,364
Modrinth ID
QBeGB0ww
Last Updated
Jul 29, 2026
Description
The Möbius Automata
The first fully player-independent pathfinding, building, and combat automation approach.
- This mod takes advantage of the carpet mods' fake player feature, allowing for full usage both on singleplayer and on servers
- It is therefore however dependant on the carpet mod, which in turn requires fabric api and a fabric environment
Capabilities
- Möbius Automata can be spawned using the /bot command, by any player, both on servers that have the mod installed and in singleplayer worlds
- The Automata traverse the world around them through the A* pathfinding engine, very similar to what baritone uses.
- The bot is fully controlled in chat via suffixes of the /bot command after being spawned by and only by the player that spawned it
- You can only spawn bots that are not in the world yet
- Multiple bots can be put into a group and then all be commanded at the same time by using the group name instead of a bot name
- Bots climb ladders, vines and scaffolding, and build their own way out of deep water
- Spear related commands and actions only available in 1.21.11 and future
- All normal carpet player commands are also supported
- Actively defends itself from mobs during processes
- Looks after itself without being told to: digs itself out when buried by falling gravel or sand, raises its shield when a creeper corners it with nowhere to back away to, and keeps swimming toward where it was going while it comes up for air
- Says what it is missing before it starts. No pickaxe for that block, a bow with no arrows, no fishing rod, no storage set — you hear it once, up front, instead of watching a bot achieve nothing
Significant features
Mining
- The mod provides both a generic mine command used to find and mine specific blocks, aswell as mine area command used with coordinates.
- For actual collection and usefulness, the mod provides an option pickmineitems that makes the bot actively collect the blocks mined.
- In addition to this, to prevent resource loss in case of a full inventory, a coordinate driven storage gather command is provided. The bot will return to the declared radius and deliver his resources to storage utensils in a radius given in the initial command.
- With the biomeseek rule the bot stops giving up when a resource simply isn't around. The server knows the whole world, not just what is loaded, so the bot finds the nearest biome that actually grows what you asked for and travels there — thousands of blocks if it has to, flying it if it has an elytra.
- When pillaring or bridging, the bot spends anything except the material you sent it to collect, so the harvest comes home instead of becoming scaffolding.
Crafting
- The craft command crafts the real way: in the bot's own 2x2 grid where the recipe allows, otherwise by walking to a crafting table. Missing intermediates are made automatically (logs into planks into whatever you asked for).
- If no crafting table is in range but the bot carries one, it puts it down, uses it, breaks it and takes it with it again. With adaptivecrafting on it will even craft the table itself first.
- max, repeat and drop suffixes turn it into a machine: craft everything the materials allow, keep waiting for new materials forever, and toss the results so hoppers can take them.
- With the adaptivecrafting rule, asking for something the bot cannot make is no longer a refusal. It works out what is actually missing all the way down to raw material, tells you plainly, then goes and mines it. It also picks whichever material is closest — a recipe asking for "any planks" sends it to the spruce at its feet, not the oak four hundred blocks away.
Draining
- The drain command clears water out of an area with sponges, placing them where they soak up the most, leaving them standing as dams while it works, and collecting every one of them again afterwards — including swapping wet ones for dry at a storage if one is set.
- The draining rule decides how mine area deals with water it runs into: with sponges when the bot carries any, or by filling the sources in with spare blocks and mining them back out.
Normal Hunting
- Bots are able to very precisely hunt any entity (if in render distance) using the hunt command
Player Hunting
- A very prominent feature of the mod is player hunting and combat. Multiple rule commands and suffixes are provided to aid the process of commanding a bot to hunt any player anywhere on a world. Alongside this, although not yet bug free, the bot is able to hunt other players through dimensions, by being told where portals are (see Command Definitions and Usage). The Automata harness many capabilities related to combat. These include but are not limited to;
- Bridging
- Towering
- Water Bucket Clutching
- Elytra Pursuit
- Mace Chain attacking
- Spear Charging
- Bow usage
- Advanced Sword, Axe and Shield usage
- Totem usage
- Smart Eating
Building
- Bots are able to access their creator's schematics folder (used by litematica), letting them build any structure of any size automatically. They do however like normal players, require enough materials, which can be left at the build storage using the storage build command.
- Blocks that need something to attach to (levers, signs, redstone dust, rails, carpets, torches, doors, beds, hanging lanterns, chains and so on) are only placed once their support block exists. Blocks hanging from above are placed in a final pass, after the rest of the build stands.
Workflows
- Bots can record and repeat anything the operator does themselves. The recordworkflow command starts a short guided session; double-tap shift to start, do your cycle, double-tap shift to end. Every movement, block broken, item used and chest interaction is saved under a name.
- Any bot you spawned can then replay that exact cycle with doworkflow, walking to the recorded starting position by itself first.
- Chest interactions are saved by item and amount instead of by slot, meaning the bot still takes and deposits the right things even if the chest was rearranged since.
- Together with the workflowloop rule the bot repeats the cycle forever, making any farm or repetitive manual task fully automatic.
- Should a mob interrupt the bot mid cycle (see mobdefense), it defends itself, returns to the exact position it left off at, and continues.
Group Control
- Multiple bots can be put into a group using the makegroup command, letting the operator command all of them at once by simply using the group name in place of a bot name.
- Every single command works with groups, including spawning and killing the entire group at once.
Creative Mode
- Should the operator put a bot into creative mode, it gains the according capabilities.
- Builds no longer require any materials or a build storage, as the bot takes the blocks straight out of the creative inventory, and wrong blocks are broken instantly.
- Movement switches to actual creative flight, sprint flying included, instead of walking, towering and bridging.
Hands-on Control
- With the easycontrols rule you can skip the chat entirely for the two things you do most: right-click a bot to open its inventory, sneak-right-click it to stop whatever it is doing. Works from a completely vanilla client, no client mod needed, and is off by default so a bot standing at spawn doesn't hand its pack to passers-by.
Command Definitions
Base Commands (used as /bot xxx)
- SPAWN spawns a bot
- STOP makes the bot instantly cancel any running task
- STATUS shows what the bot is doing right now ("mining 7/15 oak_log", "building myhouse — layer 4/9"), where it is, its health, hunger and air, both of its storages, any loaded schematic, and every rule currently on or off
- KILL kills the bot but lets it keep its items
- DROPALL makes the bot drop all items in its inventory
Action Commands (used as /bot xxx)
- GOTO makes the bot go to a specific set of coordinates. If portals are known/declared, can be in any dimension.
- MINE makes the bot search for and mine a specific blocks in the world. compatible with storage gather. can also be used to mine out an area declared with coordinates by using /bot mine area xyz xyz
- CRAFT makes the bot craft an item, in its own grid or at a table it finds, carries or makes itself. accepts max, repeat, once and drop
- DRAIN makes the bot clear the water out of an area with sponges and collect them again afterwards (used with two sets of coordinates)
- HUNT makes the bot search for and kill any entity within render distance. In the case of a player being the target, the bot can use various combat techniques and travel vast distances to eliminate his target.
- BUILD makes the bot build whatever structure is selected per command from the creator's schematics folder.
- OPENINV opens the inventory of the selected bot and the operators own inventory to edit the bots items directly
- BODYGUARD makes the bot follow a selected player and constantly protect them from any attacker
- FISH finds nearest open body of water bigger than 5x5, stands at its edge and uses fishing rods given to it to fish. Compatible with storage gather
- RECORDWORKFLOW starts a guided recording session in which every move and action of the operator is saved under a given name
- DOWORKFLOW makes the bot walk to the start of one of your recorded workflows and replay it exactly
- TAKECONTROL makes the operator and the bot switch places and gives the operator the bots items with full control over it (used with true/false)
Combat Rules (used as /bot combatrule xxx <true/false>, or all instead of a rule name)
- allowelytra allows the bot to use an elytra for long range travel and attacks with mace and spear
- allowmace allows the bot to use a mace in combination with elytra (if allowed) to aggressively mace chain its player target
- allowspear allows the bot to lunge towards the player to catch up since it cant sprint jump (if enchanted spear is given) or fly into the player using elytra (if allowed) to do massive amounts of damage
- allowtrident allows the bot to use a riptide enchanted trident to more easily traverse large bodies of water, with which right now (water in general) it struggles
- allowbow exclusively early game rule auto dissabled when elytra and others get allowed to give the bot a chance to do damage from a distance with minimal gear
Gameplay Rules (used as /bot gameplayrule xxx <true/false>, or all instead of a rule name)
- mobdefense lets the bot defend itself from hostile mobs during any process, on by default
- breathing lets the bot surface for air on its own when it is drowning, on by default
- eating lets the bot care about its hunger and pause whatever it is doing to eat, on by default
- durability keeps a safety margin on tools so they don't shatter, on by default
- draining decides how the bot deals with water while area mining; sponges when it has them, filling it in when it doesn't. on by default
- pickmineitems makes the bot actively try to pick up items dropped from the mine command
- workflowloop makes the bot repeat a workflow forever, returning to the start after every finished cycle
- biomeseek lets the bot travel to a biome that actually has what it was sent to mine, instead of reporting there is none nearby
- adaptivecrafting lets the bot say what a recipe is missing and then go and mine it, turning pickmineitems on while it is active
- easycontrols right-click the bot to open its inventory, sneak-right-click to stop it
Group Commands (used as /bot <name/group> xxx)
- makegroup creates a group containing the selected bot. from then on the group name can be used in place of a bot name in front of any command
- add adds one of your bots to the group (used as /bot add )
- kick removes a bot from the group (used as /bot kick )
- disband deletes the group again, the bots themselves stay untouched
- /botgroups lists all of your groups and the bots in them
Positional Commands (used as /bot storage <build/gather> )
- storage gather used to tell the bot where to deposit gathered items (from mining or fishing) in case of a full inventory. provide chests or similar
- storage build used to tell the bot where to find materials for builds. provide chests or similar with materials
Declaration Commands (used as /)
- declareNetherPortal tells bot a position for a nether portal
- declareEndPortal tells bot a position for an end portal
- automatadebug controls how much the bots say in chat; joinmsg for the message on world join, all for everything else. with all off you still get errors and warnings
Bugs and Further Development
I am the GOAT
- For suggestions, bug reports or questions, feel free to join the discord server
- Self learning and possible ML are to be discussed
- Further internal Bug-Testing sessions are to be held to further optimize results
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Beardielover's Battle Defenders
Go into battle with defenders, human soldiers that will fight for you, hold a position, and more! Combine with the WW2 m...
Day Display
Simple Minecraft day counter that you can adjust its location. Great for 100 days content creators!
Coasters: Magnetized
🛤️ ⁕ Adds accelerating, braking tracks and wooden decorations for Create: Coasters Simulated!
Ragna Goblin [Forge 1.16.5 only]
Goblin Traders Addon: A goblin who really loves a certain mod and talks about it.
FAMM - Fex's Alphabet & More Mod
A Mod adding some Letter Blocks to Minecraft.
EC Samurai Dynasty Compat
adds compatability between Expanded Combat and Epic Samurai's