Color fix
This commit is contained in:
parent
b73f0f9972
commit
fb3c567e02
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ public class BlockHelixTreeLeaves extends BlockBase implements IColorProvider {
|
||||||
|
|
||||||
private int getGreen(int color) {
|
private int getGreen(int color) {
|
||||||
float delta = color / 7F;
|
float delta = color / 7F;
|
||||||
return (int) MathHelper.lerp(delta, 35, 102);
|
return (int) MathHelper.lerp(delta, 80, 158);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue