LibForge
LibForge copied to clipboard
Handle other texture sizes
For simplicity the texture converter only supports 512x512 and 256x256 textures as both can just have their image data copied over to a 256x256 Forge texture, but it would be a good idea to support other texture sizes.
First, make invalid texture a warning and just leave the texture out of the custom. Then fix this.
1024x1024 is handled now