1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 22:16:31 +00:00

New effects

This commit is contained in:
Camotoy
2024-06-05 16:56:44 -04:00
parent 4ee9dd5d17
commit 3f8739a88f

View File

@@ -77,6 +77,12 @@ public final class EntityUtils {
case BAD_OMEN -> 28;
case HERO_OF_THE_VILLAGE -> 29;
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;
};
}