Skip to content

Instantly share code, notes, and snippets.

@felixjones
Last active February 7, 2024 09:24
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixjones/5811b9bcab5f17b809f470a77ed7daec to your computer and use it in GitHub Desktop.
Save felixjones/5811b9bcab5f17b809f470a77ed7daec to your computer and use it in GitHub Desktop.

Some lovely shaders for 1.16.2 snapshots.

Adds the following effects:

  • Screenspace Ambient Occlusion (extra shadows in corner of blocks and mobs)
  • Blurry water, stained glass & clouds (sort of like refraction)
  • Bloom
  • Chromatic aberration
  • Stronger vignette

Download resource pack by clicking "View raw" for the Cinematica.zip below.

Place into Minecraft resource packs folder and apply. Make sure you're using Fabulous graphics.

None of this is official or endorsed, and this not an indication/hint/preview of anything to come. It's just a fun resource pack.

@adamvaktipro
Copy link

this is awesome

@Manamongods
Copy link

Manamongods commented Jul 30, 2020

I had this bookmarked and went to try it out today. The bloom is not actually bloom at all, but seems sort of like it's intended to be tone mapping + bloomish auto exposure (with 32x32 samples across the entire screen, which is not enough for exposure, and because the sampling was redone for every pixel, it was the cause of the awful performance (at least on my end))

So I modified the code and it seems to be look and perform much better now. The settings can be tweaked (in the file itself).
I did leave in the 0.9 exponent tonemapping effect
(I also modified the bloom.json file)

https://gist.github.com/Steffenvy/f24c267c20e1e7c4116b70c601fa8c3b

It's just a shame that minecraft's lighting and textures aren't hdr, because the most mundane of objects like white sheep, chickens, snow, and white wool, all produce bloom during the day, and bloom is only really possible on the tops of blocks (because the sides of blocks are darker, and lowering the threshold would make things look worse).

@Zi7ar21
Copy link

Zi7ar21 commented Aug 1, 2020

Neat!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment