mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 08:35:44 +01:00
Add Ocelot.Type fallbacks for all MobCompat.CatTypes
This commit is contained in:
parent
5236ad9f64
commit
68b933a501
@ -25,12 +25,12 @@ public class MobCompat {
|
||||
RED("RED", "RED_CAT"),
|
||||
TABBY("TABBY", "RED_CAT"),
|
||||
TUXEDO("BLACK", "BLACK_CAT"),
|
||||
BRITISH_SHORTHAIR("BRITISH_SHORTHAIR", null),
|
||||
CALICO("CALICO", null),
|
||||
PERSIAN("PERSIAN", null),
|
||||
RAGDOLL("RAGDOLL", null),
|
||||
JELLIE("JELLIE", null),
|
||||
BLACK("ALL_BLACK", "BLACK"),
|
||||
BRITISH_SHORTHAIR("BRITISH_SHORTHAIR", "SIAMESE_CAT"),
|
||||
CALICO("CALICO", "RED_CAT"),
|
||||
PERSIAN("PERSIAN", "RED_CAT"),
|
||||
RAGDOLL("RAGDOLL", "SIAMESE_CAT"),
|
||||
JELLIE("JELLIE", "SIAMESE_CAT"),
|
||||
BLACK("ALL_BLACK", "BLACK_CAT"),
|
||||
;
|
||||
|
||||
private final String catTypeName;
|
||||
|
Loading…
Reference in New Issue
Block a user