Make consumption into a curse

This commit is contained in:
Tara Piccari 2024-01-28 18:43:51 -07:00
parent a8dd0954f0
commit 479e6dd0ba

View file

@ -42,6 +42,11 @@ public class ConsumptionMending extends Enchantment
return false; return false;
} }
@Override
public boolean isCurse() {
return true;
}
@Override @Override
public int getMinCost(int pLevel) { public int getMinCost(int pLevel) {
return 25 + (pLevel-1); return 25 + (pLevel-1);