textures with png extension are formatted as jpeg
artheus opened this issue ยท 1 comments
Minecraft Version
1.12.2
Mod Version
0.11.7-375
Describe your problem, including steps to reproduce it
I made a script which detects format of images in mod assets (for an unrelated purpose)
it gave me this:
jpeg: assets/pneumaticcraft/textures/wiki/aphorism_tile.png
jpeg: assets/pneumaticcraft/textures/wiki/coordinate_tracker.png
jpeg: assets/pneumaticcraft/textures/wiki/pneumatic_door.png
jpeg: assets/pneumaticcraft/textures/wiki/pneumatic_door_camo.png
I think this is a good thing to fix.
Though, if the textures work in-game, there is no issue.