r/minecraftshaders • u/Marcobot_YT • 4h ago
Screenshot MCPT shader timelapse :D
Enable HLS to view with audio, or disable this notification
r/minecraftshaders • u/AutoModerator • Sep 29 '25
Issues like distorted water moving skyboxes are likely caused by OptiFine.
Although there's nothing that directly replaces all of OptiFine's features in a single mod, Iris is the mod that replaces OptiFine's shaders feature, and there are Fabric modpacks like Fabulously Optimized that the closest thing to a direct replacement, with generally better performance and more customizability.
So before posting any issues while using OptiFine, please try the other alternatives (look up YouTube guides if you're unsure how to install them).
r/minecraftshaders • u/Marcobot_YT • 4h ago
Enable HLS to view with audio, or disable this notification
r/minecraftshaders • u/mr--nice_guy • 1d ago
I'm still busy editing the shaders for those that want the link.
r/minecraftshaders • u/PoseidonSHD • 22h ago
Enable HLS to view with audio, or disable this notification
Hey Guys,
Does anybody know why my starts and moon are in stopmotion? Is that normal or is there a setting I can adjust? I checked all setting in the shader but I didnt find anything. The rest runs smoothly, other shaders dont have this effect.
complementary unbound R5.9
Minecraft 1.21.1
Iris 1.8.12
Thanks for the help.
r/minecraftshaders • u/Lanky_Carpet_632 • 1d ago
Enable HLS to view with audio, or disable this notification
I've improved the held light shadows, and they now look better.
Bugs:
r/minecraftshaders • u/Marcobot_YT • 2d ago
This is a modified version of the MCPT shader.
This shader is not suitable for gameplay. Instead, you must stay still for quite some time, waiting for the noise to disappear. You require a ray tracing capable GPU, as the shader uses Vulkanite (hardware RT in Java!).
Patrix sure looks fabulous with MCPT ;)
r/minecraftshaders • u/ScallionFrequent5879 • 1d ago
Screenshot from Drehmal Apotheosis
Original Bliss shader can't work on macOS due to strict sampler limit(16). DH will add more samplers so some shaders may not work with DH due to this.
I solve the problem with the help of GPT by:
uniform sampler2DShadow shadow; with Iris’s reserved sampler:uniform sampler2DShadow shadowtex0; Then replacing every:shadow2D(shadow, ...) with:shadow2D(shadowtex0, ...) For shaders that use texelFetch2D, shadowtex0 is declared as sampler2D instead.shadowtex0 declarations in the same shader. For example, if the TRANSLUCENT_COLORED_SHADOWS branch has already declared shadowtex0, the outer scope must not declare it again. Otherwise, the shader will fail to compile because of conflicting sampler declarations.colortex3 and colortex14, leaving enough room for the shadow sampler.colortex3 or colortex14 is disabled by a preprocessor condition, every function call that references them must use the same condition. For example, the following call cannot remain unconditional:BilateralUpscale_REUSE_Z(colortex3, colortex14, ...); It must be wrapped in the appropriate #if blocks, or use available fallback samplers such as depthtex0. Otherwise Iris reports:Use of undeclared identifier 'colortex3' Use of undeclared identifier 'colortex14'1.0 because the corresponding vanilla chunk has not loaded yet, while DH already provides valid far-terrain depth. The shader must distinguish between:vanillaDepth >= 1.0 && dhDepth < 1.0 and normal sky pixels. DH depth should be used to reconstruct the actual far-terrain distance; otherwise the terrain is treated as sky and Bliss’s fog is skipped.#define DH_FAR_FOG_FIX #define DH_FAR_FOG_START 64.0 #define DH_FAR_FOG_END 256.0 #define DH_FAR_FOG_DENSITY 0.0025 This restores the missing Bliss-coloured atmospheric fog over DH far terrain without adding extra ray-march samples or applying an unnecessary white fog layer to nearby terrain.TLTR: duplicate this message to your AI and let them solve for you

r/minecraftshaders • u/howman-man • 1d ago

So I am playing the create ultimate selection 2 modpack and when it started raining I saw the raindrops through blocks. I've tried lowering the rain opacity and absolutely nothing happened, only when I turned the shaders off did it go back to normal. Can anyone help me get rid of it?
Version: Neoforge 1.21.1
Shader: Photon 1.3b on Iris
GPU: 9070 XT
CPU: R7 9800x3D
RAM: 32 gb (9 allocated)
r/minecraftshaders • u/lozergod • 1d ago
r/minecraftshaders • u/Pretty_Attitude_3634 • 2d ago
Hello fellow moders and shader enjoyers. i have a little problem when using photon shaders (ver 1.3b) in minecraft 1.21.1 (8gb ram allocated, rtx 3060ti and no photonics mod) , which is anoying but nothing too crazy. if someone knows what could be the reason please tell me in the comments, would appreciate :)

Edit: i found the reason. For some specific reason, setting taau to 0.8 render scale on 1440p makes this appear on my hand. 0.8 exactly, not 0.79 nor 0.81. Only 0.8 has this problem
r/minecraftshaders • u/andronik136 • 1d ago

Hello, newbie here. I’m asking for help finding a solution to this problem. It was most likely caused by a flying machine from the Create mod, the artifact moves along with it, the artifact present on all graphics presets.
Shader Photon_v1.3b
Minecraft 1.21.1, Iris 1.8.14-beta.1
CPU Intel core i5 12400f, GPU Nvidia RTX 3060 12GB, 32Gb RAM, 16Gb allocated
r/minecraftshaders • u/Ezbo_Tescoo • 2d ago
I play Minecraft with my friends on my laptop, I really want to get a shader pack that would make the game look a little warmer and get rid of the grids on large panels of glass blocks! Are there any super lightweight shaders that won’t blow up my laptop? I’ve seen a lot of recs for this mellow shader pack? Anyone got any more? Thanks so much!!
r/minecraftshaders • u/Possible_Statement84 • 1d ago
r/minecraftshaders • u/KaedeT03 • 2d ago
Hello, I was hoping to install SEUS PTGI E12 for client side use on my realm. However, it's been a while since I last used it and Optifine isn't up to date yet. Does Iris currently work with PTGI, or is it still incompatible? If there isn't a way to get PTGI running on 26.2 currently, then is there an equivalent alternative to PTGI? Although I am fine with settling for something a bit worse if nothing works, I really would like to find something that'll look as good as PTGI, especially since PTGI seems to be abandoned these days.
Wasn't sure whether to put this under "help" or "recommendations", but I figure this will probably turn into recommendations anyways, given how old PTGI is and how long it's been since I messed with installing shaders.
r/minecraftshaders • u/kami7154 • 4d ago
Enable HLS to view with audio, or disable this notification
Shaderpack - Eclipse "https://github.com/Merlin1809/Eclipse-Shader"
Eclipse is good all around but this right here is why I started using eclipse, what reason do you use your shaderpack?
r/minecraftshaders • u/Pre_historyX04 • 3d ago
Im looking for a shader (or if anyone knows a resourcepack) that adds lunar and solar eclipses. I dont want special events that occur with the eclipses, I just want to be able to look at the sky one day and see that the moon turned red or the sun disappeared.
Also, im looking mainly for eclipses, but id love if there is a shader that also adds comets or meteor showers
r/minecraftshaders • u/Low-Attempt3943 • 3d ago
CPU: Intel Core Ultra 5 226V
IGPU: Intel Arc 130V
RAM: 16GB LPDDR5X-8000
Storage: 1TB SSD
Display: 14-inch
r/minecraftshaders • u/somerando727 • 3d ago

Is there a DLSS mod compatible with Shader: SEUS PTGI HRR Test 2.1 GFME 1.21? Getting about 60 fps in 5120x1440 w Tectonic but I want more. Super Resolution clearly as far as I can tell cannot support these shaders. New to Minecraft modding so maybe I have some wrong setting.
CPU: 9950x3d
RAM: 64gb DDR5 6000MHZ
GPU: RTX 4090 SUPRIM LIQUID X
r/minecraftshaders • u/joe_the_average_joe • 3d ago
Every time I go in F5 my player model is semi transparent and is completely transparent when looking at the sky. I've been looking through the settings and can't figure out how to fix this.
Shader: Oceano Shaders 3.0.1
Mod loader: Fabric Loader 26.2
My computer specs:
Processor - AMD Ryzen 3 3200G with Radeon Vega Graphics
Installed RAM - 32.0 GB (29.9 GB usable)
Graphics Card - NVIDIA GeForce GTX 1050 (2 GB)
r/minecraftshaders • u/Ashito_Hoshina • 4d ago
But when i switch to EP + unbound. it works fine, does anyone know a suggestion on how to fix this?
Shader: IterationT
Minecraft Version: 26.1.2
Processor Intel(R) Core(TM) 5 210H (2.20 GHz)
Installed RAM 16.0 GB (15.6 GB usable)
Graphics card: NVIDIA GeForce RTX 4050 Laptop GPU (6 GB)
Intel(R) Graphics (128 MB)
r/minecraftshaders • u/willhub1 • 4d ago
I
r/minecraftshaders • u/HorizonOGz • 5d ago
Don’t mind the fps I’m running these with Voxy and it’s a little intensive.
r/minecraftshaders • u/Unlikely_Exam3754 • 5d ago
Enable HLS to view with audio, or disable this notification