
CustomBrewRecipes
I don't know my version or loader
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
CustomBrewRecipeRegister.registerCustomRecipe()
and supply the items for the recipe.
Or if you need custom components, use the
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!
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
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!
Setup
You can add it to your project by adding in your build.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.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.21.2, 1.21.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as custombrewrecipes-1.3.2-neo.jar — drop this file into the mods folder
- Download size: 13 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.