Missing painting texture
flin7101 opened this issue ยท 2 comments
Hi wondering if any one can help have an issue with my resource pack.
Minecraft Version Forge 1.16.5
Paintings ++ version 1.16.4-7.0.0.1
json file name= cyanresourcepack.json
json file content
{
"paintings" : [{
"name" : "cyan",
"x" : 32,
"y" : 16
},{
"name" : "cyana",
"square" :64
},{
"name" : "yanb",
"x" : 16,
"y" : 32
},{
"name" : "cyanc",
"square" : 16
}]
}
png files are in cyanresourcepack.zip
they are located at assets\paintings\textures\painting
named - cyan.png, cyana.png, yanb.png & cyanc.png
All of which i hope is correct structure / formatting
All conform to the power of 16 image size
The issue is that I originally had only two paintings which both worked I added a further two an one of the original ones no longer shows(get the missing image texture)
The one that does not now show is called cyan (32 by16 or 2x1)
The new one that does is basically the reverse of this (16 by 32or 1x2) named yanb.
Have found a closed entry on this github that suggests pathing maybe the issue "Turned out to be a pathing issue in the way the resource pack was constructed." was wondering if this is perhaps my issue or if it is something different? However there was not a solution as to how to fix the issue so have been unable to try a fix.
log shows they have loaded in and missing image paintings have not been moved from their original spot. Also tried a texture reload . And removed the texture pack and reloaded that.