3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00

Fix #1333 pandas missing

Dieser Commit ist enthalten in:
Myles 2019-05-17 11:59:46 +01:00
Ursprung cb857d828f
Commit 6882b7074c

Datei anzeigen

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