mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
feat: fetch allay's changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user