mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
New effects
This commit is contained in:
parent
4ee9dd5d17
commit
3f8739a88f
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@ public final class EntityUtils {
|
||||||
case BAD_OMEN -> 28;
|
case BAD_OMEN -> 28;
|
||||||
case HERO_OF_THE_VILLAGE -> 29;
|
case HERO_OF_THE_VILLAGE -> 29;
|
||||||
case DARKNESS -> 30;
|
case DARKNESS -> 30;
|
||||||
|
case TRIAL_OMEN -> 31;
|
||||||
|
case WIND_CHARGED -> 32;
|
||||||
|
case WEAVING -> 33;
|
||||||
|
case OOZING -> 34;
|
||||||
|
case INFESTED -> 35;
|
||||||
|
case RAID_OMEN -> 36;
|
||||||
default -> effect.ordinal() + 1;
|
default -> effect.ordinal() + 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue