Skip to content

Brewing Recipes

Prerequisite

Brewing recipes are Paper only, it cannot work on Spigot servers.

YAML Example

yaml
type: 'vanilla_brewing'
result: 'minecraft:potion'
input: 'minecraft:potion'
ingredient: 'minecraft:glistering_melon_slice'

Fields

FieldTypeRequiredDescription
typestringYesMust be vanilla_brewing
resultstringYesOutput item ID
inputstringYesInput item in the brewing stand (typically a potion bottle)
ingredientstringYesBrewing material added to the top slot

Notes

  • Input items are typically potion types: minecraft:potion, minecraft:splash_potion, minecraft:lingering_potion
  • Potion effects must be specified through the item's NBT/Component data
  • Use /cra create vanilla_brewing to create brewing recipes via GUI, avoiding manual NBT editing

基于 GPL-3.0 许可证发布