brewing (task type)

Since v2.0.13

Minecraft 1.17+ required

Brew a set amount of potions, optionally of a specific ingredient.

Options

Key Description Type Required Default Notes
amount The number of potions to brew. Integer Yes - -
ingredient The specific ingredient to brew. Material, or ItemStack No Any Accepts standard item definition. Please see this list (1.13+) or this list (1.8-1.12) for material names.
exact-match Whether the ingredient should exactly match what is defined. Boolean No true -
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Brew 8 potions:

brewing:
  type: "brewing"
  amount: 10                            # amount of potions brewed
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Brew 8 potions using sugar:

brewing:
  type: "brewing"
  ingredient: "sugar"
  amount: 10                            # amount of potions brewed
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.

This site uses Just the Docs, a documentation theme for Jekyll.