Mods: Replace no_fog with Sodium Extra
Removed mods: - nofog - replaced with Sodium Extra Added mods: - Sodium Extra - additional options in video settings - Reeses Sodium Options - better menu for video settings
This commit is contained in:
parent
7cd04068db
commit
50e8172b4f
7 changed files with 101 additions and 36 deletions
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"globalToggles": {
|
||||
"skyFog": "DEFAULT",
|
||||
"terrainFog": "DEFAULT",
|
||||
"thickFog": "DEFAULT",
|
||||
"waterFog": "DEFAULT",
|
||||
"lavaFog": "DEFAULT",
|
||||
"powderSnowFog": "DEFAULT",
|
||||
"blindnessFog": "DEFAULT"
|
||||
},
|
||||
"dimensionToggles": {},
|
||||
"biomeToggles": {}
|
||||
}
|
60
config/sodium-extra-options.json
Normal file
60
config/sodium-extra-options.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"animation_settings": {
|
||||
"animation": true,
|
||||
"water": true,
|
||||
"lava": true,
|
||||
"fire": true,
|
||||
"portal": true,
|
||||
"block_animations": true,
|
||||
"sculk_sensor": false
|
||||
},
|
||||
"particle_settings": {
|
||||
"particles": true,
|
||||
"rain_splash": true,
|
||||
"explosion": true,
|
||||
"water": true,
|
||||
"smoke": true,
|
||||
"potion": true,
|
||||
"portal": true,
|
||||
"redstone": true,
|
||||
"drip": true,
|
||||
"firework": true,
|
||||
"bubble": true,
|
||||
"environment": true,
|
||||
"villagers": true,
|
||||
"composter": true,
|
||||
"block_break": true,
|
||||
"block_breaking": true
|
||||
},
|
||||
"detail_settings": {
|
||||
"sky": true,
|
||||
"sun_moon": true,
|
||||
"stars": true,
|
||||
"rain_snow": true,
|
||||
"biome_colors": true,
|
||||
"sky_colors": true
|
||||
},
|
||||
"render_settings": {
|
||||
"fog_distance": 33,
|
||||
"light_updates": true,
|
||||
"item_frame": true,
|
||||
"armor_stand": true,
|
||||
"painting": true,
|
||||
"piston": true
|
||||
},
|
||||
"extra_settings": {
|
||||
"overlay_corner": "TOP_LEFT",
|
||||
"show_fps": false,
|
||||
"show_f_p_s_extended": true,
|
||||
"show_coords": false,
|
||||
"reduce_resolution_on_mac": true,
|
||||
"cloud_height": 192,
|
||||
"toasts": true,
|
||||
"instant_sneak": false,
|
||||
"prevent_shaders": false,
|
||||
"use_fast_random": true
|
||||
},
|
||||
"notification_settings": {
|
||||
"hide_r_s_o_recommendation": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue