bradleyq / mc_vanilla_shaders

MC vanilla fabulous shaders
MIT License
244 stars 5 forks source link

Question #18

Closed AlecMcCutcheon closed 2 years ago

AlecMcCutcheon commented 2 years ago

What setting in the config files do I need to change to increase/decrease the amount of reflections on the water

bradleyq commented 2 years ago

there is no configuration for this in any version. I don't plan to add support for this in the future either. If you are using r2.3 or r.25, you caon do it manually: assets/minecraft/shaders/program/composite2.fsh line 60. You can reduce SpecTmp.a by multiplying it by a small value like 0.5.

AlecMcCutcheon commented 2 years ago

That's actually what I meant I knew there wasn't a easy to change configuration, could u also tell be which to find the variable for bloom?

bradleyq commented 2 years ago

shaders/program/bloom.fsh, modify bloomAccumulator *= 1.5;