Added Infusion Recipes to EMI (quiqueck/BetterEnd#51)
This commit is contained in:
parent
30ecd31fab
commit
805c797866
5 changed files with 42 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue