Continue migration
This commit is contained in:
parent
47ed597358
commit
33dbfbe633
263 changed files with 1450 additions and 1486 deletions
|
@ -1,12 +1,12 @@
|
|||
package ru.betterend.effects.status;
|
||||
|
||||
import net.minecraft.world.entity.effect.StatusEffect;
|
||||
import net.minecraft.world.entity.effect.StatusEffectType;
|
||||
import net.minecraft.world.effect.MobEffect;
|
||||
import net.minecraft.world.effect.MobEffectType;
|
||||
|
||||
public class EndVeilEffect extends StatusEffect {
|
||||
public class EndVeilEffect extends MobEffect {
|
||||
|
||||
public EndVeilEffect() {
|
||||
super(StatusEffectType.BENEFICIAL, 0x0D554A);
|
||||
super(MobEffectType.BENEFICIAL, 0x0D554A);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue