In the vanilla resource pack, redtabby, siamese and tuxedo cats have two different textures for them on the vanilla resource pack, both textures are different and also have a different name.
Here are the textures and how they are named:
blackcat
tuxedo
red
redtabby
siamese
siamesecat
Attachments
Comments 4
I can confirm, the textures that are not used are:
blackcat
red
siamese
According to the game code, the textures used are the following:
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:cat",
"materials": { "default": "cat" },
"textures": {
"white": "textures/entity/cat/white",
"black": "textures/entity/cat/tuxedo",
"red": "textures/entity/cat/redtabby",
"siamese": "textures/entity/cat/siamesecat",
"british": "textures/entity/cat/britishshorthair",
"calico": "textures/entity/cat/calico",
"persian": "textures/entity/cat/persian",
"ragdoll": "textures/entity/cat/ragdoll",
"tabby": "textures/entity/cat/tabby",
"jellie": "textures/entity/cat/jellie",
"all_black": "textures/entity/cat/allblackcat",
"white_tame": "textures/entity/cat/white_tame",
"black_tame": "textures/entity/cat/tuxedo_tame",
"red_tame": "textures/entity/cat/redtabby_tame",
"siamese_tame": "textures/entity/cat/siamesecat_tame",
"british_tame": "textures/entity/cat/britishshorthair_tame",
"calico_tame": "textures/entity/cat/calico_tame",
"persian_tame": "textures/entity/cat/persian_tame",
"ragdoll_tame": "textures/entity/cat/ragdoll_tame",
"tabby_tame": "textures/entity/cat/tabby_tame",
"all_black_tame": "textures/entity/cat/allblackcat_tame",
"jellie_tame": "textures/entity/cat/jellie_tame"
},{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:cat",
"materials": { "default": "cat" },
"textures": {
"white": "textures/entity/cat/white",
"black": "textures/entity/cat/tuxedo",
"red": "textures/entity/cat/redtabby",
"siamese": "textures/entity/cat/siamesecat",
"british": "textures/entity/cat/britishshorthair",
"calico": "textures/entity/cat/calico",
"persian": "textures/entity/cat/persian",
"ragdoll": "textures/entity/cat/ragdoll",
"tabby": "textures/entity/cat/tabby",
"jellie": "textures/entity/cat/jellie",
"all_black": "textures/entity/cat/allblackcat",
"white_tame": "textures/entity/cat/white_tame",
"black_tame": "textures/entity/cat/tuxedo_tame",
"red_tame": "textures/entity/cat/redtabby_tame",
"siamese_tame": "textures/entity/cat/siamesecat_tame",
"british_tame": "textures/entity/cat/britishshorthair_tame",
"calico_tame": "textures/entity/cat/calico_tame",
"persian_tame": "textures/entity/cat/persian_tame",
"ragdoll_tame": "textures/entity/cat/ragdoll_tame",
"tabby_tame": "textures/entity/cat/tabby_tame",
"all_black_tame": "textures/entity/cat/allblackcat_tame",
"jellie_tame": "textures/entity/cat/jellie_tame"
},Within this line of code the only textures used that are in this report are:
tuxedo
redtabby
siamesecat
I can confirm, the textures that are not used are:
blackcat
red
siamese
According to the game code, the textures used are the following:
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:cat",
"materials": { "default": "cat" },
"textures": {
"white": "textures/entity/cat/white",
"black": "textures/entity/cat/tuxedo",
"red": "textures/entity/cat/redtabby",
"siamese": "textures/entity/cat/siamesecat",
"british": "textures/entity/cat/britishshorthair",
"calico": "textures/entity/cat/calico",
"persian": "textures/entity/cat/persian",
"ragdoll": "textures/entity/cat/ragdoll",
"tabby": "textures/entity/cat/tabby",
"jellie": "textures/entity/cat/jellie",
"all_black": "textures/entity/cat/allblackcat",
"white_tame": "textures/entity/cat/white_tame",
"black_tame": "textures/entity/cat/tuxedo_tame",
"red_tame": "textures/entity/cat/redtabby_tame",
"siamese_tame": "textures/entity/cat/siamesecat_tame",
"british_tame": "textures/entity/cat/britishshorthair_tame",
"calico_tame": "textures/entity/cat/calico_tame",
"persian_tame": "textures/entity/cat/persian_tame",
"ragdoll_tame": "textures/entity/cat/ragdoll_tame",
"tabby_tame": "textures/entity/cat/tabby_tame",
"all_black_tame": "textures/entity/cat/allblackcat_tame",
"jellie_tame": "textures/entity/cat/jellie_tame"
},{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:cat",
"materials": { "default": "cat" },
"textures": {
"white": "textures/entity/cat/white",
"black": "textures/entity/cat/tuxedo",
"red": "textures/entity/cat/redtabby",
"siamese": "textures/entity/cat/siamesecat",
"british": "textures/entity/cat/britishshorthair",
"calico": "textures/entity/cat/calico",
"persian": "textures/entity/cat/persian",
"ragdoll": "textures/entity/cat/ragdoll",
"tabby": "textures/entity/cat/tabby",
"jellie": "textures/entity/cat/jellie",
"all_black": "textures/entity/cat/allblackcat",
"white_tame": "textures/entity/cat/white_tame",
"black_tame": "textures/entity/cat/tuxedo_tame",
"red_tame": "textures/entity/cat/redtabby_tame",
"siamese_tame": "textures/entity/cat/siamesecat_tame",
"british_tame": "textures/entity/cat/britishshorthair_tame",
"calico_tame": "textures/entity/cat/calico_tame",
"persian_tame": "textures/entity/cat/persian_tame",
"ragdoll_tame": "textures/entity/cat/ragdoll_tame",
"tabby_tame": "textures/entity/cat/tabby_tame",
"all_black_tame": "textures/entity/cat/allblackcat_tame",
"jellie_tame": "textures/entity/cat/jellie_tame"
},Within this line of code the only textures used that are in this report are:
tuxedo
redtabby
siamesecat