Skip to content

Expand brewing recipes#81

Merged
ErrorCraft merged 1 commit into0.5.0+1.21.3from
brewing-recipe-extensions/1.21.3
Mar 3, 2026
Merged

Expand brewing recipes#81
ErrorCraft merged 1 commit into0.5.0+1.21.3from
brewing-recipe-extensions/1.21.3

Conversation

@ErrorCraft
Copy link
Owner

Adds customisable brewing times to brewing recipes and alternative displays to the Brewing Stand recipe book.

Assets

  • Added four textures for the Brewing Stand recipe book alternatives overlay.

Items

Renamed the #minecraft:mundane_potion_additions item tag to #minecraft:mundane_potion_reagents.

Recipes

  • Renamed the addition field to reagent for brewing recipes.

So if you had this:

{
  "type": "minecraft:brewing_modify",
  "addition": "minecraft:sugar",
  "base": "minecraft:awkward",
  "result": "minecraft:swiftness"
}

You now have to use this instead:

{
  "type": "minecraft:brewing_modify",
  "base": "minecraft:awkward",
  "reagent": "minecraft:sugar",
  "result": "minecraft:swiftness"
}
  • Added an optional brewing_duration field to brewing recipes, which is a positive integer representing the number of ticks the recipe takes to complete.
    • Its default value is 400.

Example:

{
  "type": "minecraft:brewing_modify",
  "base": "minecraft:awkward",
  "reagent": "minecraft:sugar",
  "result": "minecraft:swiftness",
  "brewing_time": 200
}

@ErrorCraft ErrorCraft merged commit 045af75 into 0.5.0+1.21.3 Mar 3, 2026
2 checks passed
@ErrorCraft ErrorCraft deleted the brewing-recipe-extensions/1.21.3 branch March 3, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant