The core concept
MobCrafter works by letting you build structures out of Minecraft blocks and then capture those structures as reusable units. Once captured, a unit can be summoned in-game and will appear exactly as the block structure you built — without needing a separate entity model or a texture pack.
This makes MobCrafter fundamentally different from traditional entity mods: there are no custom 3D mob models in the traditional sense. Your block build is the mob. Every detail you place with blocks becomes part of the unit's appearance.
How the in-game workflow works
- Build a structure with blocks. Use any combination of vanilla Minecraft blocks and mod-added blocks to construct what you want your unit to look like. Complexity is up to you — from simple two-block creatures to elaborate multi-hundred-block boss designs.
- Place a Bone Block as the core or pivot. The Bone Block acts as the root point of the unit and determines its orientation when summoned.
- Use the Capture Tool on the Bone Block. MobCrafter's Capture Tool records the surrounding structure and saves it as a unit JSON file at
config/mob_crafter/units/in your Minecraft directory. - Summon the unit in-game. Use MobCrafter items and commands to spawn the captured unit wherever you want it to appear. It will look exactly like your block build.
What is a unit JSON file?
The unit JSON is a plain-text file that fully describes a captured block structure — every block's position, type, and state — along with the unit's name, identifier, and optional configuration data. Because it is just a text file, units can be:
- Shared between players simply by copying the file into the right folder.
- Backed up, version-controlled, and edited in any text editor.
- Loaded on servers without client-side installation — in multiplayer, the server-side JSON is the source of truth and is synced to connecting clients automatically.
JSON remains the most direct and portable format for MobCrafter units, which is why Hub gives it first-class treatment: JSON releases unlock the in-browser 3D preview, the legacy unit page, and the standard summon workflow.
Types of releases on MobCrafter Hub
Hub releases are organized by what they contain, so you always know what you are getting before you download:
- MobCrafter Unit JSON — the unit file itself. Download it, drop it in your config folder, and summon the unit in-game. Most Hub releases include this type.
- Schematic + Unit Set — includes both a summonable unit JSON and a Minecraft schematic file (.schem or .litematic). Use the JSON for summoning and the schematic for placing the build directly in your world with a schematic mod.
- Schematic only — a standalone schematic file for the Minecraft builder in you, without a summonable unit component.
- ZIP / Unit Pack — a bundle that may contain multiple units, example worlds, resource packs, configuration patches, or other creator-made assets packaged together for convenience.
- External release — the creator hosts the primary file on their own platform (such as CurseForge, Patreon, GitHub, or a personal site). The Hub page links out to their download.
Mod compatibility and dependencies
MobCrafter is a Minecraft Forge mod. Check each release's detail page for the Minecraft version and MobCrafter version it was created with, and always verify compatibility with your current installation before downloading.
If a unit uses blocks from other mods (anything outside vanilla Minecraft and MobCrafter itself), those mods must be installed for the unit to render correctly. The "Requirements" section on each release page lists known dependencies. Install all listed dependencies before loading the unit.
What MobCrafter Hub adds to the ecosystem
Before the Hub, finding and sharing MobCrafter units meant hunting through Discord servers, personal sites, and file hosts with no standard format. The Hub solves that by giving creators a consistent, searchable, discoverable catalog:
- Browse and search community-made units and builds in one place.
- View in-browser 3D previews of units (for JSON releases) before downloading.
- See creator screenshots to understand what a build looks like in-game.
- Read dependency disclosures, version compatibility notes, and creator-provided install instructions on every release page.
- Download directly from the release page — no external sign-up required for free releases.
- Like releases you enjoy and leave comments to help the community.
- Follow creator pages to discover new content from creators you trust.
Getting started
New to MobCrafter Hub? Here is the recommended path:
- Install Minecraft Forge and the MobCrafter mod from CurseForge.
- Browse the Hub to find a release you want to try.
- Follow the How to Use guide for step-by-step installation instructions.
- Once you are comfortable using Hub releases, try capturing your own build and publishing it on the Hub.