modpack/Packwiz/config/yosbr/config/canvas_pipeline_options.json5

18 lines
366 B
Plaintext
Raw Normal View History

2021-06-10 19:02:37 +00:00
{
"canvas:basic_light_config": {
"ao_shading_mode": "normal",
"diffuse_shading_mode": "normal"
},
"canvas:fog_config": {
"fog_mode": "vanilla"
},
"canvas:handheld_light_config": {
"handheld_light_radius": 10
},
"canvas:bloom_config": {
"bloom_intensity": 0.1,
"bloom_downsample_dist": 1.0,
"bloom_upsample_dist": 0.1,
"bloom_cutoff": 0.02
}
}