mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
a3b394c507
Initial layout
41 lines
954 B
JSON
41 lines
954 B
JSON
{
|
|
"format_version": "1.16.100",
|
|
"minecraft:fog_settings": {
|
|
"description": {
|
|
"identifier": "minecraft:fog_soulsand_valley"
|
|
},
|
|
"distance": {
|
|
"air": {
|
|
"fog_start": 10.0,
|
|
"fog_end": 96.0,
|
|
"fog_color": "#1B4745",
|
|
"render_distance_type": "fixed"
|
|
},
|
|
"water": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 15.0,
|
|
"fog_color": "#905957",
|
|
"render_distance_type": "fixed",
|
|
"transition_fog": {
|
|
"init_fog": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 0.01,
|
|
"fog_color": "#905957",
|
|
"render_distance_type": "fixed"
|
|
},
|
|
"min_percent": 0.25,
|
|
"mid_seconds": 5,
|
|
"mid_percent": 0.6,
|
|
"max_seconds": 30
|
|
}
|
|
},
|
|
"weather": {
|
|
"fog_start": 10.0,
|
|
"fog_end": 96.0,
|
|
"fog_color": "#1B4745",
|
|
"render_distance_type": "fixed"
|
|
}
|
|
}
|
|
}
|
|
}
|