Skip to content

Commit

Permalink
upd: 🌫️
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Jul 27, 2024
1 parent b9913d5 commit 1f22f64
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bedrock/pack/RP/biomes_client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"biomes": {
"default": {
"fog_identifier": "jgrtx:fog_default",
"fog_color": "#e9e9e7"
}
}
}
102 changes: 102 additions & 0 deletions bedrock/pack/RP/fogs/default_fog_setting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"format_version": "1.16.100",
"minecraft:fog_settings": {
"description": {
"identifier": "jgrtx:fog_default"
},
"distance": {
"air": {
"fog_start": 0.75,
"fog_end": 1.0,
"fog_color": "#abd2ff",
"render_distance_type": "render"
},
"water": {
"fog_start": 0,
"fog_end": 60.0,
"fog_color": "#44aff5",
"render_distance_type": "fixed",
"transition_fog": {
"init_fog": {
"fog_start": 0.0,
"fog_end": 0.01,
"fog_color": "#4eb3f6",
"render_distance_type": "fixed"
},
"min_percent": 0.25,
"mid_seconds": 5,
"mid_percent": 0.6,
"max_seconds": 30
}
},
"weather": {
"fog_start": 0.25,
"fog_end": 0.75,
"fog_color": "#686a69",
"render_distance_type": "render"
},
"lava": {
"fog_start": 0.0,
"fog_end": 0.825,
"fog_color": "#76250c",
"render_distance_type": "fixed"
},
"lava_resistance": {
"fog_start": 2.0,
"fog_end": 4.0,
"fog_color": "#821c08",
"render_distance_type": "fixed"
}
},
"volumetric": {
"density": {
"air": {
"max_density": 0.001,
"uniform": true
},
"water": {
"max_density": 1.0,
"uniform": true
}
},
"media_coefficients": {
"air": {
"absorption": [
0.0,
0.0,
0.0
],
"scattering": [
0.047,
0.043,
0.031
]
},
"cloud": {
"absorption": [
1.0,
1.0,
1.0
],
"scattering": [
0.457,
0.615,
1.0
]
},
"water": {
"scattering": [
0.0075,
0.005,
0.0125
],
"absorption": [
0.2,
0.03666,
0.04125
]
}
}
}
}
}
Binary file modified bedrock/pack/RP/textures/blocks/redstone_lamp_on_mer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f22f64

Please sign in to comment.