forked from Upstream/mmocore
15 lines
495 B
YAML
15 lines
495 B
YAML
# Every brewing recipe requires an empty water bottle.
|
|
# Make sure every brewing recipe has a different ID.
|
|
# It is only used as reference in the plugin, doesn't really matter.
|
|
|
|
# Brewing recipe ID
|
|
mana-pot-recipe:
|
|
|
|
# Ingredient used to brew the empty water bottles.
|
|
ingredient: MATERIAL.MANA_FLOWER
|
|
|
|
# Items replacing empty water bottles when brewing is complete.
|
|
result: CONSUMABLE.MANA_POTION
|
|
|
|
# Time required to brew empty water bottles.
|
|
cook-time: 10 |