Custom Recipes Mod 1.8.8 & 1.7.10

Create custom crafting recipes in Minecraft without coding. Works with Forge, shapeless recipes, smelting, furnace fuels, and more. Download for 1.8.8 and 1.7.10.

Custom Recipes Mod Overview

Custom Recipes lets you make crafting recipes for Minecraft without touching a single line of code. Just write simple text, drop it in a folder, and your recipes load instantly when you join a world.

It handles shaped recipes, shapeless recipes, furnace smelting, and custom fuels. You can also remove existing recipes or change them to balance your modpack. The mod reads from text files you can edit anytime, and it throws errors in your log if something’s wrong so you know exactly what to fix.

What You Can Do

  • Shaped recipes: Classic recipes with specific patterns (like crafting tables)
  • Shapeless recipes: Throw items together in any order
  • Furnace recipes: Custom smelting outputs and burn times
  • Remove recipes: Disable specific crafting recipes for balance
  • Custom fuels: Make any block or item burn in the furnace
  • Aliases: Give modded blocks easier names in your recipes

Recipe Syntax Basics

Recipes use simple text syntax. You don’t need brackets if you don’t want them.

Shaped Recipe:
shaped (log+null+log / log+log+log / log+null+log) > (ladder,16)

Shapeless Recipe:
shapeless (dirt) > (clay)

Smelting:
smelting (ice) > (water)

Custom Fuel:
fuel (netherrack, 10000000)

Remove Recipe:
remove (diamond_sword, 1)

Alias Definition:
*rock=1

You can use comments too. Just start a line with # and the mod ignores everything after it.

How to Create Your Own Recipes

Create a text file in your .minecraft/mods/customrecipes folder. Use any name you want. The mod reads these files every time you load a world.

Common recipe examples:

  • shaped (stick+stick / stick+stick) > (planks) – Turn sticks back into planks
  • shapeless (log,0) > (log,2) – Convert oak logs to birch using metadata
  • shapeless (bucketLava + bucketWater) > (obsidian) – Craft obsidian from buckets
  • smelting (gravel) > (glass,64) – Smelt one gravel into 64 glass
  • # This is a comment – Document your recipes

For modded items, use their block ID and prefix with an asterisk. Example: *pipe=185 lets you use “pipe” in recipes.

Installation

  1. Download and install Minecraft Forge for your version
  2. Download the Custom Recipes mod jar file
  3. Locate your .minecraft/mods folder (create it if it doesn’t exist)
  4. Drag the jar file into the mods folder
  5. Launch Minecraft and play

Modpack Tips

  • Group similar recipes into separate text files to organize them
  • You can zip your custom recipe packs and share them as separate mods
  • If you get errors, check your log file. The mod prints helpful debug messages
  • Spaces in recipe files don’t matter, so use formatting to make your recipes readable

Download Custom Recipes Mod

For Minecraft 1.8.8

Custom-Recipes-Mod-1.8.8.jar

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 47.1 KB

For Minecraft 1.7.10

Custom-Recipes-Mod-1.7.10.jar

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 42.4 KB

Other Versions

Minecraft 1.6.2

Custom-Recipes-Mod-1.6.2.zip

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 32.9 KB

Minecraft 1.5.2

Custom-Recipes-Mod-1.5.2.zip

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 50.6 KB

Minecraft 1.5.1

Custom-Recipes-Mod-1.5.1.zip

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 28.1 KB

Minecraft 1.4.7

Custom-Recipes-Mod-1.4.6.zip

This file is part of Custom Recipes Mod 1.8.8 & 1.7.10. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 26.4 KB

Leave a Reply

Your email address will not be published. Required fields are marked *