promotional bannermobile promotional banner

CustomBrewRecipes

A fabric mod that makes it easy for developers adding non-potion brewing recipes that support NBT data!

Note: won't mantain this page too often, please look at modrinth page too, since i use that as a maven repo.

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 = "" rel="noopener nofollow" target="_blank">https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:custombrewrecipes:<version>"
}

License

This mod is available under the CC0 license.

The CustomBrewRecipes Team

profile avatar
  • 3
    Followers
  • 16
    Projects
  • 656.4K
    Downloads

More from Emafire003View all

  • Pokemeteors [Cobblemon Sidemod] project image

    Pokemeteors [Cobblemon Sidemod]

    • 5.2K
    • Mods

    Spawn space-adjacent pokemeons inside actual falling meteors! Comaptibility with Cobblemon and OhMyMeteors

    • 5.2K
    • April 16, 2026
    • Mods
    • +3
  • OhMyMeteors project image

    OhMyMeteors

    • 339.5K
    • Mods

    A modern mod about Meteors and meteorites that fall from the sky!

    • 339.5K
    • April 14, 2026
    • Mods
    • +4
  • ParticleAnimationLib project image

    ParticleAnimationLib

    • 11.3K
    • Mods

    A particle animation library mod to create cool particle effects super easily!

    • 11.3K
    • February 24, 2026
    • Mods
    • +4
  • LightWithin project image

    LightWithin

    • 8.6K
    • Mods

    This mods adds a new and player-specifc-unique power: InnerLights! Yes, a magical-ish power that changes from player to player!

    • 8.6K
    • August 13, 2025
    • Mods
    • +4
  • Pokemeteors [Cobblemon Sidemod] project image

    Pokemeteors [Cobblemon Sidemod]

    • 5.2K
    • Mods

    Spawn space-adjacent pokemeons inside actual falling meteors! Comaptibility with Cobblemon and OhMyMeteors

    • 5.2K
    • April 16, 2026
    • Mods
    • +3
  • OhMyMeteors project image

    OhMyMeteors

    • 339.5K
    • Mods

    A modern mod about Meteors and meteorites that fall from the sky!

    • 339.5K
    • April 14, 2026
    • Mods
    • +4
  • ParticleAnimationLib project image

    ParticleAnimationLib

    • 11.3K
    • Mods

    A particle animation library mod to create cool particle effects super easily!

    • 11.3K
    • February 24, 2026
    • Mods
    • +4
  • LightWithin project image

    LightWithin

    • 8.6K
    • Mods

    This mods adds a new and player-specifc-unique power: InnerLights! Yes, a magical-ish power that changes from player to player!

    • 8.6K
    • August 13, 2025
    • Mods
    • +4