Przeglądaj źródła

closes #1459

tags/v0.10.6^2
kckckc 2 lat temu
rodzic
commit
abd2d3b651
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/server/config/recipes/enchanting.js

+ 1
- 1
src/server/config/recipes/enchanting.js Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz