Merge and fix
This commit is contained in:
parent
b91c85529d
commit
ce9f4add97
548 changed files with 17517 additions and 16862 deletions
|
@ -1,16 +1,16 @@
|
|||
package ru.betterend.effects.status;
|
||||
|
||||
import net.minecraft.entity.effect.StatusEffect;
|
||||
import net.minecraft.entity.effect.StatusEffectType;
|
||||
|
||||
public class EndVeilEffect extends StatusEffect {
|
||||
|
||||
public EndVeilEffect() {
|
||||
super(StatusEffectType.BENEFICIAL, 0x0D554A);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canApplyUpdateEffect(int duration, int amplifier) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
package ru.betterend.effects.status;
|
||||
|
||||
import net.minecraft.entity.effect.StatusEffect;
|
||||
import net.minecraft.entity.effect.StatusEffectType;
|
||||
|
||||
public class EndVeilEffect extends StatusEffect {
|
||||
|
||||
public EndVeilEffect() {
|
||||
super(StatusEffectType.BENEFICIAL, 0x0D554A);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canApplyUpdateEffect(int duration, int amplifier) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue