CustomBrewRecipes
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #917 of 920 fabric mods in this game by downloads
📋 About This Mod
# CustomBrewRecipes A fabric mod that allows developers to create new Brewing Recipes that also support custom non potion items and Components or NBT data. Detailed instructions can be found in the javadoc, but all you have to do is calling ```java CustomBrewRecipeRegister.registerCustomRecipe() ``` and supply the items for the recipe. Or if you need custom components, use the ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponents() ``` and either use itemstacks that already have custom components or supply the nbt to the method. There also is a NBT version of the method that saves stuff to the CustomData component. You can also check for the presence of component types (or nbt-fields) and not their values! ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponentPrescence() ``` NB: The output item will still need to have the whole ComponentMap/NBT, since it's the one which is going to be created! You can also check for the presence of field/componet and specific value! You will need to use ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponentType(); ``` NB: The output item will still need to have the whole ComponentMap/NBT, since it's the one which is going to be created! (https://github.com/user-attachments/assets/66b45404-d8c6-497b-8cc8-ac08adfae0de)](https://nodecraft.com/r/emalightdev) ## Setup You can add it to your project by adding in your build.gradle: ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } } dependencies { modImplementation "maven.modrinth:custombrewrecipes:<version>" } ``` ## License This mod is available under the CC0 license.
# CustomBrewRecipes A fabric mod that allows developers to create new Brewing Recipes that also support custom non potion items and Components or NBT data.
Detailed instructions can be found in the javadoc, but all you have to do is calling ```java CustomBrewRecipeRegister.registerCustomRecipe() ``` and supply the items for the recipe. Or if you need custom components, use the ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponents() ``` and either use itemstacks that already have custom components or supply the nbt to the method.
There also is a NBT version of the method that saves stuff to the CustomData component.
You can also check for the presence of component types (or nbt-fields) and not their values! ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponentPrescence() ``` NB: The output item will still need to have the whole ComponentMap/NBT, since it's the one which is going to be created!
You can also check for the presence of field/componet and specific value! You will need to use ```java CustomBrewRecipeRegister.registerCustomRecipeWithComponentType(); ``` NB: The output item will still need to have the whole ComponentMap/NBT, since it's the one which is going to be created!
[!(https://github.com/user-attachments/assets/66b45404-d8c6-497b-8cc8-ac08adfae0de)](https://nodecraft.com/r/emalightdev)
You can add it to your project by adding in your build.gradle: ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } }
dependencies {
modImplementation "maven.modrinth:custombrewrecipes:
## License This mod is available under the CC0 license.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Emafire003
- Version
- 1.3.2-neo
- Downloads
- 4,093
- Endorsements
- 9
- Category
- fabric
- Created
- 3/24/2024
- Updated
- 3/22/2025
- Game Versions
- 1.21.1, 1.21.2, 1.21.3, 1.21.4
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does CustomBrewRecipes support?
The author lists 1.21.1, 1.21.2, 1.21.3, 1.21.4. Other versions may work but are untested by the author.
What is the latest version of CustomBrewRecipes?
Version 1.3.2-neo, published 2025-03-22 with 4,093 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await