mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
a3b394c507
Initial layout
35 lines
794 B
JSON
35 lines
794 B
JSON
{
|
|
"format_version": "1.16.100",
|
|
"minecraft:fog_settings": {
|
|
"description": {
|
|
"identifier": "minecraft:fog_the_end"
|
|
},
|
|
"distance": {
|
|
"air": {
|
|
"fog_start": 0.92,
|
|
"fog_end": 1.0,
|
|
"fog_color": "#0B080C",
|
|
"render_distance_type": "render"
|
|
},
|
|
"water": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 15.0,
|
|
"fog_color": "#62529e",
|
|
"render_distance_type": "fixed",
|
|
"transition_fog": {
|
|
"init_fog": {
|
|
"fog_start": 0.0,
|
|
"fog_end": 0.01,
|
|
"fog_color": "#62529e",
|
|
"render_distance_type": "fixed"
|
|
},
|
|
"min_percent": 0.25,
|
|
"mid_seconds": 5,
|
|
"mid_percent": 0.6,
|
|
"max_seconds": 30
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|