Blur+ renders Cobblemon Battle GUI Blurry -- way to exclude it? (v3.1.0 - Fabric)
sobGus opened this issue ยท 1 comments
you have to go to the blur config (that much should be obvious) and to the list of blurExclusions add: "com.cobblemon.mod.common.client.gui.battle"
after having the same issue and finding no solutions online i ended up just searching the entirety of the cobblemon sourcecode for "gui" and found BatleGUI.kt which mentioned the above id right at the top
so similar issues should be able to be solved in a similar way