Fuzss / resourcepackoverrides

Ensures important resource packs stay always active and helps clean up the pack selection screen.
https://www.curseforge.com/minecraft/mc-mods/resource-pack-overrides
Mozilla Public License 2.0
6 stars 3 forks source link

[Bug]: Resource pack gets ignored if filename includes " § " #2

Closed HaXrDEV closed 11 months ago

HaXrDEV commented 1 year ago

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.18.2

Mod Version (Required)

v3.0.3

Notes (Required)

The title says it all pretty much. If a resourcepack includes this symbol " § " in the filename then resourcepackoverrides ignores it completely. Doesn't load by default, and doesn't respect its place in the load order.

latest.log (Optional)

No response

7777777-4547 commented 1 year ago

Can you test whether it works after using \u00A7 instead of § in config file? Just like this:

"file/\u00A7cExamplePack.zip": {
    "hidden": true
},
HaXrDEV commented 11 months ago

Sorry for being incredibly late to actually try this. It does in fact work if i use "\u00A7" instead. Thank you so much!

Fuzss commented 11 months ago

I mentioned this workaround in the README.md. On the technical mod side there is probably nothing I can do.