Does anyone know the right function or variable for this? I want to port the llama carpet decoration to the camel mob, this in their render controller, I used the same string provided for the llama but somehow it doesn't work for the camel. Aside from that I've already done the interaction, equip and entity, this is the only thing missing.
Camel
``"arrays": {
"textures": {
"Array.decor": [
"Texture.decor_none",
"Texture.decor_white",
"...",
]
}
}
"textures": [
"Texture.default",
"Texture.decor_none",
"Array.decor[variable.DecorTextureIndex]"
]``