RecipeExport: Dump Minecraft Recipes to JSON Instantly

RecipeExport for Minecraft lets you export any mod's recipes to JSON files with one command. Simplify data packs and mod development today!

RecipeExport

If you have ever tried to document a mod's crafting recipes for a wiki, a guide, or a custom data pack, you know the pain of manually opening the recipe book and jotting everything down. It is tedious, error-prone, and utterly time-consuming. That is exactly the problem RecipeExport solves. This clever multi-loader Minecraft mod takes the grunt work out of recipe documentation by dumping every recipe from a specified mod directly into neatly organized JSON files.

Instead of guessing at recipe formats or hunting through game files, you simply run one command and let the mod do the heavy lifting. Whether you are a modpack creator, a server administrator, or a curious player who wants to understand how a mod's items are crafted, RecipeExport turns a chore into a two-second task.

What Does RecipeExport Do?

At its core, RecipeExport is a command-driven utility. It hooks into your Minecraft world and listens for a single command: /dumprecipe <modid>. When you run it with operator permissions, the mod scans the registry for all recipes associated with that specific mod ID and exports them into a structured set of JSON files.

This is not just a simple list of recipes. The mod groups everything by category, making it incredibly easy to navigate the output. You get a comprehensive summary file alongside separate files for each recipe type. The supported categories cover every standard crafting method in the game:

  • crafting_shaped
  • crafting_shapeless
  • smelting
  • blasting
  • smoking
  • campfire_cooking
  • smithing
  • stonecutting

This means you get a complete picture of how a mod's items are obtained, from simple crafting tables to advanced smithing transformations.

Why Use JSON Export for Recipes?

JSON is the universal language of Minecraft modding. By exporting recipes in this format, RecipeExport makes the data instantly usable for other tools, scripts, or documentation platforms. You can parse the files programmatically to build a custom recipe viewer on a website, or you can simply open them in a text editor to read the exact ingredients and shapes required.

The structure is clean and logical. When you run the command, the mod writes files to a dedicated export folder. Specifically, you will find the output at export/<modid>/recipes.json for the master list, export/<modid>/<category>.json for each individual category, and a legacy compatibility file at export/dump_recipes_<modid>.json. This backward-compatible file ensures that any older tools you use will still find the data where they expect it.

How to Install and Use RecipeExport

Getting started with RecipeExport is straightforward. The mod supports multiple loaders, meaning you can use it with both Forge and Fabric environments. This flexibility is a huge plus for players who switch between mod loaders or maintain multiple modpacks.

Before you download RecipeExport, make sure you check the supported Minecraft versions. The mod is regularly updated to align with the latest game releases, but it is always wise to verify that the version you grab matches your game client. For a seamless experience, many players use the foxygame.net launcher, which offers a curated add-on catalog where you can find RecipeExport listed alongside its compatible versions, eliminating the guesswork of manual file placement. The launcher handles the dependency checks and places the mod in the correct mods folder automatically.

Step-by-Step Installation Guide

If you prefer to install manually, the process is simple. First, ensure you have the correct loader (Forge or Fabric) installed for your Minecraft version. Then, download RecipeExport from a trusted source and place the JAR file into your mods folder. Restart the game, and you are ready to go.

For those wondering how to install RecipeExport without any hassle, the foxygame.net launcher simplifies the entire process. It features a one-click install button that automatically downloads the correct RecipeExport build, sets up the mod profile, and even manages updates so you always have the latest version without manually tracking releases.

Running the Export Command

Once the mod is loaded, you need to be in a world with operator permission to execute the command. Open your chat console and type /dumprecipe <modid>, replacing <modid> with the actual namespace of the mod you want to export. For example, if you want to export recipes from the popular mod "Thermal Expansion," you would type /dumprecipe thermal.

The command executes instantly. There is no lag or lengthy processing time, even for mods with hundreds of recipes. After the command runs, you can navigate to your game directory and check the export folder to see the fruits of your labor.

Practical Use Cases for RecipeExport

This tool is invaluable for several scenarios. Modpack developers can use it to generate recipe documentation for their pack's guidebook. Wiki editors can quickly pull accurate data without launching a creative test world and manually checking each recipe. Server admins can audit what recipes are available to players, ensuring nothing is broken or overpowered.

Additionally, the category grouping makes it easy to spot missing recipes. If a mod claims to have a smithing recipe but you do not see a smithing.json file, you know immediately that something is off. This diagnostic capability saves hours of in-game testing.

Final Thoughts on RecipeExport

RecipeExport is a prime example of a utility mod that does one thing and does it exceptionally well. It removes friction from a tedious process and delivers clean, structured data that anyone can use. Whether you are a seasoned modder or a casual player documenting your favorite mods, this tool is a must-have addition to your toolkit.

With its multi-loader support, comprehensive category coverage, and simple command syntax, RecipeExport for Minecraft is the fastest way to turn game recipes into readable, shareable, and programmable data. Download RecipeExport today and say goodbye to manual recipe logging forever.