Stylish Effects

Stylish Effects

430k Downloads

[Bug]: Out the box Curios API compatibility was lost

PeglinX opened this issue · 5 comments

commented

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

SE: 8.0.2 — CuriosApi: 5.9.0

Minimal Setup (Required)

Yes

Notes (Required)

Whenever you open the Curios GUI the effects overlap causing the slots to be covered.
This was already fixed but Curios changed the container name they use so the blacklist doesn’t work anymore.
To fix it’s just changing the blacklist namespace from from curios:curios_container to curios:curios_container_v2
It’s very easy to change player-side but it would be nice if it was the default.
Log is irrelevant because it’s not an error with the code

latest.log (Required)

log-is-irrelevant

commented

yes just came across this as well, built-in compat would be great

commented

THANK YOU SO MUCH!
My issue was that I had pulled all my mods over from another folder, and never took the config files with me. So when I relaunched the modpack I think it automatically made a new "stylisheffects-client.toml" config file for me.
That's 100% my bad, I didn't have the config file because I literally didn't install it right
Sorry sorry! And thank you for the quick response, I mean dang!

commented

PLEASE HELP ME! I have no idea where that "curios:curios_container to curios:curios_container_v2" code is. I've been scouring my configs and jars and I literally have no idea where that is!
Please help me find it, I'm really not good at this stuff.

commented

no problem. it's in the config folder
open the file stylisheffects-client.toml
and somewhere is a blacklist: "menu_blacklist_

for me it says menu_blacklist = ["curios:curios_container_v2", "tconstruct:", "mekanism:"]
(you only require the curios part

if you have trouble finding that line in the text file
press Ctril+F and then search for blacklist

commented

no problem, just checked my mail at the right time haha