AbsolemJackdaw / Paintings--

GNU General Public License v3.0
14 stars 12 forks source link

Painting image not showing up #105

Open Temperative opened 1 week ago

Temperative commented 1 week ago

The size of the painting is the only thing I've managed to figure out and have functionality. The actual textures of the image however, is not showing up. It is replaced with a black and pink checker or the null texture. Anything will help. Thank you.

AbsolemJackdaw commented 4 days ago

Purple and pink textures are a failure of the game to load the appropriate textures. Either the painting pack isn't being loaded or tagged as a resourcepack, or the image names in the json file dont match the file names. The solution to the first issue is to double check inside of your game if the painting pack is available in the resourcepack UI and make sure it is being loaded (right side of the pack selection) The second case you can doublecheck the naming on the files and in the json.

I recommend using the PPM (https://github.com/AbsolemJackdaw/PaintingPackMaker/releases) to prevent any of these issues.