ErzeKawek / EdenRing-Reforked

Repository Eden Ring Paling Biji sedunia
MIT License
6 stars 5 forks source link

Eden Ring Reforked

This Is A Fork Of Paulevs Eden Ring Mod for MC 1.21 and Up

Importing:

Building:

Mod Request:

Shader Settings

You can notice that sometimes shaders looks a bit weird, espetially in custom dimensions (Eden, for example) To fix this you need to change some available shader options. For example for Eden I suggest you to set Sun angle at 60-65 degrees, disable shader clouds, stars and skybox.

Some shaders can have hidden options inside their programs. These options are not available in GIU, but you still can edit them. For example BSL shaders have stars rendering, but their position will be incorrect in Eden when player is moving. So, you can find options that you need inside shader settings in /shaders/lib/settings.glsl:

//Atmospherics//
  #define CLOUDS 1 //[0 1 2]
  #define STARS
  #define SKY_DESATURATION
//#define AURORA
//#define ROUND_SUN_MOON

We need to comment the line with stars:

//Atmospherics//
  #define CLOUDS 1 //[0 1 2]
//#define STARS
  #define SKY_DESATURATION
//#define AURORA
//#define ROUND_SUN_MOON

That's all. You can also change other shader options, even outside of built-in GUI ranges sorry paulevs for straight-up copying this guide from your message

BetterX Fork Crew: