-
Notifications
You must be signed in to change notification settings - Fork 43
Brewing Recipes
WolfyScript edited this page Mar 5, 2022
·
3 revisions
To use and create Brewing recipes, you first need to enable it in the config.yml under recipes.brewing

{
"@type" : "customcrafting:brewing_stand",
"group" : "",
"hidden" : false,
"vanillaBook" : false,
"priority" : "NORMAL",
"checkNBT" : true,
"conditions" : {
"values" : [ /* Conditions */ ]
},
"allowedItems" : { /* Ingredient settings */ },
"ingredients" : { /* Ingredient settings */ },
"fuelCost" : 1,
"brewTime" : 80,
"durationChange" : 0,
"amplifierChange" : 0,
"resetEffects" : false,
"effectColor" : null,
"effectRemovals" : [ ],
"result" : { /* Result settings */ },
"effectAdditions" : [ ],
"effectUpgrades" : [ ],
"requiredEffects" : [ ]
}| Home
- Editions
- Installation
- Performance
- Terminology
-
Save & Register location
-
Result
-
Ingredients
-
Recipe Group
-
Hide Recipe
-
Priority
-
Ingredient Options
- Tags
- Replace with Remains
- Allow Empty Ingredient
-
Result Options
-
Tags
-
Target
- Damage
- Display Name
- Display Lore (v4.16.4+)
- Enchantments
- Echanted Book
- Book Meta (v4.16.5+)
- Banner Patterns (v4.16.5+)
- Firework Rocket
- PlaceholderAPI
- NBT
-
| Updating
- From 1.6.5.x
- From 1.6.4.0
- From 1.6.3.0 or older
- Custom Recipe Book
- Vanilla Recipe Book