Fix #1333 pandas missing

This commit is contained in:
Myles 2019-05-17 11:59:46 +01:00
parent cb857d828f
commit 6882b7074c

View File

@ -60,6 +60,7 @@ public class Entity1_14Types {
CHICKEN(8, ABSTRACT_ANIMAL),
COW(10, ABSTRACT_ANIMAL),
MOOSHROOM(49, COW),
PANDA(52, ABSTRACT_INSENTIENT),
PIG(54, ABSTRACT_ANIMAL),
POLAR_BEAR(57, ABSTRACT_ANIMAL),
RABBIT(59, ABSTRACT_ANIMAL),