Fixed unformatted above max level descriptions on ecoenchants enchantments
This commit is contained in:
@@ -305,7 +305,7 @@ public class EnchantmentCache {
|
||||
|
||||
this.description.put(
|
||||
level,
|
||||
levelDesc
|
||||
StringUtils.formatList(levelDesc)
|
||||
);
|
||||
} else {
|
||||
List<String> baseDesc = this.description.get(1);
|
||||
|
||||
Reference in New Issue
Block a user