mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 08:39:59 +01:00
Fix glow squid entity id
This commit is contained in:
parent
3a9dd5c86d
commit
14bfb8d147
@ -156,7 +156,7 @@ public class Entity1_17Types {
|
||||
|
||||
ABSTRACT_WATERMOB(-1, ABSTRACT_INSENTIENT),
|
||||
SQUID(84, ABSTRACT_WATERMOB),
|
||||
GLOW_SQUID(32, SQUID),
|
||||
GLOW_SQUID(33, SQUID),
|
||||
|
||||
// Slimes
|
||||
SLIME(78, ABSTRACT_INSENTIENT),
|
||||
|
Loading…
Reference in New Issue
Block a user