feat: fetch allay's changes

This commit is contained in:
daoge_cmd
2024-07-17 01:32:01 +08:00
parent cd767a648c
commit 2443fff0a4

View File

@@ -20,7 +20,7 @@ public record AllayEnchantment(EnchantmentType allayEnchantment) implements Ench
@Override
public boolean conflictsWith(Enchantment other) {
return ((AllayEnchantment)other).allayEnchantment.checkCompatibility(allayEnchantment);
return ((AllayEnchantment)other).allayEnchantment.checkIncompatible(allayEnchantment);
}
@Override