Forgot about this
This commit is contained in:
@@ -423,7 +423,7 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void drawForeground(int mouseX, int mouseY) {
|
public void drawForeground(int mouseX, int mouseY) {
|
||||||
drawString(7, 7 + getTabHeight(), t(grid.getGuiTitle()) + " " + STACKS.size() + "," + sortingQueue.size());
|
drawString(7, 7 + getTabHeight(), t(grid.getGuiTitle()));
|
||||||
drawString(7, getYPlayerInventory() - 12, t("container.inventory"));
|
drawString(7, getYPlayerInventory() - 12, t("container.inventory"));
|
||||||
|
|
||||||
if (grid.getTotalTabPages() > 0) {
|
if (grid.getTotalTabPages() > 0) {
|
||||||
|
Reference in New Issue
Block a user