Mod Settings

Mod Settings

41.5k Downloads

Puzzle mod has duplicate buttons

magicus opened this issue ยท 7 comments

commented

Originally reported by @ardissaps in #10:

Puzzle mod have 3 button on the setting menu which is if pressed open same screen (duplicate/redundant button).

commented

Puzzle mod is here on Github: https://github.com/PuzzleMC/Puzzle

commented

This was actually a sign of a deeper problem. Some mods bundle other, in a parent-child relationship. Most of the time, these bundled mods are library mods with no settings screen, but sometimes they are. For instance, ClothConfig adds a demo screen that is not really helpful.

I have now added functionality in 2.0.0 to hide such child mods by default (but still being able to access them if needed). I have verified that there is now only a single Puzzle button.

commented

The problem with Puzzle mod is most likely with the mod itself. My guess is that it is bundling separate mods which all have the same configuration screen.

Is it this mod: https://www.curseforge.com/minecraft/mc-mods/puzzle ?

commented

Note to self: A work-around might be to look for duplicate mod titles, and/or config screen provider classes. It might also be worthwhile to try and hide configuration for mods that are imported indirectly from other mods.

commented

Is it this mod: https://www.curseforge.com/minecraft/mc-mods/puzzle ?

Yes it is. No hurry! :)

commented

Hello @magicus, the same issue with Essential Client:

2022-07-05_19 54 12

Hope it helps - greetings.

commented

@mrniddala This is not the same issue. Please open a separate bug report.