C
ClearView News

How to change crafting recipes in minecraft mods

Author

Emily Carr

Published Mar 23, 2026

How to change crafting recipes in minecraft mods

So you can grab it with something like: ArrayList recipes = (ArrayList) CraftingManager.getInstance ().getRecipeList (); Then you can manipulate it like any ArrayList. And you can certainly include items from other mods in your recipes fairly simply if you know what they’re called in various registries.

There are other answers below:

How do you use a craft tweaker GUI? This mod provides easy-to-use in-game GUI screens that help you to edit the Craft Tweaker zenscripts visually. You can simply use the [Recipe Maker] to [shift + right-click] on a block (machines, furnace, or crafting table) to open the recipe maker GUI for the specific block.

Description. MineTweaker adds tools to change recipes in mods, compose your own crafting combinations, the ability to rename ore with a modify of ID, when, for example, ore of aluminum, copper, zinc, etc. has a unlike ID value, the mod helps to fix alien recipes and the interaction of different mods.

If you want to change a recipe, just remove the old one. Minetweaker does not make any files that add the normal recipes, it just allows you to …

It depends which mods you’re using. Some have built-in recipe modification functionality (such as Ender IO with its JSON files), some require the use of CraftTweaker (sometimes also with ModTweaker), and some mods cannot have their recipes changed without writing an entire mod to do so. 1. level 2. Killermelon1458.

Then you’ll make a folder in your install directory (same place where your \mods folder is) and name it \scripts, and in that you’ll make one or more files ending in .zs that contain CraftTweaker scripts for changing recipes and adding/removing things from the ore dictionary.

Click to expand… You can always try making a custom recipe that overrides the default recipes, like just make a recipe of the Wood-log in the crafting bench anywhere and the result will be null or blank. and just add that recipe in. …

If I cant get it to work I’ll probably just disable all recipes for the water bottle and make the player use a weather collector from mfr.[DOUBLEPOST=1413661952][/DOUBLEPOST] Gideonseymour said: If you have Minetweaker, you can do /minetweaker dump or /minetweaker hand to find out

This mod requires Minecraft Forge Place this zip file into .minecraft/mods. What does it do? This mod lets you create new recipes for Minecraft. You don’t have to download “crafting mods” any more! All recipes are saved in Recipe Files, which can be edited by notepad. This mod is also useful for debugging your mods. How to get Recipe Files

On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft. Place the mod you have just downloaded (.jar file) into the Mods folder. When you launch Minecraft and click the mods button you should now see the mod is installed. CraftGuide Mod 1.7.10 Download Links:

What is this Minecraft recipe mod for?

This mod lets you create new recipes for Minecraft. You don’t have to download “crafting mods” any more! All recipes are saved in Recipe Files, which can be edited by notepad. This mod is also useful for debugging your mods. After you download your recipe files, place them into this folder: You can… You can’t…

Do I have to download all the crafting mods?

You don’t have to download “crafting mods” any more! All recipes are saved in Recipe Files, which can be edited by notepad. This mod is also useful for debugging your mods. After you download your recipe files, place them into this folder:

How do I save a custom recipe in Minecraft?

Recipes can be saved in any text files in .minecraft/mods/customrecipes. You can also use comments to make the code cleaner. General notice: To get modded blocks, simply use their id like this: *pipe=185, and then use keyword pipe.

What are the different types of recipes in Minecraft?

There are 4 available recipe types: Smelting (for furnace). Recipes can be saved in any text files in .minecraft/mods/customrecipes. You can also use comments to make the code cleaner. General notice: To get modded blocks, simply use their id like this: *pipe=185, and then use keyword pipe.