You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
555 B
17 lines
555 B
|
|
[graphics] |
|
|
|
[graphics.fire] |
|
#Downwards offset of Minecraft's first-person fire overlay. Higher numbers cause it to visually display lower and free up more screen space. |
|
#Range: 0.0 ~ 1.0 |
|
fire_overlay_offset = 0.0 |
|
|
|
[graphics.particle] |
|
#Should particles render on the delayed buffer? This means they will properly render after clouds & water do, but could cause issues with mods like sodium. |
|
buffer_particles = false |
|
|
|
[screenshake] |
|
#Intensity of screenshake. Higher numbers increase amplitude. |
|
#Range: 0.0 ~ 1.0 |
|
screenshake_intensity = 1.0 |
|
|
|
|