ConnectedTexturesMod

ConnectedTexturesMod

110M Downloads

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

nikita488 opened this issue ยท 1 comments

commented

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

commented

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