ConnectedTexturesMod icon indicating copy to clipboard operation
ConnectedTexturesMod copied to clipboard

[1.15.x-1.16.x] Unable to resolve texture reference error when using ctm_overrides in model

Open nikita488 opened this issue 4 years ago • 1 comments

Using these 2 JSON files: https://pastebin.com/i9Z3egC7 https://pastebin.com/NbN3GqnV I get missing texture on my models and this in log:

[12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_down in [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_up in [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_north in [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_south in [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_west in [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_east in image

nikita488 avatar Jul 13 '20 09:07 nikita488

Have you tried adding "loader": "ctm:ctm" to the child model?

tterrag1098 avatar Jul 27 '20 04:07 tterrag1098