Skip to content

Ingredient Groups

Ingredient groups are for when you want one brew to have multiple ingredient alternatives. This can be accessed in the ingredients.yml file. You might for example want to have multiple different types of grain to make whiskey. The format is a Quality Factored List and supports all ingredient types.

- key: meat
display-name: Meat
materials:
- +pork # Will have a worsening effect on result brew
- ++chicken # Will have a slightly worsening effect on result brew
- +++beef # Will have an improving effect on the result brew
- key: horse_food
display-name: Horse Food
materials:
- "#minecraft:horse_food" # Item tags are allowed :3

An ingredient group can then be referenced by adding the prefix #brewery: to the key. You can reference both of the examples above like this #brewery:meat and #brewery:horse_food.