Added Infusion Recipes to EMI (quiqueck/BetterEnd#51)

This commit is contained in:
Frank 2022-07-29 01:04:00 +02:00
parent 30ecd31fab
commit 805c797866
5 changed files with 42 additions and 18 deletions

View file

@ -36,7 +36,7 @@ public class RenderHelper {
Matrix4f transform = poseStack.last().pose();
innerHLine(transform, x0, x1, y0, color1);
innerVLine(transform, x0, y0 + 1, y1, color1);
innerHLine(transform, x0 + 1, x1, y1, color1);
innerHLine(transform, x0 + 1, x1, y1, color2);
innerVLine(transform, x1, y0 + 1, y1 - 1, color2);
}