# 炼金术
原版+ 熔炉酿造
通过一个简单直观的酿造系统来增强您的服务器,该系统灵感来自原版机制!

功能包括:
* 使用常见的原版原料途径酿造原版药水
* 直观的酿造过程,所有玩家都易于理解
* 堆叠药水效果和修正符
* 通过权限限制配方
* 能够设置玩家可以添加的效果/修正符的数量
* 遗产支持 (1.12)
## 权限
所有节点默认权限为 "alchemica:[药水键]"。
## 配置
示例:
```yaml
duration-stages:
instant: 1
short: 600
medium: 1200
standard: 3600
long: 9600
very_long: 12000
very: 15000
stirrers:
- blaze_rod
- stick
root: water-potion
nodes:
water-potion:
type: base
item: air
potion-type: water
weakness-potion:
type: base
item: fermented_spider_eye
potion-type: weakness
parents:
- water-potion
awkward-potion:
type: base
item: nether_wart
potion-type: awkward
parents:
- water-potion
thick-potion:
type: base
item: glowstone_dust
potion-type: thick
parents:
- water-potion
night-vision-potion:
type: base
item: golden_carrot
potion-type: night_vision
parents:
- awkward-potion
f-invisibility-potion:
type: base
item: fermented_spider_eye
potion-type: invisibility
parents:
- night-vision-potion
speed-potion:
type: base
item: sugar
potion-type: swiftness
parents:
- awkward-potion
f-slowness-potion:
type: base
item: fermented_spider_eye
potion-type: slowness
parents:
- speed-potion
- fire-resistance-potion
```