WARNING: This only works in snapshots 21w11 and above, and may be removed in later versions, currently tested in:
21w11
21w13 (latest)
This ressource pack disables the nether fog in vanilla using the new core shaders in snapshot 20w11a, it does not require any mods.
The fog is not actually removed, it is just put further away, to allow you to customize it, for this, you need to go in the ressource pack, to the file ".../assets/minecraft/shaders/include/fog.glsl" and open it with notepad or some code editor, you then need to change the line "vertexDistance = vertexDistance/2.5;". you need to change the number to change the distance of the fog, in decimal notation ( 3 will not work but 3.0 will), the bigger the number, the less fog there is:
less than 1.0
more fog than vanilla
1.0
vanilla fog
more than 1.0
less fog than vanilla
2.5
default value
more than 2.5
very far fog
more than 5
basically no fog
be careful, making a syntax error will disable the ressource pack at best and crash your game at worst
Installation Just put the zip file in your ressourcepack folder and load it from the ressourcepack menu
Create an account or sign in to comment.