mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
a3b394c507
Initial layout
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"format_version": "1.16.100",
|
|
"minecraft:fog_settings": {
|
|
"description": {
|
|
"identifier": "minecraft:fog_cold_taiga_mutated"
|
|
},
|
|
"distance": {
|
|
"water": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 60.0,
|
|
"fog_color": "#205e83",
|
|
"render_distance_type": "fixed",
|
|
"transition_fog": {
|
|
"init_fog": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 0.01,
|
|
"fog_color": "#205e83",
|
|
"render_distance_type": "fixed"
|
|
},
|
|
"min_percent": 0.25,
|
|
"mid_seconds": 5,
|
|
"mid_percent": 0.6,
|
|
"max_seconds": 30
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|