Fixing up invisible widgets and redstone enum changes.

This commit is contained in:
AlgorithmX2
2014-01-05 02:41:03 -06:00
parent f1b32b4dfa
commit 803e62fcc7
4 changed files with 29 additions and 12 deletions
+6
View File
@@ -93,4 +93,10 @@ public class GuiProgressBar extends GuiButton implements ITooltip
return height + 4;
}
@Override
public boolean isVisible()
{
return true;
}
}