Resourcepack by Leo

Gamma Shaders by YakShaq and fayer3
Legacy Tooltips shader by S_N00B from Planet minecraft


to change the gamma brightness edit the last value /0.0 of this line of code in

shaders/program/washout.fsh

vec3 washedOutColor = pow(diffuseColor.rgb, vec3(1.0/2.0)); 100%



vec3 washedOutColor = pow(diffuseColor.rgb, vec3(1.0/1.0)); 50%



vec3 washedOutColor = pow(diffuseColor.rgb, vec3(1.0/0.5)); 0%