mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Fix jar fluid colors
This commit is contained in:
parent
3b1fab888f
commit
f1a6e7ce11
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ public class ItemJarBlockEntityRenderer implements BlockEntityRenderer<ItemJarBl
|
|||
topSprite.getMaxU(), topSprite.getMaxV(),
|
||||
0.28F, 0.01F, 0.28F,
|
||||
0.73F, 0.01F + height, 0.73F,
|
||||
color,
|
||||
color | 0xFF000000,
|
||||
light, overlay, Direction.UP
|
||||
);
|
||||
Sprite sideSprite = sprite[sprite.length - 1];
|
||||
|
@ -161,7 +161,7 @@ public class ItemJarBlockEntityRenderer implements BlockEntityRenderer<ItemJarBl
|
|||
sideSprite.getMaxU(), sideSprite.getMaxV(),
|
||||
0.28F, 0.01F, 0.28F,
|
||||
0.73F, 0.01F + height, 0.73F,
|
||||
color,
|
||||
color | 0xFF000000,
|
||||
light, overlay, GLASS_SIDES
|
||||
);
|
||||
matrices.pop();
|
||||
|
|
Loading…
Reference in a new issue