mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 13:20:32 +00:00
feat: fetch allay's changes
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ public record AllayEnchantment(EnchantmentType allayEnchantment) implements Ench
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean conflictsWith(Enchantment other) {
|
public boolean conflictsWith(Enchantment other) {
|
||||||
return ((AllayEnchantment)other).allayEnchantment.checkCompatibility(allayEnchantment);
|
return ((AllayEnchantment)other).allayEnchantment.checkIncompatible(allayEnchantment);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user