Custom 3D models are what separate a server that feels modded from a server that feels vanilla with extra steps. A boss that is actually a towering golem instead of a re-skinned zombie. A pet that flaps its wings. A weapon with real geometry instead of a flat sprite. The tool everyone uses to make these is Blockbench, and the skill ceiling is real: box modeling, UV mapping, rigging bones, keyframing animation curves. Kodari Studio's model generator collapses all of that into a sentence: describe the model, and a few minutes later you have a finished .bbmodel, rigged and animated.
Not a mesh soup from a generic text-to-3D tool that you then spend a week retopologizing. A proper Minecraft-style model, cubes and planes, clean pivots, sensible bone hierarchy, that opens in Blockbench like it was made there. Because format-wise, it was.
What you actually get
You open Kodari Studio, pick 3D Models, and describe what you want. "A cute cartoon white chicken with a walk and an idle animation." "A lava golem boss with glowing cracks and an attack swing." "A treasure chest that opens and closes." The generator builds the geometry, textures it, rigs it with a bone hierarchy, and keyframes the animations you asked for.
The output is a standard .bbmodel file, Blockbench's native project format. That distinction matters: you are not locked into a proprietary viewer or a one-way export. You can open the file in Blockbench and edit anything, retexture it, adjust a pivot, add another animation, exactly as if a modeler on your team had handed you their project file.
Rigged and animated, not just shaped
Geometry is the easy half. What makes a model feel alive is the rig: a head bone that can look around, legs that cycle, wings that flap. The generator builds that hierarchy and then animates on top of it, an idle loop, a walk cycle, an attack swing, whatever the model calls for. When you preview the file in Blockbench's animation tab, the keyframes are right there, editable.
This is the part that usually eats days. Animation in Blockbench is manual keyframing, rotate a bone, set a keyframe, scrub, adjust, repeat, and a passable walk cycle is genuinely hard to get right. Getting a working rig plus animations as the starting point instead of the finish line changes what one person can ship.
Lock the shape first, then animate. If you change the model's geometry after animating, the animation has to be redone, that's true in hand-made Blockbench workflows, and it's true here.
That quote is the one workflow rule worth internalizing. Iterate on the look, the proportions, the texture, until the model is exactly right. Then ask for the animations. Kodari will warn you about this before your first model session, because regenerating a model to change its shape means its animations are rebuilt too.
From .bbmodel to your server
A .bbmodel is a project file, and everything downstream is the normal Blockbench pipeline you already know. Export to Java Block/Item geometry for resource packs with custom model data. Feed it to ModelEngine or ItemsAdder style plugins for animated entities on Paper servers. Export Bedrock geometry for addons. The point of using the community's standard format is that every existing tutorial, plugin, and export path just works.
And because Kodari Studio lives next to the rest of Kodari, the model can go straight into the same session where the AI writes the plugin that spawns it, one conversation, asset and code together.
Iterate like a conversation
The first generation is rarely the final one, and it does not need to be. "Make the head bigger." "Shorter legs, chunkier body." "More saturated feathers." "Add a sitting animation." Each pass refines the same model. Generation takes about 10 to 15 minutes, so the loop is: describe, preview in the built-in viewer, adjust, and only open Blockbench yourself when you want hand-level control.
Who it is for
Server owners who want custom mobs, pets, and bosses without commissioning a modeler. Plugin developers shipping features that need real geometry, not item sprites. Modpack creators filling a themed world with consistent creatures. And Blockbench users who are fine finishing a model by hand but would rather not start from an empty canvas.
Kodari Studio, including the 3D model generator, is available to all Kodari customers. Open Studio, pick 3D Models, and describe the first creature your server is missing.