Resource Pack Overrides [Forge & Fabric]

Resource Pack Overrides [Forge & Fabric]

19M Downloads

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

HaXrDEV opened this issue · 3 comments

commented

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

commented

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

"file/\u00A7cExamplePack.zip": {
    "hidden": true
},
commented

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

commented

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