Yeah, great. Now the grinder can actually be opened again..

Closes #205
This commit is contained in:
Ellpeck 2016-08-13 22:33:18 +02:00
parent ba8fde49c2
commit 018e2603d5

View file

@ -78,7 +78,9 @@ public class GuiGrinder extends GuiContainer{
public void updateScreen(){
super.updateScreen();
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
if(this.isDouble){
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
}
}
@Override