1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 16:59:33 +00:00

Map Darkness status effect

This commit is contained in:
Camotoy
2022-05-27 13:27:10 -04:00
parent 528e8d6f67
commit 1afc8ee77b

View File

@@ -73,6 +73,7 @@ public final class EntityUtils {
case SLOW_FALLING -> 27; case SLOW_FALLING -> 27;
case BAD_OMEN -> 28; case BAD_OMEN -> 28;
case HERO_OF_THE_VILLAGE -> 29; case HERO_OF_THE_VILLAGE -> 29;
case DARKNESS -> 30;
default -> effect.ordinal() + 1; default -> effect.ordinal() + 1;
}; };
} }