1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-28 02:27:51 +00:00
Files
bedrock-samples/resource_pack/fogs/cherry_grove_fog_setting.json
2023-08-09 12:46:08 -07:00

29 lines
651 B
JSON

{
"format_version": "1.16.100",
"minecraft:fog_settings": {
"description": {
"identifier": "minecraft:fog_cherry_grove"
},
"distance": {
"water": {
"fog_start": 0.0,
"fog_end": 60.0,
"fog_color": "#5db7ef",
"render_distance_type": "fixed",
"transition_fog": {
"init_fog": {
"fog_start": 0.0,
"fog_end": 0.01,
"fog_color": "#5db7ef",
"render_distance_type": "fixed"
},
"min_percent": 0.25,
"mid_seconds": 5,
"mid_percent": 0.6,
"max_seconds": 30
}
}
}
}
}