1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-28 04:48:11 +00:00
Files
bedrock-samples/resource_pack/fogs/swampland_mutated_fog_setting.json
2025-09-16 09:19:02 -07:00

49 lines
1.1 KiB
JSON

{
"format_version": "1.21.90",
"minecraft:fog_settings": {
"description": {
"identifier": "minecraft:fog_swampland_mutated"
},
"distance": {
"water": {
"fog_start": 0.0,
"fog_end": 30,
"fog_color": "#232317",
"render_distance_type": "fixed",
"transition_fog": {
"init_fog": {
"fog_start": 0.0,
"fog_end": 0.01,
"fog_color": "#232317",
"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.06, 0.06, 0.06 ],
"absorption": [ 0.2549019753932953, 0.12995001673698426, 0.18875093758106233 ]
}
},
"henyey_greenstein_g": {
"air": {
"henyey_greenstein_g": 0.4
}
}
}
}
}