Fix levels enchantment predicate having incorrect name

This commit is contained in:
Misode
2019-07-04 21:28:44 +02:00
parent fa2b869bea
commit 91d2060cbb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -964,9 +964,9 @@
<option value="minecraft:unbreaking">Unbreaking</option>
</select>
</div>
<div class="input-group mt-3 enchantment-level" data-type="range" data-field="level">
<div class="input-group mt-3 enchantment-levels" data-type="range" data-field="levels">
<div class="input-group-prepend">
<span class="input-group-text">Level</span>
<span class="input-group-text">Levels</span>
<button type="button" class="btn btn-outline-secondary bg-light dropdown-toggle dropdown-toggle-split" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a class="dropdown-item" value="exact" onclick="updateRangeType(this)">Exact</a>