MinecraftLucky | The Best Resource for Minecraft

Custom Recipes Mod 1.8.8, 1.7.10

Saturday, 22/10/2022 - 09:00
5 / 5 của 1 đánh giá

Custom Recipes Mod 1.8.8, 1.7.10 allows you to make crafting recipes for minecraft, without any coding knowledge. It’s simple to learn and to use, for example, the following line allows you to craft dirt into clay, “shapeless ( dirt ) > ( clay )

You can create aliases for modded blocks to use them in your recipes too. These recipes also includes smelting, and creating fuels for the furnace. Custom Recipes loads recipes from a file within your computer, and loads them every time you enter a world. It also provides a log for you to debug your recipes if something went wrong.

With custom recipes you may also remove existing recipes, and it works completely with mods. Therefore it is very useful in modpacks, where you might want to change some recipes for balancing, and disabling crafting of certain items on your server.

Custom Recipes Mod Screenshots:

Writing new recipes:

Show Spoiler

There are 4 available recipe types:

The recipe file can also contain:

Recipes can be saved in any text files in .minecraft/mods/customrecipes.
You can also use comments to make the code cleaner.

Recipe syntax – how to make a recipe:

General notice: To get modded blocks, simply use their id like this: *pipe=185, and then use keyword pipe. For items, you may or may not have to add 256 to the item id, if its 5000 in property file, use *explosiveEgg=5256.

shaped ( name,m + name,m + name,m / name,m + … ) > ( name,count,m )
meta and count are optional.

Shaped recipe consist of recipe (left) and result (right).

name = Block or item name (defined in the dictionary), or number (direct ID)
m = meta / damage value. This is used, for example, to determine leaves, wool and dye colour.
count = number of items produced, default is 1.

Recipe rows (the name+name+name pieces) are divided by either ; , | or /.
All rows must have the same size.
Use “null” , “none” , “air” or “nothing” in empty slots.

shapeless ( name,m + name,m + name,m … ) > ( name,count,m )
meta and count are optional.
Shapeless recipe has only one “row”, with up to 9 items.

smelting ( name ) > ( name,count,m )
meta and count are optional.

Smelting recipe can have only one item on left, and can’t specify it’s meta.

fuel ( name, burn_time )
fuel ( name, meta, burn_time )
meta is optional.

Name is an alias or item ID, and burntime defines how long this item should burn.
Stick has burntime 100, planks 300, coal 1600, lavabucket 20000.
If you write some super large number here, you will have nearly infinite fuel.

remove (name,count, m)
meta is optional, count is required
Removes the crafting recipe that would craft the specified items

clear (name)
Removes all recipes that would craft the specified item, no matter how many or what metadata.

*Alias=ID,meta
meta is optional.

This is an alias definition of new block or item. Alias can contain letters, numbers and underscore. ID must be a number. Aliases are defined in the dictionary, but you can define your own in your recipe file.

# comment, description, whatever
This is how you can make comments in your recipe files.
Comment doesn’t have to start on new line, but all from the # sign till the end of line is treated as a comment.

Lazy code
For those who don’t like brackets: Don’t use them!
shapeless fence > stick,6
This works (or may work) too.

Example recipes

(recipe from “EasyWood” mod, crafting ladder of logs)

(recipe from “ReverseCrafting” mod, making planks back from sticks)

(converting dirt to clay)

(oak to birch)

(it can be now done this way)

(recipe from “Crafting obsidian” mod; buckets will be returned empty)

(recipe to get “water tiles”)

(This is real cheating! Smelt one gravel to get 64 blocks of glass!)

Stone alias (rock can now be used instead of stone)

Super fuel

Any comment

Custom Recipes Mod Tips:

How to install Custom Recipes Mod 1.8.8, 1.7.10

Download Links for Custom Recipes Mod 1.8.8, 1.7.10

Other Versions:

For Minecraft 1.5.2

https://minecraftlucky.com/dowload/file-10071

For Minecraft 1.6.2

https://minecraftlucky.com/dowload/file-10072

For Minecraft 1.6.4

https://minecraftlucky.com/dowload/file-10073

For Minecraft 1.7.10

https://minecraftlucky.com/dowload/file-10074

https://minecraftlucky.com/dowload/file-10075

For 1.8.8

https://minecraftlucky.com/dowload/file-10076

https://minecraftlucky.com/dowload/file-10077


Related Post

  • Apple Trees Mod 1.11.2, 1.10.2 adds a apple trees that grow real apples you can harvest. To get an apple tree sapling, you need to craft an oak sapling together with an apple.
  • Minecraft has villagers, illagers and as of the new 1.14 update pillagers. But have you ever wanted killagers? No? Well, then Killager Mod 1.12.2 is not for you!
  • CompactChests Mod 1.12.2, 1.11.2 allows you have tons of space in just one small chest or backpack. This is a storage mod designed to compact down the amount of storage blocks you need, first of all you have the chest. Chests have a customisable size of up to 24×12 (288) slots.
  • Left To Die Mod 1.12.2, 1.10.2 is a mod based around the prehistory era when Undeads would roam and dominate the whole world. You and other strangers went back in time through a time machine and found yourself stranded in a world full of Undeads. You also seem to notice that there is a certain infection in the air which the Undead are immune to. However, other survivors will help you out with a supply drop full of anti-infection syringes that help reduce your infection level. Now you must find tools, equipment, and weapons to defend yourself in a world devoid of resources. After slaying a couple Undeads, you notice they have materials that you need. Can you face the Undead Horde and survive?
  • Pocket Nether Link Mod 1.12.2, 1.10.2 gives you the ability to bring the Nether to the Overworld without needing to visit and encounter all the mobs that come with it. It simply converts similar materials from the Overworld into their Nether counterparts.
  • Find Your Way Mod 1.12.2 provides several compasses to structures generated by Minecraft.