How to make custom minecraft recipes
Mia Moss
Published Mar 27, 2026

Minecraft 1.13 Tutorial Playlist minecraft tutorial video will show you how to add custom craft…
There are other answers below:
In Minecraft 1.13 Snapshot 17w48a Mojang has added a way to make your own custom minecraft recipes. Here are all the commands, and steps needed to make your …
Minecraft crafting recipe – Minecraft Tools. Minecraft crafting recipe. List of crafting recipe in Minecraft.
Today I want to show you how to add some custom recipes in to your Minecraft server. Custom recipes add a lot of uniqueness to your server, especially RPGs and survivals! Also, this tutorial is aimed at the beginners who have just started to learn the basics of plugin development! What we are creating:
Custom crafting generator. Creation of custom crafting table for Minecraft 1.12. In Minecraft 1.12 it is possible to create new uniques customized craftings. This generator help you to create this custom crafting configuration file. Sadly int the 1.12 version we need to modify Minecraft itself to be able to use theses customs craftings ingame.
2. Add Items to make a Custom Shield. In the crafting menu, you should see a crafting area that is made up of a 3×3 crafting grid. To make a custom shield, place 1 shield and 1 banner in the 3×3 crafting grid. When making a custom shield, it is important that the shield and banner are placed in the exact pattern as the image below.
Change the permission of the recipe with the specified key to new_permission. /ceh changekey [key] [newKey] This command allows users to change the key of the recipe with the specified key. /ceh cleanitemfile When creating recipes, your custom items get saved to an “items.yml” file. When recipes get altered, the items don’t get removed.
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 must add 256 to the item id, if its 5000 in property file, use *explosiveEgg=5256.
place a despenser wherever you want, that will be your command block crafting station, then place a dispenser with the items and way you want to craft the item, then a dispenser with the item, then, for the command block stuff (which needs to be in spawn chunks), do a command block clock (place a command block on the bottom with /setblock ~ ~1 ~ minecraft:air and 2 …
A group of people that specialise in making high quality modpacks and maps for Minecraft. We started out as a custom challenge map in Minecraft that made heavy use of multiple tech mods. Quick Navigation
Related Questions
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.
How to make cool recipes in Minecraft?
To make cool recipes an item editor is needed. This item editor allows users to set colored lore, set colored names, set the durability, add enchantments, add itemflags or even set the localizedname of items. And for the record: itemflags are the things that allow you to hide enchantments or attributes on items!
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…
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.