更新 src/main/java/com/mingliqiye/minecraft/enchantment/conflict/enchantment/Enchantment.java

This commit is contained in:
Armamem0t 2025-07-15 16:54:11 +08:00 committed by git.mingliqiye.com
parent a3c0a63c5b
commit fb4b8757d6
Signed by: git.mingliqiye.com
GPG Key ID: F810443113074559

View File

@ -61,7 +61,7 @@ public class Enchantment {
List<Enchantment> groupsB = ofId(enchantmentB, config);
if (groupsA.isEmpty() && groupsB.isEmpty()) {
return true;
return null;
}
for (Enchantment groupA : groupsA) {