Correctly position text
This commit is contained in:
@@ -37,7 +37,7 @@ public class GuiDiskManipulator extends GuiBase {
|
|||||||
public void drawForeground(int mouseX, int mouseY) {
|
public void drawForeground(int mouseX, int mouseY) {
|
||||||
drawString(7, 7, t("block.refinedstorage:disk_manipulator.name"));
|
drawString(7, 7, t("block.refinedstorage:disk_manipulator.name"));
|
||||||
drawString(7, 117, t("container.inventory"));
|
drawString(7, 117, t("container.inventory"));
|
||||||
drawString(25, 45, t("gui.refinedstorage:fluid_interface.in"));
|
drawString(44, 45, t("gui.refinedstorage:fluid_interface.in"));
|
||||||
drawString(115, 45, t("gui.refinedstorage:fluid_interface.out"));
|
drawString(115, 45, t("gui.refinedstorage:fluid_interface.out"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user