#Leather horse armor not transfering color to model

1 messages · Page 1 of 1 (latest)

sage magnet
#

Item Model:

{
    "textures": {
        "0": "item/entities/spell_orb"
    },
    "elements": [
        {
            "from": [6, 0, 5],
            "to": [10, 4, 9],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 4, 4, 8], "texture": "#0"},
                "south": {"uv": [4, 0, 8, 4], "texture": "#0"},
                "west": {"uv": [4, 4, 8, 8], "texture": "#0"},
                "up": {"uv": [4, 12, 0, 8], "texture": "#0"},
                "down": {"uv": [12, 0, 8, 4], "texture": "#0"}
            }
        }
    ]
}

leather horse armor model

{
  "parent": "item/generated",
  "textures": {
        "layer0": "item/leather_horse_armor"

  },
    "overrides": [
    {"predicate": {"custom_model_data":1740}, "model": "item/entities/spell_orb"}
    ]
}

When i try to give myself the item using this command /give @s minecraft:leather_horse_armor{CustomModelData:1740,display:{color:3128991}} it just gives me a plain white cube (that's what the model would look like without applied color) instead of overlaying the color on it. Other items based on leather horse armor work,although those are just plain 2d textures which could be the reason for this problem.

grand berryBOT
#
Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

jaunty bramble
#

easiest is to just call your texture layer0 instead of 0

#

(i think that works for custom models, if not I know what it is, just not what it is called off the top of my head) (i was thinking of the tint index 👇)

grave roost
#

I'm pretty sure that in the face thing you need to add tintindex for it to know that a certain face should be tinted
so like either "down": {"uv": [12, 0, 8, 4], "texture": "#0", "tintindex": 0} or "down": {"uv": [12, 0, 8, 4], "texture": "#0", "tintindex": 1}

#

not sure if it should be 0 or 1 but you can try around

sage magnet
sage magnet
#

oh my gawd

#

it wowwks

#

ilyyy

#

heartemojiheartemojiheartemoji

#

lol

grand berryBOT
sage magnet
grand berryBOT