MrCrayfish / ModelCreator

A program to create JSON models for blocks
Other
121 stars 64 forks source link

Width and height must be a multiply of 16 #145

Closed ScuroNeko closed 6 years ago

ScuroNeko commented 7 years ago

When I try to import a 32x32 texture, I get the error: Width and height must be a multiply of 16

DreenDex commented 6 years ago

I found temporary solution for this. You need to rename your .png files to different names without numbers and special symbols.

ScuroNeko commented 6 years ago

Thanks