Fixed unformatted above max level descriptions on ecoenchants enchantments

This commit is contained in:
Auxilor
2021-08-15 19:55:34 +01:00
parent cb128e932b
commit 923775bca1

View File

@@ -305,7 +305,7 @@ public class EnchantmentCache {
this.description.put(
level,
levelDesc
StringUtils.formatList(levelDesc)
);
} else {
List<String> baseDesc = this.description.get(1);