Continuity

Continuity

9M Downloads

Missing Texture / Sprite warning

mrandregoe opened this issue · 2 comments

commented

[14:55:25] [Worker-ResourceReload-13/WARN]: Missing sprite: minecraft:textures/continuity_reserved/000000d2.png

commented

This is not an error and will not result in visuals that are different from those in OptiFine. I agree that the message is quite unhelpful, but it's not easy to fix due to OptiFine allowing invalid paths and Continuity having to work around that. Continuity for 1.21.2 and later should make these messages much clearer. The cause of the message is that one of your resource packs has a CTM file that references a sprite that doesn't exist, which is the responsibility of the resource pack author to fix. They can run their pack with OptiFine to know what sprite is actually missing.

commented