Consider preventing broken resourcepacks from loading
Madis0 opened this issue ยท 2 comments
Regarding #3, I understand and appreciate the approach you took in not implementing broken behaviour, however a crash is a bad UX either way.
Have you considered adding a feature that makes broken resource packs behave like vanilla's "incompatible" - disabled on start and show an exclamation mark with a tooltip in resource pack list?
That way users could easily know
- which resource packs are broken
- what to tell the resource pack makers
without having to try and decipher the crash.
That... is actually not a bad idea... I was thinking to not let these packs load at all so people would understand that the old format is no longer supported, this will definitely help with that..
Maybe also block that behind a config option that defaults to not allow broken packs..
This is something I'll consider more seriously now.
Implemented in v0.5.0. Thanks for the idea!