mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 02:25:19 +01:00
Use correct parent for hoglin and strider
This commit is contained in:
parent
875b85b0fc
commit
90f363a2be
@ -116,8 +116,8 @@ public class Entity1_16Types {
|
||||
RAVAGER(99, ABSTRACT_MONSTER),
|
||||
PIGLIN(101, ABSTRACT_MONSTER),
|
||||
|
||||
HOGLIN(100, ABSTRACT_INSENTIENT),
|
||||
STRIDER(102, ABSTRACT_INSENTIENT),
|
||||
HOGLIN(100, ABSTRACT_ANIMAL),
|
||||
STRIDER(102, ABSTRACT_ANIMAL),
|
||||
|
||||
// Illagers
|
||||
ABSTRACT_ILLAGER_BASE(-1, ABSTRACT_MONSTER),
|
||||
|
Loading…
Reference in New Issue
Block a user