Fixed RarityTypeLengthSorter

This commit is contained in:
Auxilor
2021-01-15 19:01:27 +00:00
parent 73dc90a6f3
commit 348c4161ee

View File

@@ -37,6 +37,7 @@ public class RarityTypeLengthSorter implements EnchantmentSorter {
}
}
rarityEnchants.sort(Comparator.comparingInt(enchantment -> EnchantmentCache.getEntry(enchantment).getRawName().length()));
sorted.addAll(rarityEnchants);
});
});