colors are better than it were... again

This commit is contained in:
cola98765
2021-09-17 00:05:29 +02:00
parent b6c350f667
commit b008b70255
2 changed files with 3 additions and 3 deletions
@@ -677,7 +677,7 @@ public class LodBuilder
{
brightness = getColorTextureForBlock(blockState, blockPos);
//colorInt = ColorUtil.changeBrightnessValue(biome.getGrassColor(x, z), brightness);
colorInt = ColorUtil.applySaturationAndBrightnessMultipliers(biome.getGrassColor(x, z),1f,0.75f);
colorInt = ColorUtil.applySaturationAndBrightnessMultipliers(biome.getGrassColor(x, z),1f,0.65f);
}
// water
else if (blockState.getBlock() == Blocks.WATER)