Giter Site home page Giter Site logo

Comments (6)

Oraiz avatar Oraiz commented on August 16, 2024

Anyone have any ideas?

from modded-1.12.x.

artdude543 avatar artdude543 commented on August 16, 2024

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.

from modded-1.12.x.

Oraiz avatar Oraiz commented on August 16, 2024

Ok, thanks a lot. I'll try to get them uploaded tonight.

Thanks for your work on this texture pack.

from modded-1.12.x.

Oraiz avatar Oraiz commented on August 16, 2024

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).

from modded-1.12.x.

leagris avatar leagris commented on August 16, 2024

@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

from modded-1.12.x.

Oraiz avatar Oraiz commented on August 16, 2024

Thank you so much, just batch converted them and now they're working brilliantly!

I also hadn't set all names to lower case, which also helped!

from modded-1.12.x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.