grondag / darkness

Hardcore darkness for Fabric mod loader
GNU Lesser General Public License v3.0
13 stars 27 forks source link

Request: Configurable Light Levels #4

Open IdrisQe opened 4 years ago

IdrisQe commented 4 years ago

Something that a Forge mod with equivalent functionality (Hardcore Darkness) does which I would love to see in this one is the ability to configure the light levels more: i.e. config options such as: New_Moon_Light=00.0-16.0 Waxing_Moon_Light=00.0-16.0 Waning_Moon_Light=00.0-16.0 Full_Moon_Light=00.0-16.0 Min_Depths_Light=00.0-16.0

Not sure how tough this is to add with how this mod does things but it'd be nice to see in a future version!

K0-RR commented 3 years ago

+1

CammiePone commented 3 years ago

I also +1 this, please Grondag

Reeses-Puffs commented 3 years ago

Pretty sure all of this is doable within a shader. Just make a shader for it.

dannydjdk commented 2 years ago

I added a minimum darkness config to the Total Darkness forge mod here: https://github.com/Tfarcenim/darkness/pull/3

It was pretty easy and made the mod much more usable for me. Not sure how similar the code structure is to this mod, but if you could implement something like that, I think that one config option would meet 90% of this need.