1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-28 16:27:44 +00:00
Files
bedrock-samples/resource_pack/fogs/taiga_mutated_fog_setting.json
2025-05-27 10:06:48 -07:00

49 lines
1.1 KiB
JSON

{
"format_version": "1.21.90",
"minecraft:fog_settings": {
"description": {
"identifier": "minecraft:fog_taiga_mutated"
},
"distance": {
"water": {
"fog_start": 0.0,
"fog_end": 60.0,
"fog_color": "#1E6B82",
"render_distance_type": "fixed",
"transition_fog": {
"init_fog": {
"fog_start": 0.0,
"fog_end": 0.01,
"fog_color": "#1E6B82",
"render_distance_type": "fixed"
},
"min_percent": 0.25,
"mid_seconds": 5,
"mid_percent": 0.6,
"max_seconds": 30
}
}
},
"volumetric": {
"density": {
"air": {
"max_density": 0.05,
"zero_density_height": 320.0,
"max_density_height": 320.0
}
},
"media_coefficients": {
"air": {
"scattering": [ 0.04, 0.04, 0.04 ],
"absorption": [ 0.0, 0.0, 0.0 ]
}
},
"henyey_greenstein_g": {
"air": {
"henyey_greenstein_g": 0.6
}
}
}
}
}