Fix crafting monitor offset

This commit is contained in:
Raoul Van den Berge
2016-09-11 23:12:43 +02:00
parent 2352d849fe
commit 1fa539fd3f

View File

@@ -121,7 +121,7 @@ public class GuiCraftingMonitor extends GuiBase {
GlStateManager.popMatrix();
if (inBounds(x + 4, y + 4, 16, 16, mouseX, mouseY) && !task.getStatus().trim().equals("")) {
if (inBounds(x + 2, y + 1, 16, 16, mouseX, mouseY) && !task.getStatus().trim().equals("")) {
lines = task.getStatus().split("\n");
for (int j = 0; j < lines.length; ++j) {