mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 19:49:21 +02:00
change: tone dramaticness down a little
This commit is contained in:
parent
ab607ff7b7
commit
4b1f415edd
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ public class MixinLightTexutre {
|
||||||
warmTint.add(1f, 1f, 1f);
|
warmTint.add(1f, 1f, 1f);
|
||||||
|
|
||||||
Vector3f dramaticFactor = vector3f2.copy();
|
Vector3f dramaticFactor = vector3f2.copy();
|
||||||
dramaticFactor.mul(0.25f);
|
dramaticFactor.mul(0.20f);
|
||||||
dramaticFactor.add(0.75f, 0.75f, 0.76f);
|
dramaticFactor.add(0.80f, 0.80f, 0.81f);
|
||||||
|
|
||||||
vector3f2.mul(dramaticFactor.x(), dramaticFactor.y(), dramaticFactor.z());
|
vector3f2.mul(dramaticFactor.x(), dramaticFactor.y(), dramaticFactor.z());
|
||||||
vector3f2.mul(warmTint.x(), warmTint.y(), warmTint.z());
|
vector3f2.mul(warmTint.x(), warmTint.y(), warmTint.z());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue