Missed one
This commit is contained in:
parent
c87e2eaa87
commit
5ce65d4b47
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ public class RenderPipe extends TileEntitySpecialRenderer {
|
|||
if (d != null) {
|
||||
int stage = (int) ((float) liquid.amount / (float) (liq.getCapacity()) * (LIQUID_STAGES - 1));
|
||||
|
||||
bindTextureByName(liquid.canonical().getTextureSheet());
|
||||
|
||||
if (above) {
|
||||
GL11.glCallList(d.centerVertical[stage]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue