← Back to Hub

How to Use Releases

Installing MobCrafter Hub releases

This guide walks through every Hub release type — from the most common unit JSON to ZIP packs and schematics — with clear step-by-step instructions so your install goes smoothly on the first try.

Last updated: June 30, 2026

Before you start — prerequisites

Every Hub release requires a working Minecraft Forge installation with the MobCrafter mod installed. Before you attempt to install any release:

Installing a MobCrafter unit JSON

This is the most common Hub release type. A unit JSON is a plain-text file that describes the block structure of a summonable unit.

  1. On the release detail page, click the Download Unit JSON button to save the file to your computer.
  2. Locate your Minecraft installation folder. On Windows, open File Explorer and type %appdata%\.minecraft in the address bar and press Enter.
  3. Navigate to .minecraft\config\mob_crafter\units\. If the units folder does not exist, create it manually.
  4. Copy the downloaded .json file into the units folder.
  5. Launch (or restart) Minecraft with the Forge + MobCrafter profile. The unit will be automatically loaded from that folder when the game starts.
  6. Use MobCrafter's in-game commands or items to summon the unit.
File naming: The filename of the JSON (without the .json extension) is the unit's identifier. If you rename the file, the in-game unit ID changes. Do not rename unless you have a reason to.

Conflicts: If you already have a unit with the same filename, the new file will overwrite it. Rename one of them to keep both.

Multiplayer: On a server, place the JSON in the server's config/mob_crafter/units/ directory instead. The server distributes unit data to connected clients automatically.

Installing a schematic file (.schem or .litematic)

Some releases include a schematic for placing the block build directly in your world using a schematic mod. Two schematic types are commonly used:

Check the release description for which schematic type is included and which mod the creator recommends using it with.

Installing a ZIP pack

ZIP packs may contain any combination of unit JSONs, schematics, resource pack files, README instructions, or other creator assets. They are not Minecraft mod JARs — do not drop them in mods/.

  1. Download the .zip file from the release page.
  2. Read the README file first. Most ZIP packs include a README.txt or README.md file inside the archive that explains exactly which files go where. The structure varies by creator.
  3. Extract the ZIP archive using File Explorer (right-click → Extract All) or a tool like 7-Zip.
  4. Follow the README's file placement instructions. Typically, unit JSONs go in config/mob_crafter/units/ and schematics go in the appropriate schematic folder.
If there is no README and the ZIP contains several folders, look at the folder names for hints — folders named units, schematics, or mods indicate where their contents should be placed in your Minecraft directory.

External releases

Some creators host their primary files on their own platforms — CurseForge, Patreon, GitHub, Gumroad, or personal sites. On these releases, the Hub page links out to the creator's download page.

For external releases, follow the installation instructions provided by the creator on their platform. MobCrafter Hub does not control external hosting and cannot guarantee the availability of externally-hosted files.

Common errors and troubleshooting

Frequently asked questions