Botania Missing Textures
Oraiz opened this issue ยท 6 comments
Missing a lot of textures in 4.1.1, Minecraft 1.12.2, Botania r1.10-353
I have renamed a bunch of textures to get them to work with 1.12.2 (I guess that's what the change was?), but for some reason these don't work, although they follow the same naming as the originals in the botania jar.
I'm by no means any good with coding/programming, but I'm happy to try and change file names, jsons, configs, etc, to get the textures to work if you point me in the right direction!
Please ask for any logs or other pics etc.
Edit: As a side note, I'm sure there used to be spark / lexicon textures in 1.7.10? Can't seem to find them though (maybe I'm imagining it?).
I'll have a look at this mod support as soon as I can. If you want you can upload the files you have and link them here.
Ok, thanks a lot. I'll try to get them uploaded tonight.
Thanks for your work on this texture pack.
@Oraiz I found your issue
Files biomeStone0.png
to biomeStone31.png
while named with a PNG extension, are not on PNG format but Jpeg files that are not supported by Minecraft resource packs.
identify biomeStone0.png
biomeStone0.png JPEG 64x64 64x64+0+0 8-bit sRGB 14.4KB 0.000u 0:00.079
Now with a real PNG image
identify stone0.png
stone0.png PNG 64x64 64x64+0+0 8-bit sRGB 9.63KB 0.000u 0:00.000
Now, to locate all textures that are no PNG:
find botania/textures/ -type f -iname \*.png -exec identify {} \; | awk '$2!="PNG" {print $1" is not a PNG but a "$2}'
botania/textures/blocks/biomeStone20.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone31.png is not a PNG but a JPEG
botania/textures/blocks/stone5.png is not a PNG but a JPEG
botania/textures/blocks/alchemyCatalyst1.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone0.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone30.png is not a PNG but a JPEG
botania/textures/blocks/stone9.png is not a PNG but a JPEG
botania/textures/blocks/stone15.png is not a PNG but a JPEG
botania/textures/blocks/catalyst_conjuration_overlay.png is not a PNG but a JPEG
botania/textures/blocks/alchemyCatalyst0.png is not a PNG but a JPEG
botania/textures/blocks/pavement3.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone29.png is not a PNG but a JPEG
botania/textures/blocks/conjurationCatalyst0.png is not a PNG but a JPEG
botania/textures/blocks/stone11.png is not a PNG but a JPEG
botania/textures/blocks/catalyst_alchemy.png is not a PNG but a JPEG
botania/textures/blocks/pavement4.png is not a PNG but a JPEG
botania/textures/blocks/customBrick0.png is not a PNG but a JPEG
botania/textures/blocks/customBrick1.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone1.png is not a PNG but a JPEG
botania/textures/blocks/stone13.png is not a PNG but a JPEG
botania/textures/blocks/conjurationCatalyst1.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone7.png is not a PNG but a JPEG
botania/textures/blocks/alchemy_catalyst_1.png is not a PNG but a JPEG
botania/textures/blocks/endStoneBrick0.png is not a PNG but a JPEG
botania/textures/blocks/pavement0.png is not a PNG but a JPEG
botania/textures/blocks/alchemy_overlay.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone5.png is not a PNG but a JPEG
botania/textures/blocks/endStoneBrick2.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone26.png is not a PNG but a JPEG
botania/textures/blocks/stone10.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone22.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone16.png is not a PNG but a JPEG
botania/textures/blocks/pavement2.png is not a PNG but a JPEG
botania/textures/blocks/catalyst_alchemy_overlay.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone18.png is not a PNG but a JPEG
botania/textures/blocks/catalyst_conjuration.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone17.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone14.png is not a PNG but a JPEG
botania/textures/blocks/stone12.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone10.png is not a PNG but a JPEG
botania/textures/blocks/dreamwood0.png is not a PNG but a JPEG
botania/textures/blocks/storage4.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone9.png is not a PNG but a JPEG
botania/textures/blocks/alchemyCatalyst2.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone15.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone4.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone24.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone13.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone21.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone27.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone3.png is not a PNG but a JPEG
botania/textures/blocks/stone14.png is not a PNG but a JPEG
botania/textures/blocks/pavement5.png is not a PNG but a JPEG
botania/textures/blocks/endStoneBrick3.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone6.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone23.png is not a PNG but a JPEG
botania/textures/blocks/storage3.png is not a PNG but a JPEG
botania/textures/blocks/stone8.png is not a PNG but a JPEG
botania/textures/blocks/pavement1.png is not a PNG but a JPEG
botania/textures/blocks/endStoneBrick4.png is not a PNG but a JPEG
botania/textures/blocks/dreamwood5.png is not a PNG but a JPEG
botania/textures/blocks/dreamwood3.png is not a PNG but a JPEG
botania/textures/blocks/customBrick2.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone19.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone28.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone2.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone11.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone8.png is not a PNG but a JPEG
botania/textures/blocks/stone1.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone25.png is not a PNG but a JPEG
botania/textures/blocks/conjurationCatalyst2.png is not a PNG but a JPEG
botania/textures/blocks/endStoneBrick1.png is not a PNG but a JPEG
botania/textures/blocks/biomeStone12.png is not a PNG but a JPEG
http://www32.zippyshare.com/v/iLnMD08z/file.html
What I have so far, I think this is as working as I could get it (as I said, I'm pretty clueless about this, lol).