@@ -24,8 +24,10 @@ screen.PERFORMANCE_SETTINGS.comment=Settings that directly relate to the perform
2424
2525screen.PREFERENCE_SETTINGS=Preference Settings
2626screen.PREFERENCE_SETTINGS.comment=Settings that are optional, and not changed by the different shader profiles.
27- screen.CLOUD_SETTINGS=Clouds
28- screen.CLOUD_SETTINGS.comment=Settings that relate to the clouds.
27+ screen.SKY_SETTINGS=Sky
28+ screen.SKY_SETTINGS.comment=Settings that relate to the sky.
29+ screen.CLOUD_SETTINGS=Clouds
30+ screen.CLOUD_SETTINGS.comment=Settings that relate to the clouds.
2931 screen.CAMERA_SETTINGS=Camera
3032 screen.CAMERA_SETTINGS.comment=Settings that determine how the final image is tweaked.
3133 screen.IPBR_SETTINGS=IntegratedPBR
@@ -163,6 +165,18 @@ option.NIGHT_STAR_AMOUNT.comment=Determines the amount of stars in the night sky
163165value.NIGHT_STAR_AMOUNT.2=§aMedium
164166value.NIGHT_STAR_AMOUNT.3=§aHigh
165167
168+ option.AURORA_BOREALIS=Aurora Borealis
169+ option.AURORA_BOREALIS.comment=Enables northern lights to appear in the night sky.
170+ value.AURORA_BOREALIS.true=§dON
171+ value.AURORA_BOREALIS.false=§aOFF
172+
173+ option.AURORA_CONDITION=Aurora
174+ option.AURORA_CONDITION.comment=Determines the condition(s) for the Aurora Borealis to appear.
175+ value.AURORA_CONDITION.0=§aNo Condition
176+ value.AURORA_CONDITION.1=§aFull Moon
177+ value.AURORA_CONDITION.2=§aSnowy Biome
178+ value.AURORA_CONDITION.3=§aFull Moon in Snowy Biome
179+
166180option.PIXEL_SHADOW=Pixelated Shadows
167181option.PIXEL_SHADOW.comment=Modifies the world coordinates on a grid to make shadows pixelated. §e[*]§r This does not affect performance.
168182value.PIXEL_SHADOW.0=§aOFF
@@ -174,19 +188,19 @@ value.PIXEL_SHADOW.128=§a128x128
174188
175189option.BLOOM_STRENGTH=Bloom Strength
176190option.BLOOM_STRENGTH.comment=Determines the intensity of glow on bright things, and the bloom from rain/cave humidity.
177- value.BLOOM_STRENGTH.0.027=§a15 %
178- value.BLOOM_STRENGTH.0.036=§a20 %
179- value.BLOOM_STRENGTH.0.045=§a25 %
180- value.BLOOM_STRENGTH.0.054=§a30 %
181- value.BLOOM_STRENGTH.0.063=§a35 %
182- value.BLOOM_STRENGTH.0.072=§a40 %
183- value.BLOOM_STRENGTH.0.081=§a45 %
184- value.BLOOM_STRENGTH.0.09=§a50 %
185- value.BLOOM_STRENGTH.0.10=§a55 %
186- value.BLOOM_STRENGTH.0.11=§a60 %
187- value.BLOOM_STRENGTH.0.12=§a65 %
188- value.BLOOM_STRENGTH.0.13=§a70 %
189- value.BLOOM_STRENGTH.0.14=§a75 %
191+ value.BLOOM_STRENGTH.0.027=15 %
192+ value.BLOOM_STRENGTH.0.036=20 %
193+ value.BLOOM_STRENGTH.0.045=25 %
194+ value.BLOOM_STRENGTH.0.054=30 %
195+ value.BLOOM_STRENGTH.0.063=35 %
196+ value.BLOOM_STRENGTH.0.072=40 %
197+ value.BLOOM_STRENGTH.0.081=45 %
198+ value.BLOOM_STRENGTH.0.09=50 %
199+ value.BLOOM_STRENGTH.0.10=55 %
200+ value.BLOOM_STRENGTH.0.11=60 %
201+ value.BLOOM_STRENGTH.0.12=65 %
202+ value.BLOOM_STRENGTH.0.13=70 %
203+ value.BLOOM_STRENGTH.0.14=75 %
190204
191205option.FXAA=FXAA
192206option.FXAA.comment=Enables Fast Approximate Anti-Aliasing, which is basically an effect that produces smoother image.
@@ -245,4 +259,9 @@ option.WAVING_BLOCKS=Waving Blocks
245259option.WAVING_BLOCKS.comment=Adds movement to some blocks to simulate wind.
246260value.WAVING_BLOCKS.0=§aOFF
247261value.WAVING_BLOCKS.1=§aFoliage
248- value.WAVING_BLOCKS.2=§bFoliage + Leaves
262+ value.WAVING_BLOCKS.2=§bFoliage + Leaves
263+
264+ option.WORLD_OUTLINE=Outlined World
265+ option.WORLD_OUTLINE.comment=Adds outlines around blocks.
266+ value.WORLD_OUTLINE.true=§bON
267+ value.WORLD_OUTLINE.false=§aOFF
0 commit comments