Brewing recipes
Guide how to create a brewing recipe.
recipes:
# ID of the recipe. Must be unique across every type of vanilla recipe. Required.
- id: brewing_test
# The top (single) slot
ingredient: "minecraft:emerald"
# The bottom 3 slots before the brewing starts
input: "minecraft:diamond"
# Result after the input is brewed into the ingredient
result: "minecraft:golden_apple"Last updated