Configured Fog
This commit is contained in:
parent
19297e6396
commit
1f220bb7fc
3 changed files with 25 additions and 1 deletions
20
config/fog/config.json
Normal file
20
config/fog/config.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"disableMod": false,
|
||||
"disabledDimensions": [
|
||||
"minecraft:the_nether"
|
||||
],
|
||||
"disableRaininessEffect": false,
|
||||
"disableUndergroundFogMultiplier": false,
|
||||
"disableBiomeFogColour": false,
|
||||
"disableCloudWhitening": false,
|
||||
"initialFogStart": 0.5,
|
||||
"initialFogEnd": 0.85,
|
||||
"raininessTransitionSpeed": 0.003,
|
||||
"undergroundnessTransitionSpeed": 0.003,
|
||||
"fogStartTransitionSpeed": 0.003,
|
||||
"fogEndTransitionSpeed": 0.003,
|
||||
"darknessTransitionSpeed": 0.003,
|
||||
"fogColorTransitionSpeed": 0.015,
|
||||
"startMultiplierTransitionSpeed": 0.005,
|
||||
"endMultiplierTransitionSpeed": 0.005
|
||||
}
|
||||
|
|
@ -8,6 +8,10 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c"
|
|||
file = "config/fabric_loader_dependencies.json"
|
||||
hash = "5cacb752a50e2d5e3e3e4c29b8a000baaa980a180c46ae5b49b792bb118e1a51"
|
||||
|
||||
[[files]]
|
||||
file = "config/fog/config.json"
|
||||
hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4"
|
||||
|
||||
[[files]]
|
||||
file = "config/isxander-main-menu-credits.json"
|
||||
hash = "07206c77829f9e48a75d45154e88cf6e8dd73711cad2a1322c9a0589bac38160"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "e0bd1dab4f45078ac80c72227ce573bb1256b22784bad32de85ffd28e56287d8"
|
||||
hash = "852e307f181b33d2f646372df834e21ea3765b6c85f938797bf94637c1381b96"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue