mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-23 12:18:35 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
e0e0b550e2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class PipeFrameRenderer extends ItemFrameRenderer<PipeFrameEntity> {
|
||||||
var matrix4f = matrixStackIn.last().pose();
|
var matrix4f = matrixStackIn.last().pose();
|
||||||
matrixStackIn.translate(0, 0.285F, 0.415F);
|
matrixStackIn.translate(0, 0.285F, 0.415F);
|
||||||
matrixStackIn.scale(-0.02F, -0.02F, 0.02F);
|
matrixStackIn.scale(-0.02F, -0.02F, 0.02F);
|
||||||
font.drawInBatch(amountStrg, x, 0, 0xFFFFFF, true, matrix4f, bufferIn, Font.DisplayMode.NORMAL, 0, packedLightIn);
|
font.drawInBatch(amountStrg, x, 0, 0xFFFFFF, false, matrix4f, bufferIn, Font.DisplayMode.NORMAL, 0, packedLightIn);
|
||||||
|
|
||||||
matrixStackIn.popPose();
|
matrixStackIn.popPose();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue