We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

38

Data driven brewing recipes

3 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    Add the potion level, so like:

     

    {
        "type": "minecraft:brewing",
     
        "ingredient": {
            "base_potion": "minecraft:awkward",
            "item": "minecraft:ghast_tear"
        },
     
        "result": {
            "potion": "minecraft:regeneration"
            "potion_level": "2"
        }
    }
  • 2
    Registered User commented
    Comment actions Permalink

    With 1.21's new data driven features, such as enchantments, this would be the perfect time to add this. Not JUST brewing recipes, but data driven mob effects in general would be AMAZING!

  • 1
    Registered User commented
    Comment actions Permalink

    This is perfect. I think that this could be a big win if mojang added it