mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Map Darkness status effect
This commit is contained in:
parent
528e8d6f67
commit
1afc8ee77b
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ public final class EntityUtils {
|
|||
case SLOW_FALLING -> 27;
|
||||
case BAD_OMEN -> 28;
|
||||
case HERO_OF_THE_VILLAGE -> 29;
|
||||
case DARKNESS -> 30;
|
||||
default -> effect.ordinal() + 1;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue