johnvictorfs / simple-utilities-mod

A minecraft mod with some simple client-side interface utilities
https://modrinth.com/mod/simple-hud-utilities
MIT License
27 stars 21 forks source link

Settings are not visible in the Mode menu #72

Closed chamchi4444 closed 1 year ago

chamchi4444 commented 1 year ago

Simple utility mode is applied, but the setting window is not visible in the mode menu, so the function cannot be turned off and turned on and set.

chamchi4444 commented 1 year ago

캡처 I don't see the top right setting menu as shown in the picture.

SoRadGaming commented 1 year ago

What Mod Menu version are you using?

chamchi4444 commented 1 year ago

어떤 모드 메뉴 버전을 사용하고 있습니까?

I'm using the latest version, 5.0.2.

SoRadGaming commented 1 year ago

Maybe try updating the Fabric installer and Fabric API, and redownload ModMenu + this mod. I cannot recreate your issue on my end, it works fine for me; I even tried multiple languages.

chamchi4444 commented 1 year ago

Fabric 설치 프로그램 및 Fabric API를 업데이트하고 ModMenu + 이 모드를 다시 다운로드하십시오. 내 쪽에서는 문제를 재현할 수 없습니다. 잘 작동합니다. 나는 심지어 여러 언어를 시도했다.

I deleted Fabric, Mod Menu, and simple hood and downloaded them to the latest version, but the same phenomenon keeps happening...

SoRadGaming commented 1 year ago

Try deleting simple_utilities.toml in .minecraft\config

chamchi4444 commented 1 year ago

Try deleting simple_utilities.toml in .minecraft\config

I've tried that method as well, but unfortunately, it still hasn't worked out.

SoRadGaming commented 1 year ago

I'm all out of ideas; the last thing I can think of is to try the new prerelease version of the mod, https://github.com/SoRadGaming/simple-utilities-mod/releases/tag/2.5.4

chamchi4444 commented 1 year ago

I'm all out of ideas; the last thing I can think of is to try the new prerelease version of the mod, https://github.com/SoRadGaming/simple-utilities-mod/releases/tag/2.5.4

Okay, thank you. I'll try again when the new version comes out.

PSYQUO commented 1 year ago

Hello, I'd also like to report that the setting buttons is not visible on Mod Menu both on version 2.5.3 and the pre-release version 2.5.4 linked above.

image

I've looked at the log and it contains errors pertaining to simple_utilities: latest.log

Some more information that might be useful:

Hope this helps

SoRadGaming commented 1 year ago

Hello, I'd also like to report that the setting buttons is not visible on Mod Menu both on version 2.5.3 and the pre-release version 2.5.4 linked above.

image

I've looked at the log and it contains errors pertaining to simple_utilities: latest.log

Some more information that might be useful:

* Minecraft version: `1.19.3`

* Fabric Loader: `0.14.13`

* ModMenu version `5.0.2`

Hope this helps

Thanks for the logs and for confirming the issue was not resolved. Do you mind testing this new version? I have updated the internal cloth config fabric API from 7.0.65 to version 9.0.94. https://github.com/SoRadGaming/simple-utilities-mod/releases/tag/2.5.4

SoRadGaming commented 1 year ago

I was able to recreate the issue you guys are having; I did not encounter this problem because I had the cloth-config-9.0.94-fabric.jar mod installed separately. My updated 2.5.4 version has fixed this issue by updating the built-in library.

PSYQUO commented 1 year ago

Confirming that the new 2.5.4 release fixes the issue. Thanks!

image

johnvictorfs commented 1 year ago

Thanks :)