ConnectedTexturesMod
ConnectedTexturesMod copied to clipboard
[1.15.x-1.16.x] Unable to resolve texture reference error when using ctm_overrides in model
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
Have you tried adding "loader": "ctm:ctm"
to the child model?