1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-27 05:48:55 +00:00
bedrock-samples/resource_pack/fogs/cherry_grove_fog_setting.json
Mike Ammerlaan c7755281ab v1.20.30.1
2023-09-19 09:10:09 -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
}
}
}
}
}