You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/processing/enchanter/CEIEnchantmentHelper.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,10 @@ public static List<EnchantmentInstance> getAvailableEnchantmentResults(int level
62
62
possibleEnchantments.forEach(holder -> {
63
63
Enchantmentenchantment = holder.value();
64
64
intmaxLevel = enchantment.getMaxLevel();
65
-
if (maxLevel > 1 && special)
65
+
// Remove since Blaze Enchanter should not break level cap
0 commit comments