Ever thought that the world behind your inventory was just too distracting? Then this is the mod for you!
Blur adds a Gaussian blur shader to the background of all GUIs, which fades into give it a sleek look. It is also highly configurable, so you can tune the look of the mod to your liking. Click here for a massive gif demonstration!
NOTE: This is the Fabric version of Blur, for the Forge version, look here.
You can configure the strength of the blur in the config file with the "radius" option.
Here is a demonstration of a few different radii:
Change the background colors and gradient!
Get lost in your GUIs!
Gorgeous rainy evening with you and your blur:
Works with shaders! Currently doesn't work with Optifine shaders due to an issue with Satin - consider using Canvas instead.
Explanation of Config Settings
- radius
- As explained above, this controls how "strong" the blur is. If you are experiencing performance problems, lower this.
- fadeTime
- This is the time it takes for the blur to "fade in", in milliseconds.
- gradientStart/EndColor
- The colors to use for the overlay on all GUI backgrounds. The value here is a hexadecimal color value, in the format ARGB (alpha first, then rgb). Because the background is a gradient, two colors can be specified. The default is black with a 45% alpha value (75000000).
- guiExclusions
A list of classes to be excluded from the blur shader. This is to be used for GUIs which do not necessarily cover the screen. It defaults to containing only one GUI, the chat.
how do i turn on the mod? there are no "radius" button
When will it be updated to 1.16.3?
In reply to aidenchanter1:
Does it actually not work on 1.16.3 ?
In reply to PyrofabTheModsmith:
I didn't check, it said 1.16.2.
Edit: It does, sorry!
In reply to aidenchanter1:
I added 1.16.3 to the tags, thank you for reminding!
Hey there, Motschen! Just wanted to check if you're working on a fix for the issue with Satin/Shaders or if I should give up on waiting. Thanks ahead!
In reply to raindustXV:
What exactly do you mean?
In reply to Motschen:
This:
"Works with shaders!Currently doesn't work with shaders due to an issue with Satin."As I always have shaderns turned on I'd really love to use Blur.
In reply to raindustXV:
Ah yes, totally forgot about that, I'll look into that again.
In reply to Motschen:
Awesome, my hopes are boosted :))
In reply to Motschen:
I also realized that problem. Hope you'll be able to fix it. :)
Any chance of adding config with ModMenu?
In reply to Dev_ron:
I already tried, but didn't get it to work. Will look into it a second time when I have time for it.
In reply to Motschen:
I recall there being a config option before, was it removed at some point?
In reply to Motschen:
ModMenu support really would improve this mod immensley. I hope you will get it to work some day ^^
Is this client side? or does the server also need this installed?
In reply to ThePigeonGamer:
The mod is entirely client side, it won't do anything when on a server.
Also sorry for the late response, I had 34 messages 3 days ago, although I check curseforge on a daily basis, and your message got cut off of my feed for some reason.
when i put the mod work well but if i put the shaders my game work but its a black sreen (srry eng from spain)
In reply to WaitOfficial:
Yes, this mod has compatibility issues with OptiFine shaders, but there's nothing I can do about it.
Also, OptiFine on fabric is no longer supported, if you didn't know already.
The blur exclusion config ("blurExclusions" in blur.json) is not working, the blur is not supposed to appear in the chat screen.
Looks like the class name used there (net.minecraft.class_408) is right, but the exclusion itself is broken (Sorry if I'm wrong)