Fix glow squid entity id

This commit is contained in:
KennyTV 2021-01-20 18:51:07 +01:00
parent 3a9dd5c86d
commit 14bfb8d147
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -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),