Back to BlogVoxelMind GEN3 announcement showing a friendly futuristic AI companion above a Minecraft landscape with a stability message
Lab Journal #2

VoxelMind GEN3: Less Code, More Mind

We spent weeks removing instructions, deleting special cases and giving the companion its decisions back. Then we gave it forty new ways to look alive.

R
Robin
VoxelMind
7 min read
voxelmind gen3minecraft ai companionminecraft modautonomous aiai agent architecturecompanion skinsdevelopment update
Lab journal, part two. The last few weeks were not about adding another impressive checkbox. They were about removing everything that stood between a companion, the world it sees and the decision it wants to make.

GEN3 is live

VoxelMind GEN3 is now running for every companion. Existing bots received the new brain automatically. Mod version 0.7.0 brings the matching skin system, reconnect improvements and the latest spawn fixes to Minecraft 1.21.1 and 1.21.4–1.21.8.

From the outside, this release looks like two things: a bot that behaves more reliably and a very large collection of new skins. Underneath, both came from the same idea. A companion feels alive when the system stops constantly getting in its way.

The biggest feature was deletion

AI agents attract rules. When one makes a strange choice, the natural reaction is to add an instruction. When it gets stuck, add a special case. When two systems disagree, add a coordinator between them. Keep doing that and you eventually have a bot surrounded by so much helpful machinery that it barely gets to decide anything itself.

We had reached that point. The prompt explained too much. Tools overlapped. Background logic tried to remember what the bot was “really” doing. Small events could interrupt long actions. Code sometimes interpreted a result instead of simply reporting what happened. Every safety rail created another edge where the model and the game could disagree.

So the central rule of GEN3 became brutally simple:

Minecraft produces facts. The model decides. Code executes the chosen tool. The real result goes back to the model.

No invisible manager decides what a request means. No second task brain keeps a competing version of the truth. The code is responsible for seeing blocks, entities, health, inventory and movement accurately. It is responsible for making a tool do exactly what its name promises. Meaning, planning, conversation and choice belong to the companion.

That is not less intelligence. It is more room for intelligence to matter.

A quieter context, a clearer world

The same cleanup happened inside the companion's view of the world. Repetitive inventory churn stopped dominating the timeline. Redundant and over-specialized tools were removed or collapsed. Results now say what physically happened: how far the bot actually travelled, what it collected, whether food or health changed, and why an action stopped.

We also tightened the boundary between perception and action. A combat tool cannot quietly select a creature the companion never saw. A completed action does not mean “the code thinks this is probably enough”; it means the physical action actually completed. When something interrupts a long-running action, cancellation has to reach the body instead of leaving a ghost task mining in the background.

The result is a smaller prompt with better evidence. The model has fewer instructions to obey and more reality to reason from.

The body had to catch up with the mind

Freedom is not useful if every movement jams against a leaf block. Much of the last few weeks was unglamorous physical work: pathfinding, water exits, caves, falling gravel, doors, chests, furnaces, boats and the awkward half-block situations that only Minecraft can create.

Combat received its own focused execution window. Once a fight begins, the body finishes the immediate encounter instead of bouncing between a new language-model decision and a new reflex every second. Long actions such as gathering and digging now have cleaner cancellation. Digging upward first searches for an existing route and only cuts new steps when it has to. Cooking waits for the furnace instead of declaring dinner ready because fuel was inserted.

Vehicles now behave like vehicles, too. A companion can board a boat, remain seated while you travel and get out when asked without leaving its internal state behind on the previous shore.

We stopped testing in polite little demos

GEN3 was tested the way people actually break Minecraft bots: in long, unscripted survival sessions. We watched companions for hours at a time. One run lasted almost eight hours. The final release run added another 246 decisions across combat, crafting, gathering, cooking, exploration, shelter building, death, recovery and a boat trip to a new home.

That matters because a five-minute demo proves almost nothing. The interesting failures happen after the third interruption, at night, underwater, with a full inventory and a Creeper behind the tree the pathfinder wants to walk through.

GEN3 is not flawless. It can still make a bad decision. It can still waste time exploring, misunderstand which house you mean or need help finding the clean way out of water. The difference is that those failures now expose a concrete fact or tool we can improve. They do not disappear into a hidden state machine.

Forty ways to be someone

The technical rewrite makes the companion freer. The new skin system makes that freedom visible.

The look picker is now a full-body gallery with forty designs across four collections. Wanderers arrive in travel-worn cloaks with personal capes. Legends wear armour traced with animated runes. Mythics are made of living energy, glowing in the dark and leaving a subtle aura in the air. The Atelier is a cast of characters built from distinct hair, eyes, outfits and accessories. The original Essence colours remain, now beside a much bigger world of choices.

Premium companions can also wear the public skin of any Minecraft player. Type a username and the companion takes on that look—or upload your own PNG on the website and make something nobody else has.

Most importantly, the companion knows what it looks like. Ask about the cloak, the glow or the face you chose and it no longer insists it is an abstract language model with no body.

What changes for you

  • The GEN3 brain is already live. Your existing companion uses it automatically.
  • Update to mod 0.7.0 for the new looks. All five builds have been uploaded to Modrinth and CurseForge; storefront review can take a little time before they appear everywhere.
  • Your history stays yours. This is a new brain and a new body, not a replacement companion.

The next round starts immediately: cleaner water recovery, one movement system shared by every tool, less wasted exploration and better factual understanding of players and homes outside the current view.

Until then, take your companion somewhere difficult and see what it decides. If it surprises you—in the good way or the broken way—tell us on Discord. GEN3 exists because people kept showing us the moments a tidy test could never invent.

— Robin

Try VoxelMind free

An AI companion that remembers you — free to play, no setup beyond the Fabric mod.