Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Merge pull request #1349 from KennyTV/master
Add dolphin to Entity1_13Types
Dieser Commit ist enthalten in:
Commit
6e8ea8689b
@ -77,7 +77,6 @@ public class Entity1_13Types {
|
|||||||
ABSTRACT_PARROT(-1, ABSTRACT_TAMEABLE_ANIMAL), // agr
|
ABSTRACT_PARROT(-1, ABSTRACT_TAMEABLE_ANIMAL), // agr
|
||||||
PARROT(50, ABSTRACT_PARROT), // agk
|
PARROT(50, ABSTRACT_PARROT), // agk
|
||||||
|
|
||||||
|
|
||||||
// Horses
|
// Horses
|
||||||
ABSTRACT_HORSE(-1, ABSTRACT_ANIMAL), // aha
|
ABSTRACT_HORSE(-1, ABSTRACT_ANIMAL), // aha
|
||||||
CHESTED_HORSE(-1, ABSTRACT_HORSE), // agz
|
CHESTED_HORSE(-1, ABSTRACT_HORSE), // agz
|
||||||
@ -152,6 +151,7 @@ public class Entity1_13Types {
|
|||||||
|
|
||||||
ABSTRACT_WATERMOB(-1, ABSTRACT_INSENTIENT), // agx
|
ABSTRACT_WATERMOB(-1, ABSTRACT_INSENTIENT), // agx
|
||||||
SQUID(70, ABSTRACT_WATERMOB), // agt
|
SQUID(70, ABSTRACT_WATERMOB), // agt
|
||||||
|
DOLPHIN(12, ABSTRACT_WATERMOB),
|
||||||
|
|
||||||
// Slimes
|
// Slimes
|
||||||
SLIME(64, ABSTRACT_INSENTIENT), // aka
|
SLIME(64, ABSTRACT_INSENTIENT), // aka
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren