mirror of
				https://github.com/Mojang/bedrock-samples.git
				synced 2025-10-31 05:07:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "format_version": "1.21.90",
 | |
|   "minecraft:fog_settings": {
 | |
|     "description": {
 | |
|       "identifier": "minecraft:fog_mushroom_island"
 | |
|     },
 | |
|     "distance": {
 | |
|       "water": {
 | |
|         "fog_start": 0.0,
 | |
|         "fog_end": 60.0,
 | |
|         "fog_color": "#8a8997",
 | |
|         "render_distance_type": "fixed",
 | |
|         "transition_fog": {
 | |
|           "init_fog": {
 | |
|             "fog_start": 0.0,
 | |
|             "fog_end": 0.01,
 | |
|             "fog_color": "#8a8997",
 | |
|             "render_distance_type": "fixed"
 | |
|           },
 | |
|           "min_percent": 0.25,
 | |
|           "mid_seconds": 5,
 | |
|           "mid_percent": 0.6,
 | |
|           "max_seconds": 30
 | |
|         }
 | |
|       }
 | |
|     },
 | |
|     "volumetric": {
 | |
|       "density": {
 | |
|         "air": {
 | |
|           "max_density": 0.05,
 | |
|           "zero_density_height": 320.0,
 | |
|           "max_density_height": 320.0
 | |
|         }
 | |
|       },
 | |
|       "media_coefficients": {
 | |
|         "air": {
 | |
|           "scattering": [ 0.01, 0.01, 0.01 ],
 | |
|           "absorption": [ 0.042, 0.137, 0.012 ]
 | |
|         }
 | |
|       },
 | |
|       "henyey_greenstein_g": {
 | |
|         "air": {
 | |
|           "henyey_greenstein_g": 0.3
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |