tterrag1098 / Blur

Modifies the background behind Minecraft GUIs to have a blur effect
MIT License
41 stars 49 forks source link

Minecolonies support? #30

Closed Pulz-TCP closed 5 years ago

Pulz-TCP commented 5 years ago

I don't suppose there is any way to have the blur disabled when using Minecolonies' placement system?

The blur makes it rather difficult to see where you're going to be placing a colony. Reference: https://youtu.be/DVGGDUXbTOY?t=18

tterrag1098 commented 5 years ago

Add com.minecolonies.blockout.Screen to your GUI exclusions, as far as I can tell they use this class for all of their GUIs so it will prevent Blur from working on any of them. But there's no way to filter it further.

Pulz-TCP commented 5 years ago

Add com.minecolonies.blockout.Screen to your GUI exclusions, as far as I can tell they use this class for all of their GUIs so it will prevent Blur from working on any of them. But there's no way to filter it further.

Thanks, this does indeed remove the blur from the minecolonies blur. Posting to confirm the fix for anyone else who comes across this.