change: tone dramaticness down a little

This commit is contained in:
ZtereoHYPE 2022-07-27 00:27:27 +02:00
parent ab607ff7b7
commit 4b1f415edd

View file

@ -30,8 +30,8 @@ public class MixinLightTexutre {
warmTint.add(1f, 1f, 1f);
Vector3f dramaticFactor = vector3f2.copy();
dramaticFactor.mul(0.25f);
dramaticFactor.add(0.75f, 0.75f, 0.76f);
dramaticFactor.mul(0.20f);
dramaticFactor.add(0.80f, 0.80f, 0.81f);
vector3f2.mul(dramaticFactor.x(), dramaticFactor.y(), dramaticFactor.z());
vector3f2.mul(warmTint.x(), warmTint.y(), warmTint.z());