Преглед изворни кода

closes #1459

(cherry picked from commit abd2d3b651)
tags/v0.10.5.4
kckckc пре 2 година
committed by Big Bad Waffle
родитељ
комит
81e13d22fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js Прегледај датотеку

@@ -45,7 +45,7 @@ module.exports = [{
withProps: ['slot'],
withoutProps: ['noAugment'],
checks: [
item => item.level && item.level < consts.maxLevel
item => item.level && (item.originalLevel || item.level) < consts.maxLevel
]
}],
craftAction: relevel


Loading…
Откажи
Сачувај