-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHEIGHT_DEPENDENT_FOG_EXAMPLE.v3.json
69 lines (69 loc) · 1.51 KB
/
HEIGHT_DEPENDENT_FOG_EXAMPLE.v3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"code": "HEIGHT_DEPENDENT_FOG_EXAMPLE",
"bindings": [
{
"condition": {
"and": [
{ "dimensionIn": ["minecraft:overworld"] },
{ "weatherIn": ["CLEAR"] },
{ "height": { "min": 188.0, "max": 200.0 } }
]
},
"startDistance": 2.0,
"endDistance": 15.0,
"opacity": 95.0,
"encapsulationSpeed": 6.0,
"brightness": {
"mode": "BY_GAME_FOG"
},
"color": {
"mode": "FIXED",
"fixedHex": "f3f3f3"
},
"shape": "SPHERE"
},
{
"condition": {
"and": [
{ "dimensionIn": ["minecraft:overworld"] },
{ "skyLightLevel": { "min": 4 } },
{ "surfaceHeight": { "max": 5.0 } },
{ "height": { "min": 64.0 } }
]
},
"startDistance": 2.0,
"endDistance": 15.0,
"opacity": 95.0,
"encapsulationSpeed": 6.0,
"brightness": {
"mode": "BY_GAME_FOG"
},
"color": {
"mode": "BY_GAME_FOG"
},
"shape": "SPHERE"
},
{
"condition": {
"and": [
{"dimensionIn": ["minecraft:overworld"]},
{"height": { "max": -57.0 } }
]
},
"startDistance": 0.0,
"endDistance": 10.0,
"opacity": 90.0,
"encapsulationSpeed": 120.0,
"brightness": {
"mode": "FIXED",
"fixedBrightness": 30.0
},
"color": {
"mode": "FIXED",
"fixedHex": "ff9c42"
},
"shape": "SPHERE"
}
],
"version": 3
}