Use correct parent for hoglin and strider

This commit is contained in:
KennyTV 2020-03-25 19:58:38 +01:00
parent 875b85b0fc
commit 90f363a2be

View File

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