Skip to content

Commit 36a36e3

Browse files
committed
upd(bedrock): Refine atmospheric lighting and update biome format versions
- Enhance sky gradient transitions with more granular time-of-day keyframes - Adjust Rayleigh scattering, Mie strength, and sun glare for improved realism - Refine horizon blend stops for smoother sky-to-horizon transitions - Update all biome files from format_version 1.21.40 to 1.21.130 - Normalize JSON formatting across biome configuration files
1 parent fc2db17 commit 36a36e3

86 files changed

Lines changed: 474 additions & 394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 116 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,139 @@
11
{
2-
"format_version": "1.21.40",
3-
"minecraft:atmosphere_settings": {
4-
"description": {
5-
"identifier": "jgrtx:atmospherics"
6-
},
7-
"sky_zenith_color": {
8-
"0.000000": [76, 142, 255 ],
9-
"0.160000": [40, 122, 255 ],
10-
"0.215000": [100, 130, 145],
11-
"0.300000": [0, 34, 80],
12-
"0.700000": [0, 34, 80],
13-
"0.740000": [70, 90, 105],
14-
"0.770000": [120, 130, 145],
15-
"0.827000": [56, 102, 215 ]
2+
"format_version": "1.21.40",
3+
"minecraft:atmosphere_settings": {
4+
"description": {
5+
"identifier": "jgrtx:atmospherics"
6+
},
7+
"sky_zenith_color": {
8+
"0.000000": [65, 135, 245],
9+
"0.120000": [55, 125, 235],
10+
"0.160000": [40, 110, 220],
11+
"0.200000": [85, 115, 140],
12+
"0.215000": [95, 105, 125],
13+
"0.260000": [25, 45, 85],
14+
"0.300000": [8, 18, 45],
15+
"0.500000": [5, 12, 35],
16+
"0.700000": [8, 18, 45],
17+
"0.740000": [35, 55, 90],
18+
"0.770000": [95, 105, 125],
19+
"0.800000": [85, 115, 140],
20+
"0.827000": [55, 110, 205],
21+
"0.880000": [65, 135, 245]
1622
},
1723
"sky_horizon_color": {
18-
"0.000000": [225, 239, 255],
19-
"0.160000": [255, 239, 215],
20-
"0.215000": [255, 109, 20],
21-
"0.300000": [80, 141, 255],
22-
"0.700000": [80, 141, 255],
23-
"0.740000": [255, 149, 50],
24-
"0.770000": [255, 149, 50],
25-
"0.827000": [225, 239, 255]
24+
"0.000000": [220, 235, 255],
25+
"0.120000": [255, 245, 230],
26+
"0.160000": [255, 220, 180],
27+
"0.200000": [255, 165, 85],
28+
"0.215000": [255, 95, 25],
29+
"0.260000": [180, 65, 45],
30+
"0.300000": [90, 55, 85],
31+
"0.500000": [45, 55, 95],
32+
"0.700000": [90, 55, 85],
33+
"0.740000": [180, 75, 55],
34+
"0.770000": [255, 125, 45],
35+
"0.800000": [255, 175, 95],
36+
"0.827000": [255, 225, 190],
37+
"0.880000": [220, 235, 255]
2638
},
2739
"rayleigh_strength": {
28-
"0.000000": 1.2,
29-
"0.215000": 0.8,
30-
"0.305000": 1.0,
31-
"0.700000": 1.0,
32-
"0.740000": 1.15,
33-
"0.770000": 0.4,
34-
"0.800000": 0.7
40+
"0.000000": 1.15,
41+
"0.160000": 1.0,
42+
"0.200000": 0.65,
43+
"0.215000": 0.45,
44+
"0.260000": 0.85,
45+
"0.305000": 1.1,
46+
"0.500000": 1.2,
47+
"0.700000": 1.1,
48+
"0.740000": 0.85,
49+
"0.770000": 0.45,
50+
"0.800000": 0.65,
51+
"0.840000": 1.0
3552
},
3653
"sun_mie_strength": {
37-
"0.000000": 7,
38-
"0.215000": 4,
39-
"0.770000": 4,
40-
"0.800000": 4
54+
"0.000000": 5.5,
55+
"0.160000": 6.5,
56+
"0.200000": 8.0,
57+
"0.215000": 4.5,
58+
"0.260000": 2.0,
59+
"0.300000": 0.0,
60+
"0.700000": 0.0,
61+
"0.740000": 2.0,
62+
"0.770000": 4.5,
63+
"0.800000": 8.0,
64+
"0.840000": 6.5
4165
},
4266
"moon_mie_strength": {
43-
"0.800000": 1.25
67+
"0.000000": 0.0,
68+
"0.260000": 0.5,
69+
"0.300000": 1.8,
70+
"0.500000": 2.2,
71+
"0.700000": 1.8,
72+
"0.740000": 0.5,
73+
"0.800000": 0.0
4474
},
4575
"sun_glare_shape": {
46-
"0.000000": 5,
47-
"0.200000": 2.5,
48-
"0.250000": 2.5,
49-
"0.270000": 10,
50-
"0.740000": 11,
51-
"0.800000": 5.199999809265137
76+
"0.000000": 6.0,
77+
"0.160000": 4.5,
78+
"0.200000": 3.0,
79+
"0.215000": 2.0,
80+
"0.260000": 8.0,
81+
"0.300000": 12.0,
82+
"0.700000": 12.0,
83+
"0.740000": 8.0,
84+
"0.770000": 2.0,
85+
"0.800000": 3.0,
86+
"0.840000": 4.5
5287
},
5388
"horizon_blend_stops": {
5489
"min": {
55-
"0.000000": 0.44,
56-
"0.215000": 0.34,
57-
"0.300000": 0.24,
58-
"0.770000": 0.34,
59-
"0.800000": 0.302
90+
"0.000000": 0.02,
91+
"0.160000": 0.04,
92+
"0.200000": 0.08,
93+
"0.215000": 0.12,
94+
"0.300000": 0.06,
95+
"0.500000": 0.04,
96+
"0.700000": 0.06,
97+
"0.770000": 0.12,
98+
"0.800000": 0.08,
99+
"0.840000": 0.04
60100
},
61101
"start": {
62-
"0.000000": 0.64,
63-
"0.215000": 0.74,
64-
"0.300000": 0.54,
65-
"0.770000": 0.78,
66-
"0.800000": 0.63
102+
"0.000000": 0.35,
103+
"0.160000": 0.45,
104+
"0.200000": 0.55,
105+
"0.215000": 0.65,
106+
"0.300000": 0.40,
107+
"0.500000": 0.30,
108+
"0.700000": 0.40,
109+
"0.770000": 0.65,
110+
"0.800000": 0.55,
111+
"0.840000": 0.45
67112
},
68113
"mie_start": {
69-
"0.000000": 0.24,
70-
"0.215000": 0.14,
71-
"0.300000": 0.24,
72-
"0.770000": 0.3,
73-
"0.800000": 0.04
114+
"0.000000": 0.15,
115+
"0.160000": 0.20,
116+
"0.200000": 0.35,
117+
"0.215000": 0.50,
118+
"0.300000": 0.25,
119+
"0.500000": 0.15,
120+
"0.700000": 0.25,
121+
"0.770000": 0.50,
122+
"0.800000": 0.35,
123+
"0.840000": 0.20
74124
},
75125
"max": {
76-
"0.000000": 0.44,
77-
"0.215000": 0.34,
78-
"0.300000": 0.44,
79-
"0.770000": 0.5,
80-
"0.800000": 0.44
126+
"0.000000": 0.25,
127+
"0.160000": 0.30,
128+
"0.200000": 0.40,
129+
"0.215000": 0.50,
130+
"0.300000": 0.35,
131+
"0.500000": 0.25,
132+
"0.700000": 0.35,
133+
"0.770000": 0.50,
134+
"0.800000": 0.40,
135+
"0.840000": 0.30
81136
}
82-
}
83137
}
138+
}
84139
}

bedrock/pack/RP/biomes/bamboo_jungle.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "bamboo_jungle"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/bamboo_jungle_hills.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "bamboo_jungle_hills"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/beach.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "beach"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/birch_forest.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "birch_forest"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/birch_forest_hills.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "birch_forest_hills"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/birch_forest_hills_mutated.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "birch_forest_hills_mutated"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

bedrock/pack/RP/biomes/birch_forest_mutated.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "birch_forest_mutated"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
{
2-
"format_version": "1.21.40",
3-
"minecraft:client_biome": {
4-
"description": {
5-
"identifier": "cherry_grove"
1+
{
2+
"format_version": "1.21.130",
3+
"minecraft:client_biome": {
4+
"description": {
5+
"identifier": "cherry_grove"
6+
},
7+
"components": {
8+
"minecraft:fog_appearance": {
9+
"fog_identifier": "jgrtx:cherry"
610
},
7-
"components": {
8-
"minecraft:fog_appearance": {
9-
"fog_identifier": "jgrtx:cherry"
10-
},
11-
"minecraft:water_appearance": {
12-
"surface_color": "#7c7c7c"
13-
},
14-
"minecraft:sky_color": {
15-
"sky_color": "#232a46"
16-
}
11+
"minecraft:water_appearance": {
12+
"surface_color": "#7c7c7c"
13+
},
14+
"minecraft:sky_color": {
15+
"sky_color": "#232a46"
1716
}
1817
}
19-
}
18+
}
19+
}

bedrock/pack/RP/biomes/cold_beach.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format_version": "1.21.40",
2+
"format_version": "1.21.130",
33
"minecraft:client_biome": {
44
"description": {
55
"identifier": "cold_beach"
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)