← Back to Hub

About MobCrafter

What is the MobCrafter mod?

MobCrafter is a Minecraft Forge mod that lets you capture block structures and turn them into summonable, animated units. MobCrafter Hub is the community library where creators share their units and builds for everyone to download and use.

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

  1. 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.
  2. 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.
  3. 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.
  4. 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:

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:

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:

Getting started

New to MobCrafter Hub? Here is the recommended path:

  1. Install Minecraft Forge and the MobCrafter mod from CurseForge.
  2. Browse the Hub to find a release you want to try.
  3. Follow the How to Use guide for step-by-step installation instructions.
  4. Once you are comfortable using Hub releases, try capturing your own build and publishing it on the Hub.