1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/fogs/the_end_fog_setting.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

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
}
}
}
}
}